Searched refs:NoNaNsFPMath (Results 1 – 24 of 24) sorted by relevance
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Target/ |
D | TargetOptions.h | 110 NoNaNsFPMath(false), NoTrappingFPMath(true), in TargetOptions() 150 unsigned NoNaNsFPMath : 1; variable
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ |
D | TargetMachine.cpp | 64 RESET_OPTION(NoNaNsFPMath, "no-nans-fp-math"); in resetTargetOptions()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/ |
D | MicroMipsInstrFPU.td | 202 let AdditionalPredicates = [NoNaNsFPMath, HasMadd4] in { 214 let AdditionalPredicates = [NoNaNsFPMath, HasMadd4] in { 389 let AdditionalPredicates = [NoNaNsFPMath, HasMadd4,
|
D | MipsInstrFPU.td | 670 let AdditionalPredicates = [NoNaNsFPMath, HasMadd4, NotInMicroMips] in { 959 let AdditionalPredicates = [NoNaNsFPMath, HasMadd4, NotInMicroMips] in {
|
D | MipsInstrInfo.td | 226 def NoNaNsFPMath : Predicate<"TM.Options.NoNaNsFPMath">; 228 "TM.Options.NoNaNsFPMath">;
|
D | MipsISelLowering.cpp | 361 if (!(TM.Options.NoNaNsFPMath || Subtarget.inAbs2008Mode())) { in MipsTargetLowering()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/ |
D | AMDGPUInstructions.td | 745 [{ (void) N; return TM.Options.NoNaNsFPMath; }] 751 [{ (void)N; return TM.Options.NoNaNsFPMath; }]
|
D | AMDGPULibCalls.cpp | 1728 if (Options.UnsafeFPMath || Options.NoNaNsFPMath) in setFastFlags()
|
D | AMDGPUInstructionSelector.cpp | 1943 if (!TM.Options.NoNaNsFPMath && !isKnownNeverNaN(Src, *MRI)) in selectVOP3Mods_nnan()
|
D | AMDGPUISelDAGToDAG.cpp | 525 if (TM.Options.NoNaNsFPMath) in isNoNanSrc()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/ |
D | CommandFlags.inc | 295 Options.NoNaNsFPMath = EnableNoNaNsFPMath;
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/configs/common/lib/Target/Mips/ |
D | MipsGenDAGISel.inc | 26906 …hasStandardEncoding()) && (!Subtarget->useSoftFloat()) && (TM.Options.NoNaNsFPMath) && (!Subtarget… 26913 …hasStandardEncoding()) && (!Subtarget->useSoftFloat()) && (TM.Options.NoNaNsFPMath) && (!Subtarget… 26919 …ubtarget->isFP64bit()) && (!Subtarget->useSoftFloat()) && (TM.Options.NoNaNsFPMath) && (!Subtarget… 26935 …hasStandardEncoding()) && (!Subtarget->useSoftFloat()) && (TM.Options.NoNaNsFPMath) && (!Subtarget… 26942 …hasStandardEncoding()) && (!Subtarget->useSoftFloat()) && (TM.Options.NoNaNsFPMath) && (!Subtarget… 26948 …ubtarget->isFP64bit()) && (!Subtarget->useSoftFloat()) && (TM.Options.NoNaNsFPMath) && (!Subtarget… 26965 …hasStandardEncoding()) && (!Subtarget->useSoftFloat()) && (TM.Options.NoNaNsFPMath) && (!Subtarget… 26972 …hasStandardEncoding()) && (!Subtarget->useSoftFloat()) && (TM.Options.NoNaNsFPMath) && (!Subtarget… 26978 …ubtarget->isFP64bit()) && (!Subtarget->useSoftFloat()) && (TM.Options.NoNaNsFPMath) && (!Subtarget… 27114 …hasMips4_32r2()) && (Subtarget->hasStandardEncoding()) && (TM.Options.NoNaNsFPMath) && (!Subtarget… [all …]
|
D | MipsGenFastISel.inc | 318 …ode()) && (!Subtarget->useSoftFloat()) && (Subtarget->inAbs2008Mode() ||TM.Options.NoNaNsFPMath)) { 321 …()) && (!Subtarget->inMicroMipsMode()) && (Subtarget->inAbs2008Mode() ||TM.Options.NoNaNsFPMath)) { 336 …()) && (!Subtarget->inMicroMipsMode()) && (Subtarget->inAbs2008Mode() ||TM.Options.NoNaNsFPMath)) { 339 …()) && (!Subtarget->inMicroMipsMode()) && (Subtarget->inAbs2008Mode() ||TM.Options.NoNaNsFPMath)) {
|
D | MipsGenGlobalISel.inc | 133 if (TM.Options.NoNaNsFPMath) 135 if (Subtarget->inAbs2008Mode() ||TM.Options.NoNaNsFPMath)
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/ |
D | ARMAsmPrinter.cpp | 702 if (TM.Options.NoInfsFPMath && TM.Options.NoNaNsFPMath) in emitAttributes()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/ |
D | PPCInstrQPX.td | 1179 let Predicates = [HasQPX, NoNaNsFPMath] in {
|
D | PPCInstrInfo.td | 946 def NoNaNsFPMath : Predicate<"TM.Options.NoNaNsFPMath">; 947 def NaNsFPMath : Predicate<"!TM.Options.NoNaNsFPMath">;
|
D | PPCISelLowering.cpp | 7568 bool HasNoNaNs = DAG.getTarget().Options.NoNaNsFPMath; in LowerSELECT_CC()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/ |
D | SelectionDAGBuilder.cpp | 2082 if (TM.Options.NoNaNsFPMath) in EmitBranchForMergedCondition() 3272 if ((FPMO && FPMO->hasNoNaNs()) || TM.Options.NoNaNsFPMath) in visitFCmp()
|
D | DAGCombiner.cpp | 12196 if ((Options.NoNaNsFPMath || Flags.hasNoNaNs()) && AllowNewConst) { in visitFADD() 12336 if (Options.NoNaNsFPMath || Flags.hasNoNaNs()) in visitFSUB() 12425 if ((Options.NoNaNsFPMath && Options.NoSignedZerosFPMath) || in visitFMUL()
|
D | SelectionDAG.cpp | 4081 if (getTarget().Options.NoNaNsFPMath || Op->getFlags().hasNoNaNs()) in isKnownNeverNaN()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/configs/common/lib/Target/PowerPC/ |
D | PPCGenDAGISel.inc | 44407 …08*/ OPC_CheckPatternPredicate, 47, // (PPCSubTarget->hasQPX()) && (TM.Options.NoNaNsFPMath) 44415 …8*/ OPC_CheckPatternPredicate, 48, // (PPCSubTarget->hasQPX()) && (!TM.Options.NoNaNsFPMath) 44436 …84*/ OPC_CheckPatternPredicate, 47, // (PPCSubTarget->hasQPX()) && (TM.Options.NoNaNsFPMath) 44444 …4*/ OPC_CheckPatternPredicate, 48, // (PPCSubTarget->hasQPX()) && (!TM.Options.NoNaNsFPMath) 44469 …67*/ OPC_CheckPatternPredicate, 47, // (PPCSubTarget->hasQPX()) && (TM.Options.NoNaNsFPMath) 44477 …7*/ OPC_CheckPatternPredicate, 48, // (PPCSubTarget->hasQPX()) && (!TM.Options.NoNaNsFPMath) 44498 …43*/ OPC_CheckPatternPredicate, 47, // (PPCSubTarget->hasQPX()) && (TM.Options.NoNaNsFPMath) 44506 …3*/ OPC_CheckPatternPredicate, 48, // (PPCSubTarget->hasQPX()) && (!TM.Options.NoNaNsFPMath) 44688 case 47: return (PPCSubTarget->hasQPX()) && (TM.Options.NoNaNsFPMath); 44689 case 48: return (PPCSubTarget->hasQPX()) && (!TM.Options.NoNaNsFPMath);
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/ |
D | AArch64ISelLowering.cpp | 8512 bool NoNaNs = getTargetMachine().Options.NoNaNsFPMath; in LowerVSETCC()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/ |
D | X86ISelLowering.cpp | 42918 if (!DAG.getTarget().Options.NoNaNsFPMath || in combineFMinFMax() 42955 if (DAG.getTarget().Options.NoNaNsFPMath || N->getFlags().hasNoNaNs()) in combineFMinNumFMaxNum()
|