Searched refs:VTypeI (Results 1 – 4 of 4) sorted by relevance
115 unsigned VTypeI = (VSEWBits << 3) | (VLMULBits & 0x7); in encodeVTYPE() local117 VTypeI |= 0x40; in encodeVTYPE()119 VTypeI |= 0x80; in encodeVTYPE()121 return VTypeI; in encodeVTYPE()
801 static std::unique_ptr<RISCVOperand> createVType(unsigned VTypeI, SMLoc S, in createVType()804 Op->VType.Val = VTypeI; in createVType()1599 unsigned VTypeI = in parseVTypeI() local1601 Operands.push_back(RISCVOperand::createVType(VTypeI, S, isRV64())); in parseVTypeI()
638 unsigned VTypeI = RISCVVType::encodeVTYPE( in Select() local640 SDValue VTypeIOp = CurDAG->getTargetConstant(VTypeI, DL, XLenVT); in Select()
23 let Name = "VTypeI";