Searched refs:SUB_VL (Results 1 – 3 of 3) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/ |
H A D | RISCVISelLowering.h | 247 SUB_VL, enumerator
|
H A D | RISCVISelLowering.cpp | 10714 SDValue Indices = DAG.getNode(RISCVISD::SUB_VL, DL, IntVT, SplatVL, VID, in lowerVECTOR_REVERSE() 11128 SDValue NegX = DAG.getNode(RISCVISD::SUB_VL, DL, ContainerVT, SplatZero, X, in lowerABS() 11748 SDValue VRSUB = DAG.getNode(RISCVISD::SUB_VL, DL, IndicesVT, VecLenSplat, VID, in lowerVPReverseExperimental() 14396 case RISCVISD::SUB_VL: in getSExtOpcode() 14419 case RISCVISD::SUB_VL: in getZExtOpcode() 14469 case RISCVISD::SUB_VL: in getWOpcode() 14624 case RISCVISD::SUB_VL: in isSupportedRoot() 14721 case RISCVISD::SUB_VL: in isCommutative() 14925 case RISCVISD::SUB_VL: in getSupportedFoldings() 17298 case RISCVISD::SUB_VL in PerformDAGCombine() [all...] |
H A D | RISCVInstrInfoVVLPatterns.td | 99 def riscv_sub_vl : SDNode<"RISCVISD::SUB_VL", SDT_RISCVIntBinOp_VL>;
|