Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUISelLowering.h283 int &RefinementSteps, bool &UseOneConstNR,
H A DAMDGPUISelLowering.cpp5523 bool &UseOneConstNR, in getSqrtEstimate() argument
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.h1436 int &RefinementSteps, bool &UseOneConstNR,
H A DPPCISelLowering.cpp13532 bool &UseOneConstNR, in getSqrtEstimate() argument
13544 UseOneConstNR = !Subtarget.needsTwoConstNR(); in getSqrtEstimate()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.h1810 int &RefinementSteps, bool &UseOneConstNR,
H A DX86ISelLowering.cpp22648 bool &UseOneConstNR, in getSqrtEstimate() argument
22669 UseOneConstNR = false; in getSqrtEstimate()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DTargetLowering.h4978 bool &UseOneConstNR, bool Reciprocal) const { in getSqrtEstimate() argument
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp27820 bool UseOneConstNR = false; in buildSqrtEstimateImpl() local
27822 TLI.getSqrtEstimate(Op, DAG, Enabled, Iterations, UseOneConstNR, in buildSqrtEstimateImpl()
27827 Est = UseOneConstNR in buildSqrtEstimateImpl()