Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUMachineFunction.h62 bool NoSignedZerosFPMath = false; variable
103 return NoSignedZerosFPMath; in hasNoSignedZerosFPMath()
H A DAMDGPUMachineFunction.cpp85 NoSignedZerosFPMath = in AMDGPUMachineFunction()
H A DSIMachineFunctionInfo.cpp710 NoSignedZerosFPMath(MFI.hasNoSignedZerosFPMath()), in SIMachineFunctionInfo()
764 NoSignedZerosFPMath = YamlMFI.NoSignedZerosFPMath; in initializeBaseYamlFields()
H A DSIMachineFunctionInfo.h268 bool NoSignedZerosFPMath = false;
324 YamlIO.mapOptional("noSignedZerosFPMath", MFI.NoSignedZerosFPMath, false);
H A DAMDGPUCombinerHelper.cpp147 return Options.NoSignedZerosFPMath || MI.getFlag(MachineInstr::MIFlag::FmNsz); in mayIgnoreSignedZero()
H A DAMDGPUISelLowering.cpp643 if (getTargetMachine().Options.NoSignedZerosFPMath) in mayIgnoreSignedZero()
/freebsd/contrib/llvm-project/llvm/include/llvm/Target/
H A DTargetOptions.h122 NoTrappingFPMath(true), NoSignedZerosFPMath(false), in TargetOptions()
186 unsigned NoSignedZerosFPMath : 1; variable
/freebsd/contrib/llvm-project/llvm/lib/Target/
H A DTargetMachine.cpp164 RESET_OPTION(NoSignedZerosFPMath, "no-signed-zeros-fp-math"); in resetTargetOptions()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DCommandFlags.cpp559 Options.NoSignedZerosFPMath = getEnableNoSignedZerosFPMath(); in InitTargetOptionsFromCodeGenFlags()
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DAttributes.td410 def NoSignedZerosFPMath : StrBoolAttr<"no-signed-zeros-fp-math">;
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp11700 return (Flags.hasNoSignedZeros() || Options.NoSignedZerosFPMath) && in isLegalToCombineMinNumMaxNum()
17142 bool NoSignedZero = Options.NoSignedZerosFPMath || Flags.hasNoSignedZeros(); in visitFSUBForFMACombine()
17561 if (N1C->isNegative() || Options.NoSignedZerosFPMath || Flags.hasNoSignedZeros()) in visitFADD()
17617 if (((Options.UnsafeFPMath && Options.NoSignedZerosFPMath) || in visitFADD()
17704 if (((Options.UnsafeFPMath && Options.NoSignedZerosFPMath) || in visitFADD()
17776 if (!N1CFP->isNegative() || Options.NoSignedZerosFPMath || in visitFSUB()
17791 (Options.NoSignedZerosFPMath || Flags.hasNoSignedZeros())) { in visitFSUB()
17807 if (((Options.UnsafeFPMath && Options.NoSignedZerosFPMath) || in visitFSUB()
18128 if (Options.NoSignedZerosFPMath || N->getFlags().hasNoSignedZeros() || in visitFMA()
18435 if ((Options.NoSignedZerosFPMath || Flags.hasNoSignedZeros()) && in visitFDIV()
[all …]
H A DTargetLowering.cpp7550 if (!Options.NoSignedZerosFPMath && !Flags.hasNoSignedZeros()) in getNegatedExpression()
7595 if (!Options.NoSignedZerosFPMath && !Flags.hasNoSignedZeros()) in getNegatedExpression()
7656 if (!Options.NoSignedZerosFPMath && !Flags.hasNoSignedZeros()) in getNegatedExpression()
8835 if (Options.NoSignedZerosFPMath || Flags.hasNoSignedZeros() || in expandFMINIMUMNUM_FMAXIMUMNUM()
/freebsd/contrib/llvm-project/llvm/lib/Target/NVPTX/
H A DNVPTXInstrInfo.td2719 return N->getFlags().hasNoSignedZeros() || TM.Options.NoSignedZerosFPMath;
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp29378 bool IgnoreSignedZero = DAG.getTarget().Options.NoSignedZerosFPMath || in LowerFMINIMUM_FMAXIMUM()
47688 if (!DAG.getTarget().Options.NoSignedZerosFPMath && in combineSelect()
47699 if (!DAG.getTarget().Options.NoSignedZerosFPMath && in combineSelect()
47718 if (!DAG.getTarget().Options.NoSignedZerosFPMath && in combineSelect()
47728 if (!DAG.getTarget().Options.NoSignedZerosFPMath && in combineSelect()
47755 if (!DAG.getTarget().Options.NoSignedZerosFPMath && in combineSelect()
47791 if (!DAG.getTarget().Options.NoSignedZerosFPMath && in combineSelect()
53988 return DAG.getTarget().Options.NoSignedZerosFPMath || in combineFaddCFmul()
55135 !DAG.getTarget().Options.NoSignedZerosFPMath) in combineFMinFMax()
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.cpp18581 if (Flags.hasNoSignedZeros() || Options.NoSignedZerosFPMath) { in getNegatedExpression()
19141 if (!Flags.hasNoSignedZeros() && !Options.NoSignedZerosFPMath) in combineFMALike()