Home
last modified time | relevance | path

Searched refs:NoSignedZerosFPMath (Results 1 – 11 of 11) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
DAMDGPUMachineFunction.h39 bool NoSignedZerosFPMath; variable
69 return NoSignedZerosFPMath; in hasNoSignedZerosFPMath()
DAMDGPUMachineFunction.cpp23 NoSignedZerosFPMath(MF.getTarget().Options.NoSignedZerosFPMath), in AMDGPUMachineFunction()
DSIMachineFunctionInfo.cpp485 NoSignedZerosFPMath(MFI.hasNoSignedZerosFPMath()), in SIMachineFunctionInfo()
507 NoSignedZerosFPMath = YamlMFI.NoSignedZerosFPMath; in initializeBaseYamlFields()
DSIMachineFunctionInfo.h273 bool NoSignedZerosFPMath = false;
301 YamlIO.mapOptional("noSignedZerosFPMath", MFI.NoSignedZerosFPMath, false);
DAMDGPUISelLowering.h150 if (getTargetMachine().Options.NoSignedZerosFPMath) in mayIgnoreSignedZero()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Target/
DTargetOptions.h111 NoSignedZerosFPMath(false), in TargetOptions()
161 unsigned NoSignedZerosFPMath : 1; variable
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/
DTargetMachine.cpp65 RESET_OPTION(NoSignedZerosFPMath, "no-signed-zeros-fp-math"); in resetTargetOptions()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DCommandFlags.inc296 Options.NoSignedZerosFPMath = EnableNoSignedZerosFPMath;
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
DTargetLowering.cpp5530 if (!Options.NoSignedZerosFPMath && !Flags.hasNoSignedZeros()) in isNegatibleForFree()
5546 if (!Options.NoSignedZerosFPMath && !Flags.hasNoSignedZeros()) in isNegatibleForFree()
5569 if (!Options.NoSignedZerosFPMath && !Flags.hasNoSignedZeros()) in isNegatibleForFree()
5630 assert((DAG.getTarget().Options.NoSignedZerosFPMath || in getNegatedExpression()
5679 assert((DAG.getTarget().Options.NoSignedZerosFPMath || in getNegatedExpression()
DDAGCombiner.cpp8306 return Options.NoSignedZerosFPMath && VT.isFloatingPoint() && in isLegalToCombineMinNumMaxNum()
12151 if (N1C->isNegative() || Options.NoSignedZerosFPMath || Flags.hasNoSignedZeros()) in visitFADD()
12209 if (((Options.UnsafeFPMath && Options.NoSignedZerosFPMath) || in visitFADD()
12328 if (!N1CFP->isNegative() || Options.NoSignedZerosFPMath || in visitFSUB()
12347 (Options.NoSignedZerosFPMath || Flags.hasNoSignedZeros())) { in visitFSUB()
12355 if (((Options.UnsafeFPMath && Options.NoSignedZerosFPMath) || in visitFSUB()
12425 if ((Options.NoNaNsFPMath && Options.NoSignedZerosFPMath) || in visitFMUL()
13021 !DAG.getTarget().Options.NoSignedZerosFPMath) in foldFPToIntToFP()
13388 (DAG.getTarget().Options.NoSignedZerosFPMath || in visitFNEG()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
DX86ISelLowering.cpp37943 if (!DAG.getTarget().Options.NoSignedZerosFPMath && in combineSelect()
37954 if (!DAG.getTarget().Options.NoSignedZerosFPMath && in combineSelect()
37973 if (!DAG.getTarget().Options.NoSignedZerosFPMath && in combineSelect()
37983 if (!DAG.getTarget().Options.NoSignedZerosFPMath && in combineSelect()
38011 if (!DAG.getTarget().Options.NoSignedZerosFPMath && in combineSelect()
38047 if (!DAG.getTarget().Options.NoSignedZerosFPMath && in combineSelect()
42919 !DAG.getTarget().Options.NoSignedZerosFPMath) in combineFMinFMax()