Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/llvm/lib/Target/NVPTX/
H A DNVPTXISelLowering.h549 int &ExtraSteps, bool &UseOneConst,
H A DNVPTXISelLowering.cpp1261 int Enabled, int &ExtraSteps, in getSqrtEstimate() argument
1268 if (ExtraSteps == ReciprocalEstimate::Unspecified) in getSqrtEstimate()
1269 ExtraSteps = 0; in getSqrtEstimate()
1284 if (Reciprocal || ExtraSteps > 0) { in getSqrtEstimate()
/openbsd/gnu/llvm/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.h1120 int &ExtraSteps, bool &UseOneConst,
1123 int &ExtraSteps) const override;
H A DAArch64ISelLowering.cpp9776 int &ExtraSteps) { in getEstimate() argument
9784 if (ExtraSteps == TargetLoweringBase::ReciprocalEstimate::Unspecified) in getEstimate()
9790 ExtraSteps = VT.getScalarType() == MVT::f64 ? 3 : 2; in getEstimate()
9816 int &ExtraSteps, in getSqrtEstimate() argument
9822 DAG, ExtraSteps)) { in getSqrtEstimate()
9831 for (int i = ExtraSteps; i > 0; --i) { in getSqrtEstimate()
9840 ExtraSteps = 0; in getSqrtEstimate()
9849 int &ExtraSteps) const { in getRecipEstimate()
9852 DAG, ExtraSteps)) { in getRecipEstimate()
9861 for (int i = ExtraSteps; i > 0; --i) { in getRecipEstimate()
[all …]