Home
last modified time | relevance | path

Searched refs:NoNaNsFPMath (Results 1 – 21 of 21) sorted by relevance

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Target/
H A DTargetOptions.h137 : UnsafeFPMath(false), NoInfsFPMath(false), NoNaNsFPMath(false), in TargetOptions()
184 unsigned NoNaNsFPMath : 1; variable
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/
H A DTargetMachine.cpp116 RESET_OPTION(NoNaNsFPMath, "no-nans-fp-math"); in resetTargetOptions()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMicroMipsInstrFPU.td202 let AdditionalPredicates = [NoNaNsFPMath, HasMadd4] in {
214 let AdditionalPredicates = [NoNaNsFPMath, HasMadd4] in {
403 let AdditionalPredicates = [NoNaNsFPMath, HasMadd4,
H A DMipsInstrFPU.td703 let AdditionalPredicates = [NoNaNsFPMath, HasMadd4, NotInMicroMips] in {
992 let AdditionalPredicates = [NoNaNsFPMath, HasMadd4, NotInMicroMips] in {
H A DMipsInstrInfo.td227 def NoNaNsFPMath : Predicate<"TM.Options.NoNaNsFPMath">;
229 "TM.Options.NoNaNsFPMath">;
H A DMipsISelLowering.cpp2441 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 DAMDGPUInstructions.td810 [{ (void) N; return TM.Options.NoNaNsFPMath; }]
816 [{ (void)N; return TM.Options.NoNaNsFPMath; }]
H A DAMDGPULegalizerInfo.cpp3327 (MI.getFlag(MachineInstr::FmNoNans) || TM.Options.NoNaNsFPMath) && in legalizeFlogCommon()
H A DAMDGPUISelLowering.cpp2725 const bool IsFiniteOnly = (Flags.hasNoNaNs() || Options.NoNaNsFPMath) && in LowerFLOGCommon()
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/
H A DCommandFlags.cpp545 Options.NoNaNsFPMath = getEnableNoNaNsFPMath(); in InitTargetOptionsFromCodeGenFlags()
/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/
H A DBackendUtil.cpp375 Options.NoNaNsFPMath = LangOpts.NoHonorNaNs; in initTargetOptions()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AArch64/GISel/
H A DAArch64PostLegalizerLowering.cpp1032 ST.getTargetLowering()->getTargetMachine().Options.NoNaNsFPMath; in applyLowerVectorFCMP()
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DUtils.cpp794 if (DefMI->getFlag(MachineInstr::FmNoNans) || TM.Options.NoNaNsFPMath) in isKnownNeverNaN()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMAsmPrinter.cpp735 if (TM.Options.NoInfsFPMath && TM.Options.NoNaNsFPMath) in emitAttributes()
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.cpp2417 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 DSelectionDAG.cpp5106 if (getTarget().Options.NoNaNsFPMath || Op->getFlags().hasNoNaNs()) in isKnownNeverNaN()
H A DDAGCombiner.cpp16304 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 DPPCInstrInfo.td710 def NoNaNsFPMath
711 : Predicate<"Subtarget->getTargetMachine().Options.NoNaNsFPMath">;
713 : Predicate<"!Subtarget->getTargetMachine().Options.NoNaNsFPMath">;
H A DPPCISelLowering.cpp8083 (!DAG.getTarget().Options.NoNaNsFPMath && !Flags.hasNoNaNs()) || in LowerSELECT_CC()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp28179 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 DAArch64ISelLowering.cpp14064 bool NoNaNs = getTargetMachine().Options.NoNaNsFPMath || Op->getFlags().hasNoNaNs(); in LowerVSETCC()