Searched refs:getRecipEstimate (Results 1 - 10 of 10) sorted by relevance

/external/llvm/lib/Target/AMDGPU/
H A DAMDGPUISelLowering.h178 SDValue getRecipEstimate(SDValue Operand,
H A DAMDGPUISelLowering.cpp2895 SDValue AMDGPUTargetLowering::getRecipEstimate(SDValue Operand, function in class:AMDGPUTargetLowering
/external/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.h526 SDValue getRecipEstimate(SDValue Operand, DAGCombinerInfo &DCI,
H A DAArch64ISelLowering.cpp4582 SDValue AArch64TargetLowering::getRecipEstimate(SDValue Operand, function in class:AArch64TargetLowering
/external/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.h933 SDValue getRecipEstimate(SDValue Operand, DAGCombinerInfo &DCI,
H A DPPCISelLowering.cpp9475 SDValue PPCTargetLowering::getRecipEstimate(SDValue Operand, function in class:PPCTargetLowering
/external/llvm/lib/Target/X86/
H A DX86ISelLowering.h1228 SDValue getRecipEstimate(SDValue Operand, DAGCombinerInfo &DCI,
H A DX86ISelLowering.cpp14951 SDValue X86TargetLowering::getRecipEstimate(SDValue Op,
[all...]
/external/llvm/include/llvm/Target/
H A DTargetLowering.h2973 virtual SDValue getRecipEstimate(SDValue Operand, DAGCombinerInfo &DCI,
/external/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp14531 if (SDValue Est = TLI.getRecipEstimate(Op, DCI, Iterations)) {

Completed in 327 milliseconds