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.td25 class VTypeIOp<int VTypeINum> : RISCVOp {
38 def VTypeIOp10 : VTypeIOp<10>;
39 def VTypeIOp11 : VTypeIOp<11>;
H A DRISCVISelDAGToDAG.cpp488 SDValue VTypeIOp = CurDAG->getTargetConstant(VTypeI, DL, XLenVT); in selectVSETVLI() local
508 XLenVT, VLImm, VTypeIOp)); in selectVSETVLI()
515 CurDAG->getMachineNode(Opcode, DL, XLenVT, VLOperand, VTypeIOp)); in selectVSETVLI()