Searched refs:NoSignedZerosFPMath (Results 1 – 14 of 14) sorted by relevance
62 bool NoSignedZerosFPMath = false; variable101 return NoSignedZerosFPMath; in hasNoSignedZerosFPMath()
85 NoSignedZerosFPMath = in AMDGPUMachineFunction()
678 NoSignedZerosFPMath(MFI.hasNoSignedZerosFPMath()), in SIMachineFunctionInfo()726 NoSignedZerosFPMath = YamlMFI.NoSignedZerosFPMath; in initializeBaseYamlFields()
262 bool NoSignedZerosFPMath = false;311 YamlIO.mapOptional("noSignedZerosFPMath", MFI.NoSignedZerosFPMath, false);
140 return Options.NoSignedZerosFPMath || MI.getFlag(MachineInstr::MIFlag::FmNsz); in mayIgnoreSignedZero()
630 if (getTargetMachine().Options.NoSignedZerosFPMath) in mayIgnoreSignedZero()
139 NoTrappingFPMath(true), NoSignedZerosFPMath(false), in TargetOptions()201 unsigned NoSignedZerosFPMath : 1; variable
138 RESET_OPTION(NoSignedZerosFPMath, "no-signed-zeros-fp-math"); in resetTargetOptions()
554 Options.NoSignedZerosFPMath = getEnableNoSignedZerosFPMath(); in InitTargetOptionsFromCodeGenFlags()
350 def NoSignedZerosFPMath : StrBoolAttr<"no-signed-zeros-fp-math">;
11230 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()
7331 if (!Options.NoSignedZerosFPMath && !Flags.hasNoSignedZeros()) in getNegatedExpression()7376 if (!Options.NoSignedZerosFPMath && !Flags.hasNoSignedZeros()) in getNegatedExpression()7437 if (!Options.NoSignedZerosFPMath && !Flags.hasNoSignedZeros()) in getNegatedExpression()
28340 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()
17673 if (Flags.hasNoSignedZeros() || Options.NoSignedZerosFPMath) { in getNegatedExpression()18139 if (!Flags.hasNoSignedZeros() && !Options.NoSignedZerosFPMath) in combineFMALike()