Searched refs:UseOneConstNR (Results 1 – 8 of 8) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
H A D | AMDGPUISelLowering.h | 297 int &RefinementSteps, bool &UseOneConstNR,
|
H A D | AMDGPUISelLowering.cpp | 5580 bool &UseOneConstNR, in getSqrtEstimate() argument
|
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/ |
H A D | PPCISelLowering.h | 1447 int &RefinementSteps, bool &UseOneConstNR,
|
H A D | PPCISelLowering.cpp | 13745 bool &UseOneConstNR, in getSqrtEstimate() argument 13757 UseOneConstNR = !Subtarget.needsTwoConstNR(); in getSqrtEstimate()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/ |
H A D | X86ISelLowering.h | 1825 int &RefinementSteps, bool &UseOneConstNR,
|
H A D | X86ISelLowering.cpp | 22829 bool &UseOneConstNR, in getSqrtEstimate() argument 22850 UseOneConstNR = false; in getSqrtEstimate()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
H A D | TargetLowering.h | 5132 bool &UseOneConstNR, bool Reciprocal) const { in getSqrtEstimate() argument
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
H A D | DAGCombiner.cpp | 28214 bool UseOneConstNR = false; in buildSqrtEstimateImpl() local 28216 TLI.getSqrtEstimate(Op, DAG, Enabled, Iterations, UseOneConstNR, in buildSqrtEstimateImpl() 28221 Est = UseOneConstNR in buildSqrtEstimateImpl()
|