Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.cpp16286 static SDValue combineToVWMACC(SDNode *N, SelectionDAG &DAG, in combineToVWMACC()
16805 if (SDValue V = combineToVWMACC(N, DAG, Subtarget)) in PerformDAGCombine()
17292 return combineToVWMACC(N, DAG, Subtarget); in PerformDAGCombine()
16283 static SDValue combineToVWMACC(SDNode *N, SelectionDAG &DAG, combineToVWMACC() function