Searched refs:getRecipEstimate (Results 1 – 10 of 10) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
H A D | AMDGPUISelLowering.h | 299 SDValue getRecipEstimate(SDValue Operand, SelectionDAG &DAG, int Enabled,
|
H A D | AMDGPUISelLowering.cpp | 5595 SDValue AMDGPUTargetLowering::getRecipEstimate(SDValue Operand, in getRecipEstimate() function in AMDGPUTargetLowering
|
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/ |
H A D | PPCISelLowering.h | 1449 SDValue getRecipEstimate(SDValue Operand, SelectionDAG &DAG, int Enabled,
|
H A D | PPCISelLowering.cpp | 13763 SDValue PPCTargetLowering::getRecipEstimate(SDValue Operand, SelectionDAG &DAG, in getRecipEstimate() function in PPCTargetLowering
|
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/ |
H A D | X86ISelLowering.h | 1829 SDValue getRecipEstimate(SDValue Op, SelectionDAG &DAG, int Enabled,
|
H A D | X86ISelLowering.cpp | 22880 SDValue X86TargetLowering::getRecipEstimate(SDValue Op, SelectionDAG &DAG, in getRecipEstimate() function in X86TargetLowering
|
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/ |
H A D | AArch64ISelLowering.h | 1253 SDValue getRecipEstimate(SDValue Operand, SelectionDAG &DAG, int Enabled,
|
H A D | AArch64ISelLowering.cpp | 11394 SDValue AArch64TargetLowering::getRecipEstimate(SDValue Operand, in getRecipEstimate() function in AArch64TargetLowering
|
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
H A D | TargetLowering.h | 5153 virtual SDValue getRecipEstimate(SDValue Operand, SelectionDAG &DAG, in getRecipEstimate() function
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
H A D | DAGCombiner.cpp | 28073 if (SDValue Est = TLI.getRecipEstimate(Op, DAG, Enabled, Iterations)) { in BuildDivEstimate()
|