Home
last modified time | relevance | path

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

/external/llvm/lib/Target/AMDGPU/
DAMDGPUISelLowering.h177 bool &UseOneConstNR) const override;
DAMDGPUISelLowering.cpp2880 bool &UseOneConstNR) const { in getRsqrtEstimate()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/
DAMDGPUISelLowering.h228 int &RefinementSteps, bool &UseOneConstNR,
DAMDGPUISelLowering.cpp4137 bool &UseOneConstNR, in getSqrtEstimate() argument
/external/llvm/lib/Target/AArch64/
DAArch64ISelLowering.h525 bool &UseOneConstNR) const override;
/external/llvm/lib/Target/PowerPC/
DPPCISelLowering.h932 bool &UseOneConstNR) const override;
DPPCISelLowering.cpp9455 bool &UseOneConstNR) const { in getRsqrtEstimate()
9469 UseOneConstNR = true; in getRsqrtEstimate()
/external/llvm/lib/Target/X86/
DX86ISelLowering.h1225 bool &UseOneConstNR) const override;
DX86ISelLowering.cpp14921 bool &UseOneConstNR) const { in getRsqrtEstimate()
14945 UseOneConstNR = false; in getRsqrtEstimate()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/PowerPC/
DPPCISelLowering.h1098 int &RefinementSteps, bool &UseOneConstNR,
DPPCISelLowering.cpp10822 bool &UseOneConstNR, in getSqrtEstimate() argument
10834 UseOneConstNR = true; in getSqrtEstimate()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/
DX86ISelLowering.h1368 int &RefinementSteps, bool &UseOneConstNR,
DX86ISelLowering.cpp18034 bool &UseOneConstNR, in getSqrtEstimate() argument
18054 UseOneConstNR = false; in getSqrtEstimate()
/external/llvm/include/llvm/Target/
DTargetLowering.h2961 bool &UseOneConstNR) const { in getRsqrtEstimate() argument
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/
DTargetLowering.h3534 bool &UseOneConstNR, bool Reciprocal) const { in getSqrtEstimate() argument
/external/llvm/lib/CodeGen/SelectionDAG/
DDAGCombiner.cpp14671 bool UseOneConstNR = false; in buildSqrtEstimateImpl() local
14672 if (SDValue Est = TLI.getRsqrtEstimate(Op, DCI, Iterations, UseOneConstNR)) { in buildSqrtEstimateImpl()
14675 Est = UseOneConstNR in buildSqrtEstimateImpl()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/SelectionDAG/
DDAGCombiner.cpp18307 bool UseOneConstNR = false; in buildSqrtEstimateImpl() local
18309 TLI.getSqrtEstimate(Op, DAG, Enabled, Iterations, UseOneConstNR, in buildSqrtEstimateImpl()
18314 Est = UseOneConstNR in buildSqrtEstimateImpl()