Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/NVPTX/
H A DNVPTXISelLowering.h533 int &ExtraSteps, bool &UseOneConst,
H A DNVPTXISelLowering.cpp1187 int Enabled, int &ExtraSteps, in getSqrtEstimate() argument
1194 if (ExtraSteps == ReciprocalEstimate::Unspecified) in getSqrtEstimate()
1195 ExtraSteps = 0; in getSqrtEstimate()
1210 if (Reciprocal || ExtraSteps > 0) { in getSqrtEstimate()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.h1007 int &ExtraSteps, bool &UseOneConst,
1010 int &ExtraSteps) const override;
H A DAArch64ISelLowering.cpp7668 int &ExtraSteps) { in getEstimate() argument
7674 if (ExtraSteps == TargetLoweringBase::ReciprocalEstimate::Unspecified) in getEstimate()
7680 ExtraSteps = VT.getScalarType() == MVT::f64 ? 3 : 2; in getEstimate()
7706 int &ExtraSteps, in getSqrtEstimate() argument
7712 DAG, ExtraSteps)) { in getSqrtEstimate()
7721 for (int i = ExtraSteps; i > 0; --i) { in getSqrtEstimate()
7730 ExtraSteps = 0; in getSqrtEstimate()
7739 int &ExtraSteps) const { in getRecipEstimate()
7742 DAG, ExtraSteps)) { in getRecipEstimate()
7751 for (int i = ExtraSteps; i > 0; --i) { in getRecipEstimate()
[all …]