Searched refs:NoSignedZerosFPMath (Results 1 – 15 of 15) sorted by relevance
62 bool NoSignedZerosFPMath = false; variable103 return NoSignedZerosFPMath; in hasNoSignedZerosFPMath()
85 NoSignedZerosFPMath = in AMDGPUMachineFunction()
710 NoSignedZerosFPMath(MFI.hasNoSignedZerosFPMath()), in SIMachineFunctionInfo()764 NoSignedZerosFPMath = YamlMFI.NoSignedZerosFPMath; in initializeBaseYamlFields()
268 bool NoSignedZerosFPMath = false;324 YamlIO.mapOptional("noSignedZerosFPMath", MFI.NoSignedZerosFPMath, false);
147 return Options.NoSignedZerosFPMath || MI.getFlag(MachineInstr::MIFlag::FmNsz); in mayIgnoreSignedZero()
643 if (getTargetMachine().Options.NoSignedZerosFPMath) in mayIgnoreSignedZero()
122 NoTrappingFPMath(true), NoSignedZerosFPMath(false), in TargetOptions()186 unsigned NoSignedZerosFPMath : 1; variable
164 RESET_OPTION(NoSignedZerosFPMath, "no-signed-zeros-fp-math"); in resetTargetOptions()
559 Options.NoSignedZerosFPMath = getEnableNoSignedZerosFPMath(); in InitTargetOptionsFromCodeGenFlags()
410 def NoSignedZerosFPMath : StrBoolAttr<"no-signed-zeros-fp-math">;
11700 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 …]
7550 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()
2719 return N->getFlags().hasNoSignedZeros() || TM.Options.NoSignedZerosFPMath;
29378 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()
18581 if (Flags.hasNoSignedZeros() || Options.NoSignedZerosFPMath) { in getNegatedExpression()19141 if (!Flags.hasNoSignedZeros() && !Options.NoSignedZerosFPMath) in combineFMALike()