/external/llvm/lib/Target/ |
D | TargetRecip.cpp | 105 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/ |
D | PPCTargetMachine.cpp | 211 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()
|
D | PPCISelLowering.h | 931 unsigned &RefinementSteps, 934 unsigned &RefinementSteps) const override;
|
D | PPCISelLowering.cpp | 9454 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/ |
D | TargetRecip.h | 59 int8_t RefinementSteps; member 61 RecipParams() : Enabled(Uninitialized), RefinementSteps(Uninitialized) {} in RecipParams()
|
D | TargetLowering.h | 2960 unsigned &RefinementSteps, in getRsqrtEstimate() argument 2974 unsigned &RefinementSteps) const { in getRecipEstimate() argument
|
/external/llvm/lib/Target/AMDGPU/ |
D | AMDGPUISelLowering.h | 176 unsigned &RefinementSteps, 180 unsigned &RefinementSteps) const override;
|
D | AMDGPUISelLowering.cpp | 2879 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/ |
D | AMDGPUISelLowering.h | 228 int &RefinementSteps, bool &UseOneConstNR, 231 int &RefinementSteps) const override;
|
D | AMDGPUISelLowering.cpp | 4136 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/ |
D | AArch64ISelLowering.h | 524 unsigned &RefinementSteps, 527 unsigned &RefinementSteps) const override;
|
/external/llvm/lib/Target/X86/ |
D | X86ISelLowering.h | 1224 unsigned &RefinementSteps, 1229 unsigned &RefinementSteps) const override;
|
D | X86ISelLowering.cpp | 14920 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/ |
D | PPCISelLowering.h | 1098 int &RefinementSteps, bool &UseOneConstNR, 1101 int &RefinementSteps) const override;
|
D | PPCISelLowering.cpp | 10814 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/ |
D | X86ISelLowering.h | 1368 int &RefinementSteps, bool &UseOneConstNR, 1373 int &RefinementSteps) const override;
|
D | X86ISelLowering.cpp | 18033 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/ |
D | TargetLowering.h | 3533 int Enabled, int &RefinementSteps, in getSqrtEstimate() argument 3549 int Enabled, int &RefinementSteps) const { in getRecipEstimate() argument
|