Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/NVPTX/
H A DNVPTXISelLowering.h566 int &ExtraSteps, bool &UseOneConst,
H A DNVPTXISelLowering.cpp1491 int Enabled, int &ExtraSteps, in getSqrtEstimate() argument
1498 if (ExtraSteps == ReciprocalEstimate::Unspecified) in getSqrtEstimate()
1499 ExtraSteps = 0; in getSqrtEstimate()
1514 if (Reciprocal || ExtraSteps > 0) { in getSqrtEstimate()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.h1207 int &ExtraSteps, bool &UseOneConst,
1210 int &ExtraSteps) const override;
H A DAArch64ISelLowering.cpp10297 int &ExtraSteps) { in getEstimate() argument
10305 if (ExtraSteps == TargetLoweringBase::ReciprocalEstimate::Unspecified) in getEstimate()
10311 ExtraSteps = VT.getScalarType() == MVT::f64 ? 3 : 2; in getEstimate()
10337 int &ExtraSteps, in getSqrtEstimate() argument
10343 DAG, ExtraSteps)) { in getSqrtEstimate()
10352 for (int i = ExtraSteps; i > 0; --i) { in getSqrtEstimate()
10361 ExtraSteps = 0; in getSqrtEstimate()
10370 int &ExtraSteps) const { in getRecipEstimate()
10373 DAG, ExtraSteps)) { in getRecipEstimate()
10382 for (int i = ExtraSteps; i > 0; --i) { in getRecipEstimate()
[all …]