Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/LoongArch/
H A DLoongArchISelLowering.h264 SDValue getRecipEstimate(SDValue Operand, SelectionDAG &DAG, int Enabled,
H A DLoongArchISelLowering.cpp8083 SDValue LoongArchTargetLowering::getRecipEstimate(SDValue Operand, in getRecipEstimate() function in LoongArchTargetLowering
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUISelLowering.h301 SDValue getRecipEstimate(SDValue Operand, SelectionDAG &DAG, int Enabled,
H A DAMDGPUISelLowering.cpp5818 SDValue AMDGPUTargetLowering::getRecipEstimate(SDValue Operand, in getRecipEstimate() function in AMDGPUTargetLowering
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.h768 SDValue getRecipEstimate(SDValue Operand, SelectionDAG &DAG, int Enabled,
H A DAArch64ISelLowering.cpp12220 SDValue AArch64TargetLowering::getRecipEstimate(SDValue Operand, in getRecipEstimate() function in AArch64TargetLowering
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.h1471 SDValue getRecipEstimate(SDValue Operand, SelectionDAG &DAG, int Enabled,
H A DPPCISelLowering.cpp14596 SDValue PPCTargetLowering::getRecipEstimate(SDValue Operand, SelectionDAG &DAG, in getRecipEstimate() function in PPCTargetLowering
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.h1918 SDValue getRecipEstimate(SDValue Op, SelectionDAG &DAG, int Enabled,
H A DX86ISelLowering.cpp23622 SDValue X86TargetLowering::getRecipEstimate(SDValue Op, SelectionDAG &DAG, in getRecipEstimate() function in X86TargetLowering
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DTargetLowering.h5334 virtual SDValue getRecipEstimate(SDValue Operand, SelectionDAG &DAG, in getRecipEstimate() function
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp29202 if (SDValue Est = TLI.getRecipEstimate(Op, DAG, Enabled, Iterations)) { in BuildDivEstimate()