Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Target/NVPTX/
H A DNVPTXISelLowering.h543 int &ExtraSteps, bool &UseOneConst,
H A DNVPTXISelLowering.cpp1241 int Enabled, int &ExtraSteps, in getSqrtEstimate() argument
1248 if (ExtraSteps == ReciprocalEstimate::Unspecified) in getSqrtEstimate()
1249 ExtraSteps = 0; in getSqrtEstimate()
1264 if (Reciprocal || ExtraSteps > 0) { in getSqrtEstimate()
/llvm-project-15.0.7/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.h1069 int &ExtraSteps, bool &UseOneConst,
1072 int &ExtraSteps) const override;
H A DAArch64ISelLowering.cpp8828 int &ExtraSteps) { in getEstimate() argument
8836 if (ExtraSteps == TargetLoweringBase::ReciprocalEstimate::Unspecified) in getEstimate()
8842 ExtraSteps = VT.getScalarType() == MVT::f64 ? 3 : 2; in getEstimate()
8868 int &ExtraSteps, in getSqrtEstimate() argument
8874 DAG, ExtraSteps)) { in getSqrtEstimate()
8883 for (int i = ExtraSteps; i > 0; --i) { in getSqrtEstimate()
8892 ExtraSteps = 0; in getSqrtEstimate()
8901 int &ExtraSteps) const { in getRecipEstimate()
8904 DAG, ExtraSteps)) { in getRecipEstimate()
8913 for (int i = ExtraSteps; i > 0; --i) { in getRecipEstimate()
[all …]