Home
last modified time | relevance | path

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

/external/llvm/lib/Target/AMDGPU/
DAMDGPUISelLowering.h178 bool &UseOneConstNR) const override;
DAMDGPUISelLowering.cpp2738 bool &UseOneConstNR) const { in getRsqrtEstimate()
/external/llvm/lib/Target/PowerPC/
DPPCISelLowering.h871 bool &UseOneConstNR) const override;
DPPCISelLowering.cpp9158 bool &UseOneConstNR) const { in getRsqrtEstimate()
9172 UseOneConstNR = true; in getRsqrtEstimate()
/external/llvm/lib/Target/X86/
DX86ISelLowering.h1146 bool &UseOneConstNR) const override;
DX86ISelLowering.cpp14058 bool &UseOneConstNR) const { in getRsqrtEstimate()
14082 UseOneConstNR = false; in getRsqrtEstimate()
/external/llvm/include/llvm/Target/
DTargetLowering.h2803 bool &UseOneConstNR) const { in getRsqrtEstimate() argument
/external/llvm/lib/CodeGen/SelectionDAG/
DDAGCombiner.cpp14415 bool UseOneConstNR = false; in BuildRsqrtEstimate() local
14416 if (SDValue Est = TLI.getRsqrtEstimate(Op, DCI, Iterations, UseOneConstNR)) { in BuildRsqrtEstimate()
14419 Est = UseOneConstNR ? in BuildRsqrtEstimate()