| /src/contrib/llvm-project/llvm/include/llvm/Target/ |
| H A D | TargetOptions.h | 138 : UnsafeFPMath(false), NoInfsFPMath(false), NoNaNsFPMath(false), in TargetOptions() 190 unsigned NoNaNsFPMath : 1; variable
|
| /src/contrib/llvm-project/llvm/lib/Target/ |
| H A D | TargetMachine.cpp | 137 RESET_OPTION(NoNaNsFPMath, "no-nans-fp-math"); in resetTargetOptions()
|
| /src/contrib/llvm-project/llvm/lib/Target/Mips/ |
| H A D | MicroMipsInstrFPU.td | 202 let AdditionalPredicates = [NoNaNsFPMath, HasMadd4] in { 214 let AdditionalPredicates = [NoNaNsFPMath, HasMadd4] in { 403 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 | 227 def NoNaNsFPMath : Predicate<"TM.Options.NoNaNsFPMath">; 229 "TM.Options.NoNaNsFPMath">;
|
| H A D | MipsISelLowering.cpp | 2457 if (DAG.getTarget().Options.NoNaNsFPMath || Subtarget.inAbs2008Mode()) in lowerFABS32() 2497 if (DAG.getTarget().Options.NoNaNsFPMath || Subtarget.inAbs2008Mode()) in lowerFABS64()
|
| /src/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
| H A D | AMDGPUInstructions.td | 813 [{ (void) N; return TM.Options.NoNaNsFPMath; }] 819 [{ (void)N; return TM.Options.NoNaNsFPMath; }]
|
| H A D | AMDGPUISelLowering.cpp | 2766 const bool IsFiniteOnly = (Flags.hasNoNaNs() || Options.NoNaNsFPMath) && in LowerFLOGCommon()
|
| H A D | AMDGPULegalizerInfo.cpp | 3423 (MI.getFlag(MachineInstr::FmNoNans) || TM.Options.NoNaNsFPMath) && in legalizeFlogCommon()
|
| /src/contrib/llvm-project/llvm/lib/CodeGen/ |
| H A D | CommandFlags.cpp | 553 Options.NoNaNsFPMath = getEnableNoNaNsFPMath(); in InitTargetOptionsFromCodeGenFlags()
|
| /src/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | BackendUtil.cpp | 384 Options.NoNaNsFPMath = LangOpts.NoHonorNaNs; in initTargetOptions()
|
| /src/contrib/llvm-project/llvm/lib/Target/AArch64/GISel/ |
| H A D | AArch64PostLegalizerLowering.cpp | 1033 ST.getTargetLowering()->getTargetMachine().Options.NoNaNsFPMath; in applyLowerVectorFCMP()
|
| /src/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/ |
| H A D | Utils.cpp | 810 if (DefMI->getFlag(MachineInstr::FmNoNans) || TM.Options.NoNaNsFPMath) in isKnownNeverNaN()
|
| /src/contrib/llvm-project/llvm/lib/Target/ARM/ |
| H A D | ARMAsmPrinter.cpp | 735 if (TM.Options.NoInfsFPMath && TM.Options.NoNaNsFPMath) in emitAttributes()
|
| /src/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | SelectionDAGBuilder.cpp | 2458 if (TM.Options.NoNaNsFPMath) in EmitBranchForMergedCondition() 3670 if (FPMO->hasNoNaNs() || TM.Options.NoNaNsFPMath) in visitFCmp() 8225 if (TM.Options.NoNaNsFPMath) in visitConstrainedFPIntrinsic() 8473 if (TM.Options.NoNaNsFPMath) in visitVPCmp()
|
| H A D | SelectionDAG.cpp | 5303 return Options.NoNaNsFPMath || Options.NoInfsFPMath; in canCreateUndefOrPoison() 5379 if (getTarget().Options.NoNaNsFPMath || Op->getFlags().hasNoNaNs()) in isKnownNeverNaN()
|
| H A D | DAGCombiner.cpp | 16606 if ((Options.NoNaNsFPMath || Flags.hasNoNaNs()) && AllowNewConst) { in visitFADD() 16789 if (Options.NoNaNsFPMath || Flags.hasNoNaNs()) in visitFSUB()
|
| /src/contrib/llvm-project/llvm/lib/Target/PowerPC/ |
| H A D | PPCInstrInfo.td | 712 def NoNaNsFPMath 713 : Predicate<"Subtarget->getTargetMachine().Options.NoNaNsFPMath">; 715 : Predicate<"!Subtarget->getTargetMachine().Options.NoNaNsFPMath">;
|
| H A D | PPCISelLowering.cpp | 8208 (!DAG.getTarget().Options.NoNaNsFPMath && !Flags.hasNoNaNs()) || in LowerSELECT_CC()
|
| /src/contrib/llvm-project/llvm/lib/Target/X86/ |
| H A D | X86ISelLowering.cpp | 28403 bool IgnoreNaN = DAG.getTarget().Options.NoNaNsFPMath || in LowerFMINIMUM_FMAXIMUM() 53308 if (!DAG.getTarget().Options.NoNaNsFPMath || in combineFMinFMax() 53346 if (DAG.getTarget().Options.NoNaNsFPMath || N->getFlags().hasNoNaNs()) in combineFMinNumFMaxNum()
|
| /src/contrib/llvm-project/llvm/lib/Target/AArch64/ |
| H A D | AArch64ISelLowering.cpp | 15137 bool NoNaNs = getTargetMachine().Options.NoNaNsFPMath || Op->getFlags().hasNoNaNs(); in LowerVSETCC()
|