Searched refs:NoNaNsFPMath (Results 1 – 20 of 20) sorted by relevance
| /freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/Target/ |
| D | TargetOptions.h | 116 : UnsafeFPMath(false), NoInfsFPMath(false), NoNaNsFPMath(false), in TargetOptions() 162 unsigned NoNaNsFPMath : 1; variable
|
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/ |
| D | TargetMachine.cpp | 64 RESET_OPTION(NoNaNsFPMath, "no-nans-fp-math"); in resetTargetOptions()
|
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/Mips/ |
| D | MicroMipsInstrFPU.td | 202 let AdditionalPredicates = [NoNaNsFPMath, HasMadd4] in { 214 let AdditionalPredicates = [NoNaNsFPMath, HasMadd4] in { 389 let AdditionalPredicates = [NoNaNsFPMath, HasMadd4,
|
| D | MipsInstrFPU.td | 703 let AdditionalPredicates = [NoNaNsFPMath, HasMadd4, NotInMicroMips] in { 992 let AdditionalPredicates = [NoNaNsFPMath, HasMadd4, NotInMicroMips] in {
|
| D | MipsInstrInfo.td | 226 def NoNaNsFPMath : Predicate<"TM.Options.NoNaNsFPMath">; 228 "TM.Options.NoNaNsFPMath">;
|
| D | MipsISelLowering.cpp | 360 if (!(TM.Options.NoNaNsFPMath || Subtarget.inAbs2008Mode())) { in MipsTargetLowering()
|
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
| D | AMDGPUInstructions.td | 631 [{ (void) N; return TM.Options.NoNaNsFPMath; }] 637 [{ (void)N; return TM.Options.NoNaNsFPMath; }]
|
| D | AMDGPUISelDAGToDAG.cpp | 580 if (TM.Options.NoNaNsFPMath) in isNoNanSrc()
|
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/ |
| D | CommandFlags.cpp | 489 Options.NoNaNsFPMath = getEnableNoNaNsFPMath(); in InitTargetOptionsFromCodeGenFlags()
|
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/ |
| D | Utils.cpp | 553 if (DefMI->getFlag(MachineInstr::FmNoNans) || TM.Options.NoNaNsFPMath) in isKnownNeverNaN()
|
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/AArch64/GISel/ |
| D | AArch64PostLegalizerLowering.cpp | 934 bool NoNans = ST.getTargetLowering()->getTargetMachine().Options.NoNaNsFPMath; in lowerVectorFCMP()
|
| /freebsd-12-stable/contrib/llvm-project/clang/lib/CodeGen/ |
| D | BackendUtil.cpp | 539 Options.NoNaNsFPMath = LangOpts.NoHonorNaNs; in initTargetOptions()
|
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/ARM/ |
| D | ARMAsmPrinter.cpp | 720 if (TM.Options.NoInfsFPMath && TM.Options.NoNaNsFPMath) in emitAttributes()
|
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
| D | SelectionDAGBuilder.cpp | 2163 if (TM.Options.NoNaNsFPMath) in EmitBranchForMergedCondition() 3224 if (FPMO->hasNoNaNs() || TM.Options.NoNaNsFPMath) in visitFCmp() 7303 if (TM.Options.NoNaNsFPMath) in visitConstrainedFPIntrinsic()
|
| D | SelectionDAG.cpp | 4320 if (getTarget().Options.NoNaNsFPMath || Op->getFlags().hasNoNaNs()) in isKnownNeverNaN()
|
| D | DAGCombiner.cpp | 13692 if ((Options.NoNaNsFPMath || Flags.hasNoNaNs()) && AllowNewConst) { in visitFADD() 13863 if (Options.NoNaNsFPMath || Flags.hasNoNaNs()) in visitFSUB()
|
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/PowerPC/ |
| D | PPCInstrInfo.td | 1180 def NoNaNsFPMath 1181 : Predicate<"Subtarget->getTargetMachine().Options.NoNaNsFPMath">; 1183 : Predicate<"!Subtarget->getTargetMachine().Options.NoNaNsFPMath">;
|
| D | PPCISelLowering.cpp | 7878 (!DAG.getTarget().Options.NoNaNsFPMath && !Flags.hasNoNaNs())) in LowerSELECT_CC()
|
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/AArch64/ |
| D | AArch64ISelLowering.cpp | 10914 bool NoNaNs = getTargetMachine().Options.NoNaNsFPMath; in LowerVSETCC()
|
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/X86/ |
| D | X86ISelLowering.cpp | 47688 if (!DAG.getTarget().Options.NoNaNsFPMath || in combineFMinFMax() 47725 if (DAG.getTarget().Options.NoNaNsFPMath || N->getFlags().hasNoNaNs()) in combineFMinNumFMaxNum()
|