Home
last modified time | relevance | path

Searched refs:ExtraSteps (Results 1 – 4 of 4) sorted by relevance

/freebsd-12.1/contrib/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.h668 int &ExtraSteps, bool &UseOneConst,
671 int &ExtraSteps) const override;
H A DAArch64ISelLowering.cpp5466 int &ExtraSteps) { in getEstimate() argument
5472 if (ExtraSteps == TargetLoweringBase::ReciprocalEstimate::Unspecified) in getEstimate()
5478 ExtraSteps = VT.getScalarType() == MVT::f64 ? 3 : 2; in getEstimate()
5488 int &ExtraSteps, in getSqrtEstimate() argument
5494 DAG, ExtraSteps)) { in getSqrtEstimate()
5503 for (int i = ExtraSteps; i > 0; --i) { in getSqrtEstimate()
5521 ExtraSteps = 0; in getSqrtEstimate()
5530 int &ExtraSteps) const { in getRecipEstimate()
5533 DAG, ExtraSteps)) { in getRecipEstimate()
5542 for (int i = ExtraSteps; i > 0; --i) { in getRecipEstimate()
[all …]
/freebsd-12.1/contrib/llvm/lib/Target/NVPTX/
H A DNVPTXISelLowering.h534 int &ExtraSteps, bool &UseOneConst,
H A DNVPTXISelLowering.cpp1196 int Enabled, int &ExtraSteps, in getSqrtEstimate() argument
1203 if (ExtraSteps == ReciprocalEstimate::Unspecified) in getSqrtEstimate()
1204 ExtraSteps = 0; in getSqrtEstimate()
1219 if (Reciprocal || ExtraSteps > 0) { in getSqrtEstimate()