Searched refs:UseOneConstNR (Results 1 – 8 of 8) sorted by relevance
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
| D | AMDGPUISelLowering.h | 241 int &RefinementSteps, bool &UseOneConstNR,
|
| D | AMDGPUISelLowering.cpp | 4482 bool &UseOneConstNR, in getSqrtEstimate() argument
|
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/PowerPC/ |
| D | PPCISelLowering.h | 1365 int &RefinementSteps, bool &UseOneConstNR,
|
| D | PPCISelLowering.cpp | 12716 bool &UseOneConstNR, in getSqrtEstimate() argument 12728 UseOneConstNR = !Subtarget.needsTwoConstNR(); in getSqrtEstimate()
|
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/X86/ |
| D | X86ISelLowering.h | 1658 int &RefinementSteps, bool &UseOneConstNR,
|
| D | X86ISelLowering.cpp | 22623 bool &UseOneConstNR, in getSqrtEstimate() argument 22643 UseOneConstNR = false; in getSqrtEstimate()
|
| /freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
| D | TargetLowering.h | 4310 bool &UseOneConstNR, bool Reciprocal) const { in getSqrtEstimate() argument
|
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
| D | DAGCombiner.cpp | 22963 bool UseOneConstNR = false; in buildSqrtEstimateImpl() local 22965 TLI.getSqrtEstimate(Op, DAG, Enabled, Iterations, UseOneConstNR, in buildSqrtEstimateImpl() 22970 Est = UseOneConstNR in buildSqrtEstimateImpl()
|