Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Target/AMDGPU/
H A DAMDGPUISelLowering.h252 int &RefinementSteps, bool &UseOneConstNR,
H A DAMDGPUISelLowering.cpp4555 bool &UseOneConstNR, in getSqrtEstimate() argument
/openbsd-src/gnu/llvm/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.h1438 int &RefinementSteps, bool &UseOneConstNR,
H A DPPCISelLowering.cpp13227 bool &UseOneConstNR, in getSqrtEstimate() argument
13239 UseOneConstNR = !Subtarget.needsTwoConstNR(); in getSqrtEstimate()
/openbsd-src/gnu/llvm/llvm/lib/Target/X86/
H A DX86ISelLowering.h1792 int &RefinementSteps, bool &UseOneConstNR,
H A DX86ISelLowering.cpp24287 bool &UseOneConstNR, in getSqrtEstimate() argument
24308 UseOneConstNR = false; in getSqrtEstimate()
/openbsd-src/gnu/llvm/llvm/include/llvm/CodeGen/
H A DTargetLowering.h4776 bool &UseOneConstNR, bool Reciprocal) const { in getSqrtEstimate() argument
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp25989 bool UseOneConstNR = false; in buildSqrtEstimateImpl() local
25991 TLI.getSqrtEstimate(Op, DAG, Enabled, Iterations, UseOneConstNR, in buildSqrtEstimateImpl()
25996 Est = UseOneConstNR in buildSqrtEstimateImpl()