Searched refs:hasAllowReciprocal (Results 1 – 12 of 12) sorted by relevance
218 bool Instruction::hasAllowReciprocal() const { in hasAllowReciprocal() function in Instruction220 return cast<FPMathOperator>(this)->hasAllowReciprocal(); in hasAllowReciprocal()
1257 if (FPO->hasAllowReciprocal()) in WriteOptimizationInfo()
399 bool hasAllowReciprocal() const;
342 bool hasAllowReciprocal() const { in hasAllowReciprocal() function
1059 if (!(C->hasExactInverseFP() || (I.hasAllowReciprocal() && C->isNormalFP()))) in foldFDivConstantDivisor()1085 if (!I.hasAllowReassoc() || !I.hasAllowReciprocal()) in foldFDivConstantDividend()1133 if (I.hasAllowReassoc() && I.hasAllowReciprocal()) { in visitFDiv()
509 if (getFlags().hasAllowReciprocal()) in print_details()
877 if (Flags.hasAllowReciprocal()) in EmitMachineNode()
11546 if (!UnsafeMath && !Flags.hasAllowReciprocal()) in combineRepeatedFPDivisors()11569 if (UnsafeMath || U->getFlags().hasAllowReciprocal()) in combineRepeatedFPDivisors()11622 if (Options.UnsafeFPMath || Flags.hasAllowReciprocal()) { in visitFDIV()
386 setAllowReciprocal(FPMO.hasAllowReciprocal());450 bool hasAllowReciprocal() const { return AllowReciprocal; }
788 I.hasAllowReciprocal()) { in hoistRegion()
1375 if (FPMO->hasAllowReciprocal()) in getOptimizationFlags()
6601 bool Unsafe = DAG.getTarget().Options.UnsafeFPMath || Flags.hasAllowReciprocal(); in lowerFastUnsafeFDIV()