Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.h345 VWMACC_VL, enumerator
H A DRISCVInstrInfoVVLPatterns.td445 def riscv_vwmacc_vl : SDNode<"RISCVISD::VWMACC_VL", SDT_RISCVVWIntTernOp_VL, [SDNPCommutative]>;
H A DRISCVISelLowering.cpp16338 unsigned Opc = RISCVISD::VWMACC_VL + MulOp.getOpcode() - RISCVISD::VWMUL_VL; in combineToVWMACC()
16339 static_assert(RISCVISD::VWMACC_VL + 1 == RISCVISD::VWMACCU_VL, in combineToVWMACC()
16341 static_assert(RISCVISD::VWMACC_VL + 2 == RISCVISD::VWMACCSU_VL, in combineToVWMACC()
20577 NODE_NAME_CASE(VWMACC_VL) in getTargetNodeName()