Searched refs:ExtraSteps (Results 1 – 5 of 5) sorted by relevance
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AArch64/ |
D | AArch64ISelLowering.h | 649 int &ExtraSteps, bool &UseOneConst, 652 int &ExtraSteps) const override;
|
D | AArch64ISelLowering.cpp | 5254 int &ExtraSteps) { in getEstimate() argument 5260 if (ExtraSteps == TargetLoweringBase::ReciprocalEstimate::Unspecified) in getEstimate() 5266 ExtraSteps = VT.getScalarType() == MVT::f64 ? 3 : 2; in getEstimate() 5276 int &ExtraSteps, in getSqrtEstimate() argument 5282 DAG, ExtraSteps)) { in getSqrtEstimate() 5291 for (int i = ExtraSteps; i > 0; --i) { in getSqrtEstimate() 5309 ExtraSteps = 0; in getSqrtEstimate() 5318 int &ExtraSteps) const { in getRecipEstimate() 5321 DAG, ExtraSteps)) { in getRecipEstimate() 5330 for (int i = ExtraSteps; i > 0; --i) { in getRecipEstimate() [all …]
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/NVPTX/ |
D | NVPTXISelLowering.h | 533 int &ExtraSteps, bool &UseOneConst,
|
D | NVPTXISelLowering.cpp | 1182 int Enabled, int &ExtraSteps, in getSqrtEstimate() argument 1189 if (ExtraSteps == ReciprocalEstimate::Unspecified) in getSqrtEstimate() 1190 ExtraSteps = 0; in getSqrtEstimate() 1205 if (Reciprocal || ExtraSteps > 0) { in getSqrtEstimate()
|
/external/llvm/lib/Target/AArch64/ |
D | AArch64ISelLowering.cpp | 4563 const SDValue &Operand, unsigned &ExtraSteps) { in getEstimate() argument 4578 ExtraSteps = Recips.getRefinementSteps(RecipOp); in getEstimate() 4583 DAGCombinerInfo &DCI, unsigned &ExtraSteps) const { in getRecipEstimate() 4584 return getEstimate(*Subtarget, DCI, AArch64ISD::FRECPE, Operand, ExtraSteps); in getRecipEstimate() 4588 DAGCombinerInfo &DCI, unsigned &ExtraSteps, bool &UseOneConst) const { in getRsqrtEstimate() argument 4590 return getEstimate(*Subtarget, DCI, AArch64ISD::FRSQRTE, Operand, ExtraSteps); in getRsqrtEstimate()
|