Home
last modified time | relevance | path

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

/external/llvm/lib/Target/R600/
DAMDGPUISelLowering.h178 SDValue getRecipEstimate(SDValue Operand,
DAMDGPUISelLowering.cpp2689 SDValue AMDGPUTargetLowering::getRecipEstimate(SDValue Operand, in getRecipEstimate() function in AMDGPUTargetLowering
/external/llvm/lib/Target/X86/
DX86ISelLowering.h1073 SDValue getRecipEstimate(SDValue Operand, DAGCombinerInfo &DCI,
DX86ISelLowering.cpp12799 SDValue X86TargetLowering::getRecipEstimate(SDValue Op, in getRecipEstimate() function in X86TargetLowering
/external/llvm/lib/Target/PowerPC/
DPPCISelLowering.h830 SDValue getRecipEstimate(SDValue Operand, DAGCombinerInfo &DCI,
DPPCISelLowering.cpp8875 SDValue PPCTargetLowering::getRecipEstimate(SDValue Operand, in getRecipEstimate() function in PPCTargetLowering
/external/llvm/include/llvm/Target/
DTargetLowering.h2715 virtual SDValue getRecipEstimate(SDValue Operand, in getRecipEstimate() function
/external/llvm/lib/CodeGen/SelectionDAG/
DDAGCombiner.cpp13031 if (SDValue Est = TLI.getRecipEstimate(Op, DCI, Iterations)) { in BuildReciprocalEstimate()