Home
last modified time | relevance | path

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

/freebsd-14.2/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.cpp575 SDValue VTypeIOp = CurDAG->getTargetConstant(VTypeI, DL, XLenVT); in selectVSETVLI() local
596 XLenVT, VLImm, VTypeIOp)); in selectVSETVLI()
603 CurDAG->getMachineNode(Opcode, DL, XLenVT, VLOperand, VTypeIOp)); in selectVSETVLI()