Searched refs:UseOneConstNR (Results 1 – 17 of 17) sorted by relevance
/external/llvm/lib/Target/AMDGPU/ |
D | AMDGPUISelLowering.h | 177 bool &UseOneConstNR) const override;
|
D | AMDGPUISelLowering.cpp | 2880 bool &UseOneConstNR) const { in getRsqrtEstimate()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/ |
D | AMDGPUISelLowering.h | 228 int &RefinementSteps, bool &UseOneConstNR,
|
D | AMDGPUISelLowering.cpp | 4137 bool &UseOneConstNR, in getSqrtEstimate() argument
|
/external/llvm/lib/Target/AArch64/ |
D | AArch64ISelLowering.h | 525 bool &UseOneConstNR) const override;
|
/external/llvm/lib/Target/PowerPC/ |
D | PPCISelLowering.h | 932 bool &UseOneConstNR) const override;
|
D | PPCISelLowering.cpp | 9455 bool &UseOneConstNR) const { in getRsqrtEstimate() 9469 UseOneConstNR = true; in getRsqrtEstimate()
|
/external/llvm/lib/Target/X86/ |
D | X86ISelLowering.h | 1225 bool &UseOneConstNR) const override;
|
D | X86ISelLowering.cpp | 14921 bool &UseOneConstNR) const { in getRsqrtEstimate() 14945 UseOneConstNR = false; in getRsqrtEstimate()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/PowerPC/ |
D | PPCISelLowering.h | 1098 int &RefinementSteps, bool &UseOneConstNR,
|
D | PPCISelLowering.cpp | 10822 bool &UseOneConstNR, in getSqrtEstimate() argument 10834 UseOneConstNR = true; in getSqrtEstimate()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/ |
D | X86ISelLowering.h | 1368 int &RefinementSteps, bool &UseOneConstNR,
|
D | X86ISelLowering.cpp | 18034 bool &UseOneConstNR, in getSqrtEstimate() argument 18054 UseOneConstNR = false; in getSqrtEstimate()
|
/external/llvm/include/llvm/Target/ |
D | TargetLowering.h | 2961 bool &UseOneConstNR) const { in getRsqrtEstimate() argument
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/ |
D | TargetLowering.h | 3534 bool &UseOneConstNR, bool Reciprocal) const { in getSqrtEstimate() argument
|
/external/llvm/lib/CodeGen/SelectionDAG/ |
D | DAGCombiner.cpp | 14671 bool UseOneConstNR = false; in buildSqrtEstimateImpl() local 14672 if (SDValue Est = TLI.getRsqrtEstimate(Op, DCI, Iterations, UseOneConstNR)) { in buildSqrtEstimateImpl() 14675 Est = UseOneConstNR in buildSqrtEstimateImpl()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/SelectionDAG/ |
D | DAGCombiner.cpp | 18307 bool UseOneConstNR = false; in buildSqrtEstimateImpl() local 18309 TLI.getSqrtEstimate(Op, DAG, Enabled, Iterations, UseOneConstNR, in buildSqrtEstimateImpl() 18314 Est = UseOneConstNR in buildSqrtEstimateImpl()
|