Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/LoongArch/
H A DLoongArchISelLowering.h261 int &RefinementSteps, bool &UseOneConstNR,
H A DLoongArchISelLowering.cpp8057 bool &UseOneConstNR, in getSqrtEstimate() argument
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUISelLowering.h299 int &RefinementSteps, bool &UseOneConstNR,
H A DAMDGPUISelLowering.cpp5803 bool &UseOneConstNR, in getSqrtEstimate() argument
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.h1469 int &RefinementSteps, bool &UseOneConstNR,
H A DPPCISelLowering.cpp14578 bool &UseOneConstNR, in getSqrtEstimate() argument
14590 UseOneConstNR = !Subtarget.needsTwoConstNR(); in getSqrtEstimate()
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.h1914 int &RefinementSteps, bool &UseOneConstNR,
H A DX86ISelLowering.cpp23571 bool &UseOneConstNR, in getSqrtEstimate() argument
23592 UseOneConstNR = false; in getSqrtEstimate()
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DTargetLowering.h5313 bool &UseOneConstNR, bool Reciprocal) const { in getSqrtEstimate() argument
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp29343 bool UseOneConstNR = false; in buildSqrtEstimateImpl() local
29345 TLI.getSqrtEstimate(Op, DAG, Enabled, Iterations, UseOneConstNR, in buildSqrtEstimateImpl()
29350 Est = UseOneConstNR in buildSqrtEstimateImpl()