Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUISelLowering.h297 int &RefinementSteps, bool &UseOneConstNR,
H A DAMDGPUISelLowering.cpp5580 bool &UseOneConstNR, in getSqrtEstimate() argument
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.h1447 int &RefinementSteps, bool &UseOneConstNR,
H A DPPCISelLowering.cpp13745 bool &UseOneConstNR, in getSqrtEstimate() argument
13757 UseOneConstNR = !Subtarget.needsTwoConstNR(); in getSqrtEstimate()
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.h1825 int &RefinementSteps, bool &UseOneConstNR,
H A DX86ISelLowering.cpp22829 bool &UseOneConstNR, in getSqrtEstimate() argument
22850 UseOneConstNR = false; in getSqrtEstimate()
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DTargetLowering.h5132 bool &UseOneConstNR, bool Reciprocal) const { in getSqrtEstimate() argument
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp28214 bool UseOneConstNR = false; in buildSqrtEstimateImpl() local
28216 TLI.getSqrtEstimate(Op, DAG, Enabled, Iterations, UseOneConstNR, in buildSqrtEstimateImpl()
28221 Est = UseOneConstNR in buildSqrtEstimateImpl()