Home
last modified time | relevance | path

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

/freebsd-head/contrib/llvm-project/llvm/lib/Target/AMDGPU/
HDAMDGPUISelLowering.h299 SDValue getRecipEstimate(SDValue Operand, SelectionDAG &DAG, int Enabled,
HDAMDGPUISelLowering.cpp5595 SDValue AMDGPUTargetLowering::getRecipEstimate(SDValue Operand, in getRecipEstimate() function in AMDGPUTargetLowering
/freebsd-head/contrib/llvm-project/llvm/lib/Target/PowerPC/
HDPPCISelLowering.h1449 SDValue getRecipEstimate(SDValue Operand, SelectionDAG &DAG, int Enabled,
HDPPCISelLowering.cpp13763 SDValue PPCTargetLowering::getRecipEstimate(SDValue Operand, SelectionDAG &DAG, in getRecipEstimate() function in PPCTargetLowering
/freebsd-head/contrib/llvm-project/llvm/lib/Target/X86/
HDX86ISelLowering.h1829 SDValue getRecipEstimate(SDValue Op, SelectionDAG &DAG, int Enabled,
HDX86ISelLowering.cpp22880 SDValue X86TargetLowering::getRecipEstimate(SDValue Op, SelectionDAG &DAG, in getRecipEstimate() function in X86TargetLowering
/freebsd-head/contrib/llvm-project/llvm/lib/Target/AArch64/
HDAArch64ISelLowering.h1253 SDValue getRecipEstimate(SDValue Operand, SelectionDAG &DAG, int Enabled,
HDAArch64ISelLowering.cpp11394 SDValue AArch64TargetLowering::getRecipEstimate(SDValue Operand, in getRecipEstimate() function in AArch64TargetLowering
/freebsd-head/contrib/llvm-project/llvm/include/llvm/CodeGen/
HDTargetLowering.h5153 virtual SDValue getRecipEstimate(SDValue Operand, SelectionDAG &DAG, in getRecipEstimate() function
/freebsd-head/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
HDDAGCombiner.cpp28073 if (SDValue Est = TLI.getRecipEstimate(Op, DAG, Enabled, Iterations)) { in BuildDivEstimate()