Searched refs:getRecipEstimate (Results 1 – 8 of 8) sorted by relevance
/external/llvm/lib/Target/R600/ |
D | AMDGPUISelLowering.h | 178 SDValue getRecipEstimate(SDValue Operand,
|
D | AMDGPUISelLowering.cpp | 2689 SDValue AMDGPUTargetLowering::getRecipEstimate(SDValue Operand, in getRecipEstimate() function in AMDGPUTargetLowering
|
/external/llvm/lib/Target/X86/ |
D | X86ISelLowering.h | 1073 SDValue getRecipEstimate(SDValue Operand, DAGCombinerInfo &DCI,
|
D | X86ISelLowering.cpp | 12799 SDValue X86TargetLowering::getRecipEstimate(SDValue Op, in getRecipEstimate() function in X86TargetLowering
|
/external/llvm/lib/Target/PowerPC/ |
D | PPCISelLowering.h | 830 SDValue getRecipEstimate(SDValue Operand, DAGCombinerInfo &DCI,
|
D | PPCISelLowering.cpp | 8875 SDValue PPCTargetLowering::getRecipEstimate(SDValue Operand, in getRecipEstimate() function in PPCTargetLowering
|
/external/llvm/include/llvm/Target/ |
D | TargetLowering.h | 2715 virtual SDValue getRecipEstimate(SDValue Operand, in getRecipEstimate() function
|
/external/llvm/lib/CodeGen/SelectionDAG/ |
D | DAGCombiner.cpp | 13031 if (SDValue Est = TLI.getRecipEstimate(Op, DCI, Iterations)) { in BuildReciprocalEstimate()
|