Searched refs:getRecipEstimate (Results 1 – 10 of 10) sorted by relevance
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/ |
H A D | AMDGPUISelLowering.h | 243 SDValue getRecipEstimate(SDValue Operand, SelectionDAG &DAG, int Enabled,
|
H A D | AMDGPUISelLowering.cpp | 4376 SDValue AMDGPUTargetLowering::getRecipEstimate(SDValue Operand, in getRecipEstimate() function in AMDGPUTargetLowering
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/PowerPC/ |
H A D | PPCISelLowering.h | 1345 SDValue getRecipEstimate(SDValue Operand, SelectionDAG &DAG, int Enabled,
|
H A D | PPCISelLowering.cpp | 12679 SDValue PPCTargetLowering::getRecipEstimate(SDValue Operand, SelectionDAG &DAG, in getRecipEstimate() function in PPCTargetLowering
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/X86/ |
H A D | X86ISelLowering.h | 1662 SDValue getRecipEstimate(SDValue Op, SelectionDAG &DAG, int Enabled,
|
H A D | X86ISelLowering.cpp | 22512 SDValue X86TargetLowering::getRecipEstimate(SDValue Op, SelectionDAG &DAG, in getRecipEstimate() function in X86TargetLowering
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/ |
H A D | AArch64ISelLowering.h | 1009 SDValue getRecipEstimate(SDValue Operand, SelectionDAG &DAG, int Enabled,
|
H A D | AArch64ISelLowering.cpp | 7737 SDValue AArch64TargetLowering::getRecipEstimate(SDValue Operand, in getRecipEstimate() function in AArch64TargetLowering
|
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/ |
H A D | TargetLowering.h | 4296 virtual SDValue getRecipEstimate(SDValue Operand, SelectionDAG &DAG, in getRecipEstimate() function
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/ |
H A D | DAGCombiner.cpp | 22544 if (SDValue Est = TLI.getRecipEstimate(Op, DAG, Enabled, Iterations)) { in BuildDivEstimate()
|