Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.h333 VWSUB_W_VL, enumerator
H A DRISCVISelLowering.cpp14397 case RISCVISD::VWSUB_W_VL: in getSExtOpcode()
14420 case RISCVISD::VWSUB_W_VL: in getZExtOpcode()
14470 return SupportsExt == ExtKind::SExt ? RISCVISD::VWSUB_W_VL in getWOpcode()
14625 case RISCVISD::VWSUB_W_VL: in isSupportedRoot()
14662 case RISCVISD::VWSUB_W_VL: in NodeExtensionHelper()
14670 Opc == RISCVISD::VWADD_W_VL || Opc == RISCVISD::VWSUB_W_VL; in NodeExtensionHelper()
14722 case RISCVISD::VWSUB_W_VL: in isCommutative()
14949 case RISCVISD::VWSUB_W_VL: in getSupportedFoldings()
15084 Opc == RISCVISD::VWSUB_W_VL || Opc == RISCVISD::VWSUBU_W_VL); in combineVWADDSUBWSelect()
15128 Opc == RISCVISD::VWSUB_W_VL || Op in performVWADDSUBW_VLCombine()
[all...]
H A DRISCVInstrInfoVVLPatterns.td484 def riscv_vwsub_w_vl : SDNode<"RISCVISD::VWSUB_W_VL", SDT_RISCVVWIntBinOpW_VL>;