Home
last modified time | relevance | path

Searched refs:UseOneConstNR (Results 1 – 8 of 8) sorted by relevance

/llvm-project-15.0.7/llvm/lib/Target/AMDGPU/
H A DAMDGPUISelLowering.h248 int &RefinementSteps, bool &UseOneConstNR,
H A DAMDGPUISelLowering.cpp4423 bool &UseOneConstNR, in getSqrtEstimate() argument
/llvm-project-15.0.7/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.h1425 int &RefinementSteps, bool &UseOneConstNR,
H A DPPCISelLowering.cpp13084 bool &UseOneConstNR, in getSqrtEstimate() argument
13096 UseOneConstNR = !Subtarget.needsTwoConstNR(); in getSqrtEstimate()
/llvm-project-15.0.7/llvm/lib/Target/X86/
H A DX86ISelLowering.h1729 int &RefinementSteps, bool &UseOneConstNR,
H A DX86ISelLowering.cpp23834 bool &UseOneConstNR, in getSqrtEstimate() argument
23855 UseOneConstNR = false; in getSqrtEstimate()
/llvm-project-15.0.7/llvm/include/llvm/CodeGen/
H A DTargetLowering.h4613 bool &UseOneConstNR, bool Reciprocal) const { in getSqrtEstimate() argument
/llvm-project-15.0.7/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp24542 bool UseOneConstNR = false; in buildSqrtEstimateImpl() local
24544 TLI.getSqrtEstimate(Op, DAG, Enabled, Iterations, UseOneConstNR, in buildSqrtEstimateImpl()
24549 Est = UseOneConstNR in buildSqrtEstimateImpl()