Searched refs:hasAllowReciprocal (Results 1 – 13 of 13) sorted by relevance
330 bool hasAllowReciprocal() const;
219 bool Instruction::hasAllowReciprocal() const { in hasAllowReciprocal() function in Instruction221 return cast<FPMathOperator>(this)->hasAllowReciprocal(); in hasAllowReciprocal()
1267 if (FPO->hasAllowReciprocal()) in WriteOptimizationInfo()
419 bool hasAllowReciprocal() const;
348 bool hasAllowReciprocal() const { in hasAllowReciprocal() function
1154 if (!(C->hasExactInverseFP() || (I.hasAllowReciprocal() && C->isNormalFP()))) in foldFDivConstantDivisor()1180 if (!I.hasAllowReassoc() || !I.hasAllowReciprocal()) in foldFDivConstantDividend()1228 if (I.hasAllowReassoc() && I.hasAllowReciprocal()) { in visitFDiv()
538 if (getFlags().hasAllowReciprocal()) in print_details()
859 if (Flags.hasAllowReciprocal()) in EmitMachineNode()
12667 if (!UnsafeMath && !Flags.hasAllowReciprocal()) in combineRepeatedFPDivisors()12698 if (UnsafeMath || U->getFlags().hasAllowReciprocal()) in combineRepeatedFPDivisors()12753 if (Options.UnsafeFPMath || Flags.hasAllowReciprocal()) { in visitFDIV()
397 setAllowReciprocal(FPMO.hasAllowReciprocal());465 bool hasAllowReciprocal() const { return AllowReciprocal; }
871 I.hasAllowReciprocal()) { in hoistRegion()
1411 if (FPMO->hasAllowReciprocal()) in getOptimizationFlags()
7550 bool Unsafe = DAG.getTarget().Options.UnsafeFPMath || Flags.hasAllowReciprocal(); in lowerFastUnsafeFDIV()