Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
DAMDGPUISelLowering.h241 int &RefinementSteps, bool &UseOneConstNR,
DAMDGPUISelLowering.cpp4482 bool &UseOneConstNR, in getSqrtEstimate() argument
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/PowerPC/
DPPCISelLowering.h1365 int &RefinementSteps, bool &UseOneConstNR,
DPPCISelLowering.cpp12716 bool &UseOneConstNR, in getSqrtEstimate() argument
12728 UseOneConstNR = !Subtarget.needsTwoConstNR(); in getSqrtEstimate()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/X86/
DX86ISelLowering.h1658 int &RefinementSteps, bool &UseOneConstNR,
DX86ISelLowering.cpp22623 bool &UseOneConstNR, in getSqrtEstimate() argument
22643 UseOneConstNR = false; in getSqrtEstimate()
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
DTargetLowering.h4310 bool &UseOneConstNR, bool Reciprocal) const { in getSqrtEstimate() argument
/freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
DDAGCombiner.cpp22963 bool UseOneConstNR = false; in buildSqrtEstimateImpl() local
22965 TLI.getSqrtEstimate(Op, DAG, Enabled, Iterations, UseOneConstNR, in buildSqrtEstimateImpl()
22970 Est = UseOneConstNR in buildSqrtEstimateImpl()