Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVInstrInfoV.td27 class VTypeIOp<int VTypeINum> : RISCVOp {
40 def VTypeIOp10 : VTypeIOp<10>;
41 def VTypeIOp11 : VTypeIOp<11>;
H A DRISCVISelDAGToDAG.cpp574 SDValue VTypeIOp = CurDAG->getTargetConstant(VTypeI, DL, XLenVT); in selectVSETVLI() local
594 XLenVT, VLImm, VTypeIOp)); in selectVSETVLI()
601 CurDAG->getMachineNode(Opcode, DL, XLenVT, VLOperand, VTypeIOp)); in selectVSETVLI()