reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
285 Options.NoInfsFPMath = EnableNoInfsFPMath;
lib/CodeGen/SelectionDAG/DAGCombiner.cpp11840 if (!Options.NoInfsFPMath)
lib/CodeGen/SelectionDAG/LegalizeDAG.cpp 3754 bool CanUseFiniteLibCall = TM.Options.NoInfsFPMath && TM.Options.NoNaNsFPMath;
lib/Target/AMDGPU/AMDGPULibCalls.cpp 1725 if (Options.UnsafeFPMath || Options.NoInfsFPMath)
lib/Target/ARM/ARMAsmPrinter.cpp 702 if (TM.Options.NoInfsFPMath && TM.Options.NoNaNsFPMath)
lib/Target/PowerPC/PPCISelLowering.cpp 7226 bool HasNoInfs = DAG.getTarget().Options.NoInfsFPMath;
lib/Target/TargetMachine.cpp 63 RESET_OPTION(NoInfsFPMath, "no-infs-fp-math");
tools/clang/lib/CodeGen/BackendUtil.cpp 474 Options.NoInfsFPMath = CodeGenOpts.NoInfsFPMath;