Searched refs:UseOneConstNR (Results 1 – 10 of 10) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/Target/LoongArch/ |
| H A D | LoongArchISelLowering.h | 261 int &RefinementSteps, bool &UseOneConstNR,
|
| H A D | LoongArchISelLowering.cpp | 8057 bool &UseOneConstNR, in getSqrtEstimate() argument
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
| H A D | AMDGPUISelLowering.h | 299 int &RefinementSteps, bool &UseOneConstNR,
|
| H A D | AMDGPUISelLowering.cpp | 5803 bool &UseOneConstNR, in getSqrtEstimate() argument
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/ |
| H A D | PPCISelLowering.h | 1469 int &RefinementSteps, bool &UseOneConstNR,
|
| H A D | PPCISelLowering.cpp | 14578 bool &UseOneConstNR, in getSqrtEstimate() argument 14590 UseOneConstNR = !Subtarget.needsTwoConstNR(); in getSqrtEstimate()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/X86/ |
| H A D | X86ISelLowering.h | 1914 int &RefinementSteps, bool &UseOneConstNR,
|
| H A D | X86ISelLowering.cpp | 23571 bool &UseOneConstNR, in getSqrtEstimate() argument 23592 UseOneConstNR = false; in getSqrtEstimate()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
| H A D | TargetLowering.h | 5313 bool &UseOneConstNR, bool Reciprocal) const { in getSqrtEstimate() argument
|
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | DAGCombiner.cpp | 29343 bool UseOneConstNR = false; in buildSqrtEstimateImpl() local 29345 TLI.getSqrtEstimate(Op, DAG, Enabled, Iterations, UseOneConstNR, in buildSqrtEstimateImpl() 29350 Est = UseOneConstNR in buildSqrtEstimateImpl()
|