Searched refs:RecipOp (Results 1 – 2 of 2) sorted by relevance
9440 std::string RecipOp(Base); in getRecipOp() local9442 RecipOp += "d"; in getRecipOp()9444 RecipOp += "f"; in getRecipOp()9447 RecipOp = "vec-" + RecipOp; in getRecipOp()9449 return RecipOp; in getRecipOp()9464 std::string RecipOp = getRecipOp("sqrt", VT); in getRsqrtEstimate() local9465 if (!Recips.isEnabled(RecipOp)) in getRsqrtEstimate()9468 RefinementSteps = Recips.getRefinementSteps(RecipOp); in getRsqrtEstimate()9486 std::string RecipOp = getRecipOp("div", VT); in getRecipEstimate() local9487 if (!Recips.isEnabled(RecipOp)) in getRecipEstimate()[all …]
4569 std::string RecipOp; in getEstimate() local4570 RecipOp = Opcode == (AArch64ISD::FRECPE) ? "div": "sqrt"; in getEstimate()4571 RecipOp = ((VT.isVector()) ? "vec-": "") + RecipOp; in getEstimate()4572 RecipOp += (VT.getScalarType() == MVT::f64) ? "d": "f"; in getEstimate()4575 if (!Recips.isEnabled(RecipOp)) in getEstimate()4578 ExtraSteps = Recips.getRefinementSteps(RecipOp); in getEstimate()