Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
HDAMDGPUMachineFunction.h62 bool NoSignedZerosFPMath = false; variable
101 return NoSignedZerosFPMath; in hasNoSignedZerosFPMath()
HDAMDGPUMachineFunction.cpp85 NoSignedZerosFPMath = in AMDGPUMachineFunction()
HDSIMachineFunctionInfo.cpp678 NoSignedZerosFPMath(MFI.hasNoSignedZerosFPMath()), in SIMachineFunctionInfo()
726 NoSignedZerosFPMath = YamlMFI.NoSignedZerosFPMath; in initializeBaseYamlFields()
HDSIMachineFunctionInfo.h262 bool NoSignedZerosFPMath = false;
311 YamlIO.mapOptional("noSignedZerosFPMath", MFI.NoSignedZerosFPMath, false);
HDAMDGPUCombinerHelper.cpp140 return Options.NoSignedZerosFPMath || MI.getFlag(MachineInstr::MIFlag::FmNsz); in mayIgnoreSignedZero()
HDAMDGPUISelLowering.cpp630 if (getTargetMachine().Options.NoSignedZerosFPMath) in mayIgnoreSignedZero()
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/Target/
HDTargetOptions.h139 NoTrappingFPMath(true), NoSignedZerosFPMath(false), in TargetOptions()
201 unsigned NoSignedZerosFPMath : 1; variable
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/
HDTargetMachine.cpp138 RESET_OPTION(NoSignedZerosFPMath, "no-signed-zeros-fp-math"); in resetTargetOptions()
/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/
HDCommandFlags.cpp554 Options.NoSignedZerosFPMath = getEnableNoSignedZerosFPMath(); in InitTargetOptionsFromCodeGenFlags()
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/IR/
HDAttributes.td350 def NoSignedZerosFPMath : StrBoolAttr<"no-signed-zeros-fp-math">;
/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
HDDAGCombiner.cpp11230 return (Flags.hasNoSignedZeros() || Options.NoSignedZerosFPMath) && in isLegalToCombineMinNumMaxNum()
16138 bool NoSignedZero = Options.NoSignedZerosFPMath || Flags.hasNoSignedZeros(); in visitFSUBForFMACombine()
16563 if (N1C->isNegative() || Options.NoSignedZerosFPMath || Flags.hasNoSignedZeros()) in visitFADD()
16619 if (((Options.UnsafeFPMath && Options.NoSignedZerosFPMath) || in visitFADD()
16781 if (!N1CFP->isNegative() || Options.NoSignedZerosFPMath || in visitFSUB()
16796 (Options.NoSignedZerosFPMath || Flags.hasNoSignedZeros())) { in visitFSUB()
16812 if (((Options.UnsafeFPMath && Options.NoSignedZerosFPMath) || in visitFSUB()
17435 if ((Options.NoSignedZerosFPMath || Flags.hasNoSignedZeros()) && in visitFDIV()
17700 !DAG.getTarget().Options.NoSignedZerosFPMath) in foldFPToIntToFP()
18093 (DAG.getTarget().Options.NoSignedZerosFPMath || in visitFNEG()
HDTargetLowering.cpp7331 if (!Options.NoSignedZerosFPMath && !Flags.hasNoSignedZeros()) in getNegatedExpression()
7376 if (!Options.NoSignedZerosFPMath && !Flags.hasNoSignedZeros()) in getNegatedExpression()
7437 if (!Options.NoSignedZerosFPMath && !Flags.hasNoSignedZeros()) in getNegatedExpression()
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/X86/
HDX86ISelLowering.cpp28340 bool IgnoreSignedZero = DAG.getTarget().Options.NoSignedZerosFPMath || in LowerFMINIMUM_FMAXIMUM()
45953 if (!DAG.getTarget().Options.NoSignedZerosFPMath && in combineSelect()
45964 if (!DAG.getTarget().Options.NoSignedZerosFPMath && in combineSelect()
45983 if (!DAG.getTarget().Options.NoSignedZerosFPMath && in combineSelect()
45993 if (!DAG.getTarget().Options.NoSignedZerosFPMath && in combineSelect()
46021 if (!DAG.getTarget().Options.NoSignedZerosFPMath && in combineSelect()
46057 if (!DAG.getTarget().Options.NoSignedZerosFPMath && in combineSelect()
52218 return DAG.getTarget().Options.NoSignedZerosFPMath || in combineFaddCFmul()
53309 !DAG.getTarget().Options.NoSignedZerosFPMath) in combineFMinFMax()
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/PowerPC/
HDPPCISelLowering.cpp17673 if (Flags.hasNoSignedZeros() || Options.NoSignedZerosFPMath) { in getNegatedExpression()
18139 if (!Flags.hasNoSignedZeros() && !Options.NoSignedZerosFPMath) in combineFMALike()