Searched refs:hasAllowReciprocal (Results 1 – 11 of 11) sorted by relevance
244 bool Instruction::hasAllowReciprocal() const { in hasAllowReciprocal() function in Instruction246 return cast<FPMathOperator>(this)->hasAllowReciprocal(); in hasAllowReciprocal()
1319 if (FPO->hasAllowReciprocal()) in WriteOptimizationInfo()
1229 if (!(C->hasExactInverseFP() || (I.hasAllowReciprocal() && C->isNormalFP()))) in foldFDivConstantDivisor()1255 if (!I.hasAllowReassoc() || !I.hasAllowReciprocal()) in foldFDivConstantDividend()1283 !I.hasAllowReciprocal()) in foldFDivPowDivisor()1348 if (I.hasAllowReassoc() && I.hasAllowReciprocal()) { in visitFDiv()
458 bool hasAllowReciprocal() const;
351 bool hasAllowReciprocal() const { in hasAllowReciprocal() function
574 if (getFlags().hasAllowReciprocal()) in print_details()
955 if (Flags.hasAllowReciprocal()) in EmitMachineNode()
13984 if (LegalDAG || (!UnsafeMath && !Flags.hasAllowReciprocal())) in combineRepeatedFPDivisors()14021 if (UnsafeMath || U->getFlags().hasAllowReciprocal()) in combineRepeatedFPDivisors()14080 if (Options.UnsafeFPMath || Flags.hasAllowReciprocal()) { in visitFDIV()
404 setAllowReciprocal(FPMO.hasAllowReciprocal());430 bool hasAllowReciprocal() const { return AllowReciprocal; }
930 if (I.getOpcode() == Instruction::FDiv && I.hasAllowReciprocal() && in hoistRegion()
1476 if (FPMO->hasAllowReciprocal()) in getOptimizationFlags()