Home
last modified time | relevance | path

Searched refs:performMulCombine (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUISelLowering.h116 SDValue performMulCombine(SDNode *N, DAGCombinerInfo &DCI) const;
H A DAMDGPUISelLowering.cpp4259 SDValue AMDGPUTargetLowering::performMulCombine(SDNode *N, in performMulCombine() function in AMDGPUTargetLowering
5134 return performMulCombine(N, DCI); in PerformDAGCombine()
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp18240 static SDValue performMulCombine(SDNode *N, SelectionDAG &DAG, in performMulCombine() function
25301 return performMulCombine(N, DAG, DCI, Subtarget); in PerformDAGCombine()