| /freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Target/ |
| H A D | TargetOptions.h | 116 : UnsafeFPMath(false), NoInfsFPMath(false), NoNaNsFPMath(false), in TargetOptions() 150 unsigned UnsafeFPMath : 1; variable
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/ |
| H A D | TargetOptionsImpl.cpp | 46 return !UnsafeFPMath && HonorSignDependentRoundingFPMathOption; in HonorSignDependentRoundingFPMath()
|
| H A D | CommandFlags.cpp | 487 Options.UnsafeFPMath = getEnableUnsafeFPMath(); in InitTargetOptionsFromCodeGenFlags()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/ |
| H A D | TargetMachine.cpp | 62 RESET_OPTION(UnsafeFPMath, "unsafe-fp-math"); in resetTargetOptions()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/ARM/ |
| H A D | ARMSubtarget.cpp | 253 (Options.UnsafeFPMath || isTargetDarwin())) in initSubtargetFeatures()
|
| H A D | ARMSubtarget.h | 459 bool UnsafeFPMath = false; variable
|
| H A D | ARMAsmPrinter.cpp | 674 else if (!TM.Options.UnsafeFPMath) in emitAttributes() 709 else if (!TM.Options.UnsafeFPMath) { in emitAttributes()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
| H A D | AMDGPUInstructions.td | 111 def UnsafeFPMath : Predicate<"TM.Options.UnsafeFPMath">;
|
| H A D | AMDGPUTargetTransformInfo.cpp | 638 Options.UnsafeFPMath || in getArithmeticInstrCost()
|
| H A D | SIInstructions.td | 828 let OtherPredicates = [UnsafeFPMath] in { 848 } // End OtherPredicates = [UnsafeFPMath]
|
| H A D | AMDGPULegalizerInfo.cpp | 3192 bool AllowInaccurateRcp = MF.getTarget().Options.UnsafeFPMath || in legalizeFastUnsafeFDIV() 3241 bool AllowInaccurateRcp = MF.getTarget().Options.UnsafeFPMath || in legalizeFastUnsafeFDIV64()
|
| H A D | SIISelLowering.cpp | 8324 DAG.getTarget().Options.UnsafeFPMath; in lowerFastUnsafeFDIV64() 10263 if ((Options.AllowFPOpFusion == FPOpFusion::Fast || Options.UnsafeFPMath || in getFusedOpcode() 10583 if (Options.AllowFPOpFusion == FPOpFusion::Fast || Options.UnsafeFPMath || in performFMACombine()
|
| H A D | AMDGPUISelLowering.cpp | 2720 if (getTargetMachine().Options.UnsafeFPMath) { in LowerFP_TO_FP16()
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/Basic/Targets/ |
| H A D | AArch64.cpp | 255 if (Opts.UnsafeFPMath) in getTargetDefines()
|
| H A D | ARM.cpp | 843 if (Opts.UnsafeFPMath) in getTargetDefines()
|
| /freebsd-13.1/contrib/llvm-project/llvm/include/llvm/IR/ |
| H A D | Attributes.td | 295 def UnsafeFPMath : StrBoolAttr<"unsafe-fp-math">;
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | BackendUtil.cpp | 541 Options.UnsafeFPMath = LangOpts.UnsafeFPMath; in initTargetOptions()
|
| H A D | CGCall.cpp | 1817 if (LangOpts.UnsafeFPMath) in getDefaultFunctionAttributes()
|
| /freebsd-13.1/contrib/llvm-project/clang/include/clang/Basic/ |
| H A D | LangOptions.def | 201 COMPATIBLE_LANGOPT(UnsafeFPMath , 1, 0, "Unsafe Floating Point Math")
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | DAGCombiner.cpp | 13029 Options.UnsafeFPMath || HasFMAD); in visitFADDForFMACombine() 13551 bool HasFMAD = Options.UnsafeFPMath && in visitFMULForFMADistributiveCombine() 13944 if (Options.UnsafeFPMath || Flags.hasAllowReassociation()) { in visitFMUL() 14059 bool UnsafeFPMath = in visitFMA() local 14083 if (UnsafeFPMath) { in visitFMA() 14100 if (UnsafeFPMath) { in visitFMA() 14141 if (UnsafeFPMath) { in visitFMA() 14177 bool UnsafeMath = DAG.getTarget().Options.UnsafeFPMath; in combineRepeatedFPDivisors() 14275 if (Options.UnsafeFPMath || Flags.hasAllowReciprocal()) { in visitFDIV() 14369 (Options.UnsafeFPMath || Flags.hasAllowReassociation())) in visitFDIV() [all …]
|
| H A D | LegalizeDAG.cpp | 3188 if (!TLI.useSoftFloat() && TM.Options.UnsafeFPMath) { in ExpandNode()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/NVPTX/ |
| H A D | NVPTXISelLowering.cpp | 97 if (getTargetMachine().Options.UnsafeFPMath) in getDivF32Level() 110 return !getTargetMachine().Options.UnsafeFPMath; in usePrecSqrtF32() 4389 if (MF.getTarget().Options.UnsafeFPMath) in allowUnsafeFPMath()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/PowerPC/ |
| H A D | PPCISelLowering.cpp | 397 !(TM.Options.UnsafeFPMath && Subtarget.hasFRSQRTE() && in PPCTargetLowering() 402 !(TM.Options.UnsafeFPMath && Subtarget.hasFRSQRTES() && in PPCTargetLowering() 515 if (TM.Options.UnsafeFPMath) { in PPCTargetLowering() 966 if (TM.Options.UnsafeFPMath) { in PPCTargetLowering() 8493 !DAG.getTarget().Options.UnsafeFPMath) { in LowerINT_TO_FP() 16357 (Options.AllowFPOpFusion == FPOpFusion::Fast || Options.UnsafeFPMath)); in isProfitableToHoist()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AArch64/ |
| H A D | AArch64InstrInfo.cpp | 4548 return Options.UnsafeFPMath || in isCombineInstrCandidateFP() 4627 return Inst.getParent()->getParent()->getTarget().Options.UnsafeFPMath; in isAssociativeAndCommutative()
|
| H A D | AArch64ISelLowering.cpp | 7452 if (DAG.getTarget().Options.UnsafeFPMath) { in LowerSELECT_CC() 11372 Options.UnsafeFPMath)); in isProfitableToHoist()
|