Home
last modified time | relevance | path

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

/external/llvm/lib/Target/AMDGPU/
DAMDGPUISelLowering.h177 bool &UseOneConstNR) const override;
DAMDGPUISelLowering.cpp2880 bool &UseOneConstNR) const { in getRsqrtEstimate()
/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/llvm/include/llvm/Target/
DTargetLowering.h2961 bool &UseOneConstNR) const { in getRsqrtEstimate() 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()