Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Target/
H A DTargetOptions.h116 : UnsafeFPMath(false), NoInfsFPMath(false), NoNaNsFPMath(false), in TargetOptions()
162 unsigned NoNaNsFPMath : 1; variable
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/
H A DTargetMachine.cpp64 RESET_OPTION(NoNaNsFPMath, "no-nans-fp-math"); in resetTargetOptions()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Mips/
H A DMicroMipsInstrFPU.td202 let AdditionalPredicates = [NoNaNsFPMath, HasMadd4] in {
214 let AdditionalPredicates = [NoNaNsFPMath, HasMadd4] in {
389 let AdditionalPredicates = [NoNaNsFPMath, HasMadd4,
H A DMipsInstrFPU.td703 let AdditionalPredicates = [NoNaNsFPMath, HasMadd4, NotInMicroMips] in {
992 let AdditionalPredicates = [NoNaNsFPMath, HasMadd4, NotInMicroMips] in {
H A DMipsInstrInfo.td226 def NoNaNsFPMath : Predicate<"TM.Options.NoNaNsFPMath">;
228 "TM.Options.NoNaNsFPMath">;
H A DMipsISelLowering.cpp360 if (!(TM.Options.NoNaNsFPMath || Subtarget.inAbs2008Mode())) { in MipsTargetLowering()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
H A DAMDGPUInstructions.td632 [{ (void) N; return TM.Options.NoNaNsFPMath; }]
638 [{ (void)N; return TM.Options.NoNaNsFPMath; }]
H A DAMDGPUISelDAGToDAG.cpp514 if (TM.Options.NoNaNsFPMath) in isNoNanSrc()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DCommandFlags.cpp495 Options.NoNaNsFPMath = getEnableNoNaNsFPMath(); in InitTargetOptionsFromCodeGenFlags()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/GlobalISel/
H A DUtils.cpp553 if (DefMI->getFlag(MachineInstr::FmNoNans) || TM.Options.NoNaNsFPMath) in isKnownNeverNaN()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/GISel/
H A DAArch64PostLegalizerLowering.cpp933 bool NoNans = ST.getTargetLowering()->getTargetMachine().Options.NoNaNsFPMath; in lowerVectorFCMP()
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DBackendUtil.cpp530 Options.NoNaNsFPMath = LangOpts.NoHonorNaNs; in initTargetOptions()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/ARM/
H A DARMAsmPrinter.cpp720 if (TM.Options.NoInfsFPMath && TM.Options.NoNaNsFPMath) in emitAttributes()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/PowerPC/
H A DPPCInstrInfo.td1167 def NoNaNsFPMath
1168 : Predicate<"Subtarget->getTargetMachine().Options.NoNaNsFPMath">;
1170 : Predicate<"!Subtarget->getTargetMachine().Options.NoNaNsFPMath">;
H A DPPCISelLowering.cpp7834 (!DAG.getTarget().Options.NoNaNsFPMath && !Flags.hasNoNaNs())) in LowerSELECT_CC()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.cpp2162 if (TM.Options.NoNaNsFPMath) in EmitBranchForMergedCondition()
3223 if (FPMO->hasNoNaNs() || TM.Options.NoNaNsFPMath) in visitFCmp()
7258 if (TM.Options.NoNaNsFPMath) in visitConstrainedFPIntrinsic()
H A DSelectionDAG.cpp4268 if (getTarget().Options.NoNaNsFPMath || Op->getFlags().hasNoNaNs()) in isKnownNeverNaN()
H A DDAGCombiner.cpp13497 if ((Options.NoNaNsFPMath || Flags.hasNoNaNs()) && AllowNewConst) { in visitFADD()
13668 if (Options.NoNaNsFPMath || Flags.hasNoNaNs()) in visitFSUB()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp10555 bool NoNaNs = getTargetMachine().Options.NoNaNsFPMath; in LowerVSETCC()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp47364 if (!DAG.getTarget().Options.NoNaNsFPMath || in combineFMinFMax()
47401 if (DAG.getTarget().Options.NoNaNsFPMath || N->getFlags().hasNoNaNs()) in combineFMinNumFMaxNum()