Searched refs:UseOneConstNR (Results 1 – 8 of 8) sorted by relevance
| /openbsd-src/gnu/llvm/llvm/lib/Target/AMDGPU/ |
| H A D | AMDGPUISelLowering.h | 252 int &RefinementSteps, bool &UseOneConstNR,
|
| H A D | AMDGPUISelLowering.cpp | 4555 bool &UseOneConstNR, in getSqrtEstimate() argument
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/PowerPC/ |
| H A D | PPCISelLowering.h | 1438 int &RefinementSteps, bool &UseOneConstNR,
|
| H A D | PPCISelLowering.cpp | 13227 bool &UseOneConstNR, in getSqrtEstimate() argument 13239 UseOneConstNR = !Subtarget.needsTwoConstNR(); in getSqrtEstimate()
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/X86/ |
| H A D | X86ISelLowering.h | 1792 int &RefinementSteps, bool &UseOneConstNR,
|
| H A D | X86ISelLowering.cpp | 24287 bool &UseOneConstNR, in getSqrtEstimate() argument 24308 UseOneConstNR = false; in getSqrtEstimate()
|
| /openbsd-src/gnu/llvm/llvm/include/llvm/CodeGen/ |
| H A D | TargetLowering.h | 4776 bool &UseOneConstNR, bool Reciprocal) const { in getSqrtEstimate() argument
|
| /openbsd-src/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | DAGCombiner.cpp | 25989 bool UseOneConstNR = false; in buildSqrtEstimateImpl() local 25991 TLI.getSqrtEstimate(Op, DAG, Enabled, Iterations, UseOneConstNR, in buildSqrtEstimateImpl() 25996 Est = UseOneConstNR in buildSqrtEstimateImpl()
|