Home
last modified time | relevance | path

Searched refs:RefinementSteps (Results 1 – 18 of 18) sorted by relevance

/external/llvm/lib/Target/
DTargetRecip.cpp105 KV.second.RefinementSteps = RefSteps; in parseGlobalParams()
155 Iter->second.RefinementSteps = RefSteps; in parseIndividualParams()
162 Params.RefinementSteps = RefSteps; in parseIndividualParams()
189 assert(Iter->second.RefinementSteps != Uninitialized && in getRefinementSteps()
191 return Iter->second.RefinementSteps; in getRefinementSteps()
202 if (RP.RefinementSteps == Uninitialized) in setDefaults()
203 RP.RefinementSteps = RefSteps; in setDefaults()
209 if (RP.RefinementSteps == Uninitialized) in setDefaults()
210 RP.RefinementSteps = RefSteps; in setDefaults()
219 if (RP.RefinementSteps != OtherRP.RefinementSteps) in operator ==()
/external/llvm/lib/Target/PowerPC/
DPPCTargetMachine.cpp211 unsigned RefinementSteps = Subtarget.hasRecipPrec() ? 1 : 3, in PPCTargetMachine() local
212 RefinementSteps64 = RefinementSteps + 1; in PPCTargetMachine()
214 this->Options.Reciprocals.setDefaults("sqrtf", true, RefinementSteps); in PPCTargetMachine()
215 this->Options.Reciprocals.setDefaults("vec-sqrtf", true, RefinementSteps); in PPCTargetMachine()
216 this->Options.Reciprocals.setDefaults("divf", true, RefinementSteps); in PPCTargetMachine()
217 this->Options.Reciprocals.setDefaults("vec-divf", true, RefinementSteps); in PPCTargetMachine()
DPPCISelLowering.h931 unsigned &RefinementSteps,
934 unsigned &RefinementSteps) const override;
DPPCISelLowering.cpp9454 unsigned &RefinementSteps, in getRsqrtEstimate() argument
9468 RefinementSteps = Recips.getRefinementSteps(RecipOp); in getRsqrtEstimate()
9477 unsigned &RefinementSteps) const { in getRecipEstimate()
9490 RefinementSteps = Recips.getRefinementSteps(RecipOp); in getRecipEstimate()
/external/llvm/include/llvm/Target/
DTargetRecip.h59 int8_t RefinementSteps; member
61 RecipParams() : Enabled(Uninitialized), RefinementSteps(Uninitialized) {} in RecipParams()
DTargetLowering.h2960 unsigned &RefinementSteps, in getRsqrtEstimate() argument
2974 unsigned &RefinementSteps) const { in getRecipEstimate() argument
/external/llvm/lib/Target/AMDGPU/
DAMDGPUISelLowering.h176 unsigned &RefinementSteps,
180 unsigned &RefinementSteps) const override;
DAMDGPUISelLowering.cpp2879 unsigned &RefinementSteps, in getRsqrtEstimate() argument
2885 RefinementSteps = 0; in getRsqrtEstimate()
2897 unsigned &RefinementSteps) const { in getRecipEstimate()
2907 RefinementSteps = 0; in getRecipEstimate()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/
DAMDGPUISelLowering.h228 int &RefinementSteps, bool &UseOneConstNR,
231 int &RefinementSteps) const override;
DAMDGPUISelLowering.cpp4136 int &RefinementSteps, in getSqrtEstimate() argument
4142 RefinementSteps = 0; in getSqrtEstimate()
4154 int &RefinementSteps) const { in getRecipEstimate()
4163 RefinementSteps = 0; in getRecipEstimate()
/external/llvm/lib/Target/AArch64/
DAArch64ISelLowering.h524 unsigned &RefinementSteps,
527 unsigned &RefinementSteps) const override;
/external/llvm/lib/Target/X86/
DX86ISelLowering.h1224 unsigned &RefinementSteps,
1229 unsigned &RefinementSteps) const override;
DX86ISelLowering.cpp14920 unsigned &RefinementSteps, in getRsqrtEstimate() argument
14944 RefinementSteps = Recips.getRefinementSteps(RecipOp); in getRsqrtEstimate()
14953 unsigned &RefinementSteps) const { in getRecipEstimate()
14976 RefinementSteps = Recips.getRefinementSteps(RecipOp); in getRecipEstimate()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/PowerPC/
DPPCISelLowering.h1098 int &RefinementSteps, bool &UseOneConstNR,
1101 int &RefinementSteps) const override;
DPPCISelLowering.cpp10814 int RefinementSteps = Subtarget.hasRecipPrec() ? 1 : 3; in getEstimateRefinementSteps() local
10816 RefinementSteps++; in getEstimateRefinementSteps()
10817 return RefinementSteps; in getEstimateRefinementSteps()
10821 int Enabled, int &RefinementSteps, in getSqrtEstimate() argument
10831 if (RefinementSteps == ReciprocalEstimate::Unspecified) in getSqrtEstimate()
10832 RefinementSteps = getEstimateRefinementSteps(VT, Subtarget); in getSqrtEstimate()
10842 int &RefinementSteps) const { in getRecipEstimate()
10850 if (RefinementSteps == ReciprocalEstimate::Unspecified) in getRecipEstimate()
10851 RefinementSteps = getEstimateRefinementSteps(VT, Subtarget); in getRecipEstimate()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/
DX86ISelLowering.h1368 int &RefinementSteps, bool &UseOneConstNR,
1373 int &RefinementSteps) const override;
DX86ISelLowering.cpp18033 int &RefinementSteps, in getSqrtEstimate() argument
18051 if (RefinementSteps == ReciprocalEstimate::Unspecified) in getSqrtEstimate()
18052 RefinementSteps = 1; in getSqrtEstimate()
18066 int &RefinementSteps) const { in getRecipEstimate()
18086 if (RefinementSteps == ReciprocalEstimate::Unspecified) in getRecipEstimate()
18087 RefinementSteps = 1; in getRecipEstimate()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/
DTargetLowering.h3533 int Enabled, int &RefinementSteps, in getSqrtEstimate() argument
3549 int Enabled, int &RefinementSteps) const { in getRecipEstimate() argument