| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Target/ |
| H A D | TargetOptions.h | 137 : UnsafeFPMath(false), NoInfsFPMath(false), NoNaNsFPMath(false), in TargetOptions() 184 unsigned NoNaNsFPMath : 1; variable
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/ |
| H A D | TargetMachine.cpp | 116 RESET_OPTION(NoNaNsFPMath, "no-nans-fp-math"); in resetTargetOptions()
|
| /freebsd-14.2/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 | 2441 if (DAG.getTarget().Options.NoNaNsFPMath || Subtarget.inAbs2008Mode()) in lowerFABS32() 2481 if (DAG.getTarget().Options.NoNaNsFPMath || Subtarget.inAbs2008Mode()) in lowerFABS64()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
| H A D | AMDGPUInstructions.td | 810 [{ (void) N; return TM.Options.NoNaNsFPMath; }] 816 [{ (void)N; return TM.Options.NoNaNsFPMath; }]
|
| H A D | AMDGPULegalizerInfo.cpp | 3327 (MI.getFlag(MachineInstr::FmNoNans) || TM.Options.NoNaNsFPMath) && in legalizeFlogCommon()
|
| H A D | AMDGPUISelLowering.cpp | 2725 const bool IsFiniteOnly = (Flags.hasNoNaNs() || Options.NoNaNsFPMath) && in LowerFLOGCommon()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/ |
| H A D | CommandFlags.cpp | 545 Options.NoNaNsFPMath = getEnableNoNaNsFPMath(); in InitTargetOptionsFromCodeGenFlags()
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | BackendUtil.cpp | 375 Options.NoNaNsFPMath = LangOpts.NoHonorNaNs; in initTargetOptions()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AArch64/GISel/ |
| H A D | AArch64PostLegalizerLowering.cpp | 1032 ST.getTargetLowering()->getTargetMachine().Options.NoNaNsFPMath; in applyLowerVectorFCMP()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/ |
| H A D | Utils.cpp | 794 if (DefMI->getFlag(MachineInstr::FmNoNans) || TM.Options.NoNaNsFPMath) in isKnownNeverNaN()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/ARM/ |
| H A D | ARMAsmPrinter.cpp | 735 if (TM.Options.NoInfsFPMath && TM.Options.NoNaNsFPMath) in emitAttributes()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | SelectionDAGBuilder.cpp | 2417 if (TM.Options.NoNaNsFPMath) in EmitBranchForMergedCondition() 3481 if (FPMO->hasNoNaNs() || TM.Options.NoNaNsFPMath) in visitFCmp() 7817 if (TM.Options.NoNaNsFPMath) in visitConstrainedFPIntrinsic() 8058 if (TM.Options.NoNaNsFPMath) in visitVPCmp()
|
| H A D | SelectionDAG.cpp | 5106 if (getTarget().Options.NoNaNsFPMath || Op->getFlags().hasNoNaNs()) in isKnownNeverNaN()
|
| H A D | DAGCombiner.cpp | 16304 if ((Options.NoNaNsFPMath || Flags.hasNoNaNs()) && AllowNewConst) { in visitFADD() 16487 if (Options.NoNaNsFPMath || Flags.hasNoNaNs()) in visitFSUB()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/PowerPC/ |
| H A D | PPCInstrInfo.td | 710 def NoNaNsFPMath 711 : Predicate<"Subtarget->getTargetMachine().Options.NoNaNsFPMath">; 713 : Predicate<"!Subtarget->getTargetMachine().Options.NoNaNsFPMath">;
|
| H A D | PPCISelLowering.cpp | 8083 (!DAG.getTarget().Options.NoNaNsFPMath && !Flags.hasNoNaNs()) || in LowerSELECT_CC()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/X86/ |
| H A D | X86ISelLowering.cpp | 28179 bool IgnoreNaN = DAG.getTarget().Options.NoNaNsFPMath || in LowerFMINIMUM_FMAXIMUM() 52029 if (!DAG.getTarget().Options.NoNaNsFPMath || in combineFMinFMax() 52067 if (DAG.getTarget().Options.NoNaNsFPMath || N->getFlags().hasNoNaNs()) in combineFMinNumFMaxNum()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AArch64/ |
| H A D | AArch64ISelLowering.cpp | 14064 bool NoNaNs = getTargetMachine().Options.NoNaNsFPMath || Op->getFlags().hasNoNaNs(); in LowerVSETCC()
|