Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Target/RISCV/
H A DRISCVISelDAGToDAG.cpp547 SDValue VTypeIOp = CurDAG->getTargetConstant(VTypeI, DL, XLenVT); in selectVSETVLI() local
565 SmallVector<SDValue, 3> Ops = {VLImm, VTypeIOp}; in selectVSETVLI()
575 SmallVector<SDValue, 3> Ops = {VLOperand, VTypeIOp}; in selectVSETVLI()
H A DRISCVInstrInfoV.td27 class VTypeIOp<int VTypeINum> : Operand<XLenVT> {
33 def VTypeIOp10 : VTypeIOp<10>;
34 def VTypeIOp11 : VTypeIOp<11>;