Searched refs:UseOneConstNR (Results 1 – 8 of 8) sorted by relevance
| /llvm-project-15.0.7/llvm/lib/Target/AMDGPU/ |
| H A D | AMDGPUISelLowering.h | 248 int &RefinementSteps, bool &UseOneConstNR,
|
| H A D | AMDGPUISelLowering.cpp | 4423 bool &UseOneConstNR, in getSqrtEstimate() argument
|
| /llvm-project-15.0.7/llvm/lib/Target/PowerPC/ |
| H A D | PPCISelLowering.h | 1425 int &RefinementSteps, bool &UseOneConstNR,
|
| H A D | PPCISelLowering.cpp | 13084 bool &UseOneConstNR, in getSqrtEstimate() argument 13096 UseOneConstNR = !Subtarget.needsTwoConstNR(); in getSqrtEstimate()
|
| /llvm-project-15.0.7/llvm/lib/Target/X86/ |
| H A D | X86ISelLowering.h | 1729 int &RefinementSteps, bool &UseOneConstNR,
|
| H A D | X86ISelLowering.cpp | 23834 bool &UseOneConstNR, in getSqrtEstimate() argument 23855 UseOneConstNR = false; in getSqrtEstimate()
|
| /llvm-project-15.0.7/llvm/include/llvm/CodeGen/ |
| H A D | TargetLowering.h | 4613 bool &UseOneConstNR, bool Reciprocal) const { in getSqrtEstimate() argument
|
| /llvm-project-15.0.7/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | DAGCombiner.cpp | 24542 bool UseOneConstNR = false; in buildSqrtEstimateImpl() local 24544 TLI.getSqrtEstimate(Op, DAG, Enabled, Iterations, UseOneConstNR, in buildSqrtEstimateImpl() 24549 Est = UseOneConstNR in buildSqrtEstimateImpl()
|