Home
last modified time | relevance | path

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

/external/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()
/external/llvm-project/llvm/lib/Target/AMDGPU/
DAMDGPUMachineFunction.h51 bool NoSignedZerosFPMath = false; variable
81 return NoSignedZerosFPMath; in hasNoSignedZerosFPMath()
DAMDGPUMachineFunction.cpp20 NoSignedZerosFPMath(MF.getTarget().Options.NoSignedZerosFPMath) { in AMDGPUMachineFunction()
DSIMachineFunctionInfo.cpp550 NoSignedZerosFPMath(MFI.hasNoSignedZerosFPMath()), in SIMachineFunctionInfo()
573 NoSignedZerosFPMath = YamlMFI.NoSignedZerosFPMath; in initializeBaseYamlFields()
DSIMachineFunctionInfo.h282 bool NoSignedZerosFPMath = false;
312 YamlIO.mapOptional("noSignedZerosFPMath", MFI.NoSignedZerosFPMath, false);
DAMDGPUISelLowering.h149 if (getTargetMachine().Options.NoSignedZerosFPMath) in mayIgnoreSignedZero()
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Target/
DTargetOptions.h111 NoSignedZerosFPMath(false), in TargetOptions()
161 unsigned NoSignedZerosFPMath : 1; variable
/external/llvm-project/llvm/include/llvm/Target/
DTargetOptions.h126 NoTrappingFPMath(true), NoSignedZerosFPMath(false), in TargetOptions()
177 unsigned NoSignedZerosFPMath : 1; variable
/external/llvm-project/llvm/lib/Target/
DTargetMachine.cpp65 RESET_OPTION(NoSignedZerosFPMath, "no-signed-zeros-fp-math"); in resetTargetOptions()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/
DTargetMachine.cpp65 RESET_OPTION(NoSignedZerosFPMath, "no-signed-zeros-fp-math"); in resetTargetOptions()
/external/llvm-project/llvm/include/llvm/IR/
DAttributes.td257 def NoSignedZerosFPMath : StrBoolAttr<"no-signed-zeros-fp-math">;
/external/llvm-project/llvm/lib/CodeGen/
DCommandFlags.cpp519 Options.NoSignedZerosFPMath = getEnableNoSignedZerosFPMath(); in InitTargetOptionsFromCodeGenFlags()
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DCommandFlags.inc296 Options.NoSignedZerosFPMath = EnableNoSignedZerosFPMath;
/external/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()
/external/llvm-project/llvm/lib/CodeGen/SelectionDAG/
DDAGCombiner.cpp8996 return Options.NoSignedZerosFPMath && VT.isFloatingPoint() && in isLegalToCombineMinNumMaxNum()
12758 bool NoSignedZero = Options.NoSignedZerosFPMath || Flags.hasNoSignedZeros(); in visitFSUBForFMACombine()
13150 if (N1C->isNegative() || Options.NoSignedZerosFPMath || Flags.hasNoSignedZeros()) in visitFADD()
13206 if (((Options.UnsafeFPMath && Options.NoSignedZerosFPMath) || in visitFADD()
13356 if (!N1CFP->isNegative() || Options.NoSignedZerosFPMath || in visitFSUB()
13375 (Options.NoSignedZerosFPMath || Flags.hasNoSignedZeros())) { in visitFSUB()
13384 if (((Options.UnsafeFPMath && Options.NoSignedZerosFPMath) || in visitFSUB()
13866 if ((Options.NoSignedZerosFPMath || Flags.hasNoSignedZeros()) && in visitFDIV()
14091 !DAG.getTarget().Options.NoSignedZerosFPMath) in foldFPToIntToFP()
14444 (DAG.getTarget().Options.NoSignedZerosFPMath || in visitFNEG()
DTargetLowering.cpp5868 if (!Options.NoSignedZerosFPMath && !Flags.hasNoSignedZeros()) in getNegatedExpression()
5906 if (!Options.NoSignedZerosFPMath && !Flags.hasNoSignedZeros()) in getNegatedExpression()
5960 if (!Options.NoSignedZerosFPMath && !Flags.hasNoSignedZeros()) in getNegatedExpression()
/external/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()
/external/llvm-project/llvm/lib/Target/X86/
DX86ISelLowering.cpp40706 if (!DAG.getTarget().Options.NoSignedZerosFPMath && in combineSelect()
40717 if (!DAG.getTarget().Options.NoSignedZerosFPMath && in combineSelect()
40736 if (!DAG.getTarget().Options.NoSignedZerosFPMath && in combineSelect()
40746 if (!DAG.getTarget().Options.NoSignedZerosFPMath && in combineSelect()
40774 if (!DAG.getTarget().Options.NoSignedZerosFPMath && in combineSelect()
40810 if (!DAG.getTarget().Options.NoSignedZerosFPMath && in combineSelect()
46269 !DAG.getTarget().Options.NoSignedZerosFPMath) in combineFMinFMax()
/external/llvm-project/llvm/lib/Target/PowerPC/
DPPCISelLowering.cpp16410 if (Flags.hasNoSignedZeros() || Options.NoSignedZerosFPMath) { in getNegatedExpression()
16876 if (!Flags.hasNoSignedZeros() && !Options.NoSignedZerosFPMath) in combineFMALike()