| /netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Target/ |
| H A D | TargetOptions.h | 116 : UnsafeFPMath(false), NoInfsFPMath(false), NoNaNsFPMath(false), in TargetOptions() 162 unsigned NoNaNsFPMath : 1; variable
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/ |
| H A D | TargetMachine.cpp | 64 RESET_OPTION(NoNaNsFPMath, "no-nans-fp-math"); in resetTargetOptions()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Mips/ |
| H A D | MicroMipsInstrFPU.td | 202 let AdditionalPredicates = [NoNaNsFPMath, HasMadd4] in { 214 let AdditionalPredicates = [NoNaNsFPMath, HasMadd4] in { 389 let AdditionalPredicates = [NoNaNsFPMath, HasMadd4,
|
| H A D | MipsInstrFPU.td | 703 let AdditionalPredicates = [NoNaNsFPMath, HasMadd4, NotInMicroMips] in { 992 let AdditionalPredicates = [NoNaNsFPMath, HasMadd4, NotInMicroMips] in {
|
| H A D | MipsInstrInfo.td | 226 def NoNaNsFPMath : Predicate<"TM.Options.NoNaNsFPMath">; 228 "TM.Options.NoNaNsFPMath">;
|
| H A D | MipsISelLowering.cpp | 360 if (!(TM.Options.NoNaNsFPMath || Subtarget.inAbs2008Mode())) { in MipsTargetLowering()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/ |
| H A D | AMDGPUInstructions.td | 632 [{ (void) N; return TM.Options.NoNaNsFPMath; }] 638 [{ (void)N; return TM.Options.NoNaNsFPMath; }]
|
| H A D | AMDGPUISelDAGToDAG.cpp | 514 if (TM.Options.NoNaNsFPMath) in isNoNanSrc()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/ |
| H A D | CommandFlags.cpp | 495 Options.NoNaNsFPMath = getEnableNoNaNsFPMath(); in InitTargetOptionsFromCodeGenFlags()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/GlobalISel/ |
| H A D | Utils.cpp | 553 if (DefMI->getFlag(MachineInstr::FmNoNans) || TM.Options.NoNaNsFPMath) in isKnownNeverNaN()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/GISel/ |
| H A D | AArch64PostLegalizerLowering.cpp | 933 bool NoNans = ST.getTargetLowering()->getTargetMachine().Options.NoNaNsFPMath; in lowerVectorFCMP()
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/ |
| H A D | BackendUtil.cpp | 530 Options.NoNaNsFPMath = LangOpts.NoHonorNaNs; in initTargetOptions()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/ARM/ |
| H A D | ARMAsmPrinter.cpp | 720 if (TM.Options.NoInfsFPMath && TM.Options.NoNaNsFPMath) in emitAttributes()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/PowerPC/ |
| H A D | PPCInstrInfo.td | 1167 def NoNaNsFPMath 1168 : Predicate<"Subtarget->getTargetMachine().Options.NoNaNsFPMath">; 1170 : Predicate<"!Subtarget->getTargetMachine().Options.NoNaNsFPMath">;
|
| H A D | PPCISelLowering.cpp | 7834 (!DAG.getTarget().Options.NoNaNsFPMath && !Flags.hasNoNaNs())) in LowerSELECT_CC()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | SelectionDAGBuilder.cpp | 2162 if (TM.Options.NoNaNsFPMath) in EmitBranchForMergedCondition() 3223 if (FPMO->hasNoNaNs() || TM.Options.NoNaNsFPMath) in visitFCmp() 7258 if (TM.Options.NoNaNsFPMath) in visitConstrainedFPIntrinsic()
|
| H A D | SelectionDAG.cpp | 4268 if (getTarget().Options.NoNaNsFPMath || Op->getFlags().hasNoNaNs()) in isKnownNeverNaN()
|
| H A D | DAGCombiner.cpp | 13497 if ((Options.NoNaNsFPMath || Flags.hasNoNaNs()) && AllowNewConst) { in visitFADD() 13668 if (Options.NoNaNsFPMath || Flags.hasNoNaNs()) in visitFSUB()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/ |
| H A D | AArch64ISelLowering.cpp | 10555 bool NoNaNs = getTargetMachine().Options.NoNaNsFPMath; in LowerVSETCC()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/X86/ |
| H A D | X86ISelLowering.cpp | 47364 if (!DAG.getTarget().Options.NoNaNsFPMath || in combineFMinFMax() 47401 if (DAG.getTarget().Options.NoNaNsFPMath || N->getFlags().hasNoNaNs()) in combineFMinNumFMaxNum()
|