Home
last modified time | relevance | path

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

/external/llvm/lib/Target/R600/
DAMDGPUISelLowering.h177 bool &UseOneConstNR) const override;
DAMDGPUISelLowering.cpp2674 bool &UseOneConstNR) const { in getRsqrtEstimate()
/external/llvm/lib/Target/X86/
DX86ISelLowering.h1070 bool &UseOneConstNR) const override;
DX86ISelLowering.cpp12771 bool &UseOneConstNR) const { in getRsqrtEstimate()
12791 UseOneConstNR = false; in getRsqrtEstimate()
/external/llvm/lib/Target/PowerPC/
DPPCISelLowering.h829 bool &UseOneConstNR) const override;
DPPCISelLowering.cpp8854 bool &UseOneConstNR) const { in getRsqrtEstimate()
8869 UseOneConstNR = true; in getRsqrtEstimate()
/external/llvm/include/llvm/Target/
DTargetLowering.h2703 bool &UseOneConstNR) const { in getRsqrtEstimate() argument
/external/llvm/lib/CodeGen/SelectionDAG/
DDAGCombiner.cpp13142 bool UseOneConstNR = false; in BuildRsqrtEstimate() local
13143 if (SDValue Est = TLI.getRsqrtEstimate(Op, DCI, Iterations, UseOneConstNR)) { in BuildRsqrtEstimate()
13146 Est = UseOneConstNR ? in BuildRsqrtEstimate()