Searched refs:NoSignedZerosFPMath (Results 1 - 12 of 12) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUMachineFunction.h39 bool NoSignedZerosFPMath = false; member in class:llvm::AMDGPUMachineFunction
69 return NoSignedZerosFPMath;
H A DAMDGPUMachineFunction.cpp20 NoSignedZerosFPMath(MF.getTarget().Options.NoSignedZerosFPMath) {
H A DSIMachineFunctionInfo.cpp546 NoSignedZerosFPMath(MFI.hasNoSignedZerosFPMath()),
567 NoSignedZerosFPMath = YamlMFI.NoSignedZerosFPMath;
H A DSIMachineFunctionInfo.h281 bool NoSignedZerosFPMath = false; member in struct:llvm::yaml::final
308 YamlIO.mapOptional("noSignedZerosFPMath", MFI.NoSignedZerosFPMath, false);
H A DAMDGPUISelLowering.h149 if (getTargetMachine().Options.NoSignedZerosFPMath)
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/Target/
H A DTargetOptions.h118 NoSignedZerosFPMath(false),
167 /// NoSignedZerosFPMath - This flag is enabled when the
171 unsigned NoSignedZerosFPMath : 1;
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/
H A DTargetMachine.cpp65 RESET_OPTION(NoSignedZerosFPMath, "no-signed-zeros-fp-math");
/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DCommandFlags.cpp447 Options.NoSignedZerosFPMath = getEnableNoSignedZerosFPMath();
/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp8717 return Options.NoSignedZerosFPMath && VT.isFloatingPoint() &&
12224 bool NoSignedZero = Options.NoSignedZerosFPMath || Flags.hasNoSignedZeros();
12637 if (N1C->isNegative() || Options.NoSignedZerosFPMath || Flags.hasNoSignedZeros())
12693 if (((Options.UnsafeFPMath && Options.NoSignedZerosFPMath) ||
12815 if (!N1CFP->isNegative() || Options.NoSignedZerosFPMath ||
12834 (Options.NoSignedZerosFPMath || Flags.hasNoSignedZeros())) {
12843 if (((Options.UnsafeFPMath && Options.NoSignedZerosFPMath) ||
12900 if ((Options.NoNaNsFPMath && Options.NoSignedZerosFPMath) ||
13539 !DAG.getTarget().Options.NoSignedZerosFPMath)
13892 (DAG.getTarget().Options.NoSignedZerosFPMath ||
[all...]
H A DTargetLowering.cpp5792 if (!Options.NoSignedZerosFPMath && !Flags.hasNoSignedZeros())
5830 if (!Options.NoSignedZerosFPMath && !Flags.hasNoSignedZeros())
5884 if (!Options.NoSignedZerosFPMath && !Flags.hasNoSignedZeros())
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp[all...]
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.cpp16531 if (Flags.hasNoSignedZeros() || Options.NoSignedZerosFPMath) {
16998 if (!Flags.hasNoSignedZeros() && !Options.NoSignedZerosFPMath)

Completed in 229 milliseconds