Searched refs:UseOneConstNR (Results 1 – 8 of 8) sorted by relevance
| /freebsd-12.1/contrib/llvm/lib/Target/AMDGPU/ |
| H A D | AMDGPUISelLowering.h | 229 int &RefinementSteps, bool &UseOneConstNR,
|
| H A D | AMDGPUISelLowering.cpp | 4229 bool &UseOneConstNR, in getSqrtEstimate() argument
|
| /freebsd-12.1/contrib/llvm/lib/Target/PowerPC/ |
| H A D | PPCISelLowering.h | 1134 int &RefinementSteps, bool &UseOneConstNR,
|
| H A D | PPCISelLowering.cpp | 10997 bool &UseOneConstNR, in getSqrtEstimate() argument 11009 UseOneConstNR = true; in getSqrtEstimate()
|
| /freebsd-12.1/contrib/llvm/lib/Target/X86/ |
| H A D | X86ISelLowering.h | 1394 int &RefinementSteps, bool &UseOneConstNR,
|
| H A D | X86ISelLowering.cpp | 19045 bool &UseOneConstNR, in getSqrtEstimate() argument 19065 UseOneConstNR = false; in getSqrtEstimate()
|
| /freebsd-12.1/contrib/llvm/include/llvm/CodeGen/ |
| H A D | TargetLowering.h | 3685 bool &UseOneConstNR, bool Reciprocal) const { in getSqrtEstimate() argument
|
| /freebsd-12.1/contrib/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | DAGCombiner.cpp | 18972 bool UseOneConstNR = false; in buildSqrtEstimateImpl() local 18974 TLI.getSqrtEstimate(Op, DAG, Enabled, Iterations, UseOneConstNR, in buildSqrtEstimateImpl() 18979 Est = UseOneConstNR in buildSqrtEstimateImpl()
|