Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUISelLowering.h299 SDValue getRecipEstimate(SDValue Operand, SelectionDAG &DAG, int Enabled,
H A DAMDGPUISelLowering.cpp5595 SDValue AMDGPUTargetLowering::getRecipEstimate(SDValue Operand, in getRecipEstimate() function in AMDGPUTargetLowering
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.h1449 SDValue getRecipEstimate(SDValue Operand, SelectionDAG &DAG, int Enabled,
H A DPPCISelLowering.cpp13763 SDValue PPCTargetLowering::getRecipEstimate(SDValue Operand, SelectionDAG &DAG, in getRecipEstimate() function in PPCTargetLowering
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.h1829 SDValue getRecipEstimate(SDValue Op, SelectionDAG &DAG, int Enabled,
H A DX86ISelLowering.cpp22880 SDValue X86TargetLowering::getRecipEstimate(SDValue Op, SelectionDAG &DAG, in getRecipEstimate() function in X86TargetLowering
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.h1253 SDValue getRecipEstimate(SDValue Operand, SelectionDAG &DAG, int Enabled,
H A DAArch64ISelLowering.cpp11394 SDValue AArch64TargetLowering::getRecipEstimate(SDValue Operand, in getRecipEstimate() function in AArch64TargetLowering
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DTargetLowering.h5153 virtual SDValue getRecipEstimate(SDValue Operand, SelectionDAG &DAG, in getRecipEstimate() function
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp28073 if (SDValue Est = TLI.getRecipEstimate(Op, DAG, Enabled, Iterations)) { in BuildDivEstimate()