Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/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()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.h1026 int &ExtraSteps, bool &UseOneConst,
1029 int &ExtraSteps) const override;
H A DAArch64ISelLowering.cpp7997 int &ExtraSteps) { in getEstimate() argument
8003 if (ExtraSteps == TargetLoweringBase::ReciprocalEstimate::Unspecified) in getEstimate()
8009 ExtraSteps = VT.getScalarType() == MVT::f64 ? 3 : 2; in getEstimate()
8035 int &ExtraSteps, in getSqrtEstimate() argument
8041 DAG, ExtraSteps)) { in getSqrtEstimate()
8050 for (int i = ExtraSteps; i > 0; --i) { in getSqrtEstimate()
8059 ExtraSteps = 0; in getSqrtEstimate()
8068 int &ExtraSteps) const { in getRecipEstimate()
8071 DAG, ExtraSteps)) { in getRecipEstimate()
8080 for (int i = ExtraSteps; i > 0; --i) { in getRecipEstimate()
[all …]