Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
DAMDGPUISelLowering.h87 SDValue performMulCombine(SDNode *N, DAGCombinerInfo &DCI) const;
DAMDGPUISelLowering.cpp3403 SDValue AMDGPUTargetLowering::performMulCombine(SDNode *N, in performMulCombine() function in AMDGPUTargetLowering
4097 return performMulCombine(N, DCI); in PerformDAGCombine()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/AArch64/
DAArch64ISelLowering.cpp12610 static SDValue performMulCombine(SDNode *N, SelectionDAG &DAG, in performMulCombine() function
16613 return performMulCombine(N, DAG, DCI, Subtarget); in PerformDAGCombine()