Searched refs:UseOneConstNR (Results 1 – 8 of 8) sorted by relevance
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/ |
| H A D | AMDGPUISelLowering.h | 241 int &RefinementSteps, bool &UseOneConstNR,
|
| H A D | AMDGPUISelLowering.cpp | 4361 bool &UseOneConstNR, in getSqrtEstimate() argument
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/PowerPC/ |
| H A D | PPCISelLowering.h | 1343 int &RefinementSteps, bool &UseOneConstNR,
|
| H A D | PPCISelLowering.cpp | 12661 bool &UseOneConstNR, in getSqrtEstimate() argument 12673 UseOneConstNR = !Subtarget.needsTwoConstNR(); in getSqrtEstimate()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/X86/ |
| H A D | X86ISelLowering.h | 1658 int &RefinementSteps, bool &UseOneConstNR,
|
| H A D | X86ISelLowering.cpp | 22482 bool &UseOneConstNR, in getSqrtEstimate() argument 22502 UseOneConstNR = false; in getSqrtEstimate()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/ |
| H A D | TargetLowering.h | 4282 bool &UseOneConstNR, bool Reciprocal) const { in getSqrtEstimate() argument
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | DAGCombiner.cpp | 22684 bool UseOneConstNR = false; in buildSqrtEstimateImpl() local 22686 TLI.getSqrtEstimate(Op, DAG, Enabled, Iterations, UseOneConstNR, in buildSqrtEstimateImpl() 22691 Est = UseOneConstNR in buildSqrtEstimateImpl()
|