Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.h341 VFWSUB_W_VL, enumerator
H A DRISCVISelLowering.cpp6105 if (Opcode >= RISCVISD::VWMUL_VL && Opcode <= RISCVISD::VFWSUB_W_VL) in hasMergeOp()
14442 case RISCVISD::VFWSUB_W_VL: in getFPExtOpcode()
14475 return RISCVISD::VFWSUB_W_VL; in getWOpcode()
14632 case RISCVISD::VFWSUB_W_VL: in isSupportedRoot()
14665 case RISCVISD::VFWSUB_W_VL: in NodeExtensionHelper()
14672 Opc == RISCVISD::VFWADD_W_VL || Opc == RISCVISD::VFWSUB_W_VL; in NodeExtensionHelper()
14725 case RISCVISD::VFWSUB_W_VL: in isCommutative()
14959 case RISCVISD::VFWSUB_W_VL: in getSupportedFoldings()
17314 case RISCVISD::VFWSUB_W_VL: { in PerformDAGCombine()
20579 NODE_NAME_CASE(VFWSUB_W_VL) in getTargetNodeName()
[all...]
H A DRISCVInstrInfoVVLPatterns.td498 def riscv_vfwsub_w_vl : SDNode<"RISCVISD::VFWSUB_W_VL", SDT_RISCVVWFPBinOpW_VL>;