Home
last modified time | relevance | path

Searched refs:VTypeI (Results 1 – 4 of 4) sorted by relevance

/llvm-project-15.0.7/llvm/lib/Target/RISCV/MCTargetDesc/
H A DRISCVBaseInfo.cpp135 unsigned VTypeI = (VSEWBits << 3) | (VLMULBits & 0x7); in encodeVTYPE() local
137 VTypeI |= 0x40; in encodeVTYPE()
139 VTypeI |= 0x80; in encodeVTYPE()
141 return VTypeI; in encodeVTYPE()
/llvm-project-15.0.7/llvm/lib/Target/RISCV/AsmParser/
H A DRISCVAsmParser.cpp880 static std::unique_ptr<RISCVOperand> createVType(unsigned VTypeI, SMLoc S, in createVType()
883 Op->VType.Val = VTypeI; in createVType()
1773 unsigned VTypeI = in parseVTypeI() local
1775 Operands.push_back(RISCVOperand::createVType(VTypeI, S, isRV64())); in parseVTypeI()
/llvm-project-15.0.7/llvm/lib/Target/RISCV/
H A DRISCVISelDAGToDAG.cpp545 unsigned VTypeI = RISCVVType::encodeVTYPE(VLMul, SEW, /*TailAgnostic*/ true, in selectVSETVLI() local
547 SDValue VTypeIOp = CurDAG->getTargetConstant(VTypeI, DL, XLenVT); in selectVSETVLI()
H A DRISCVInstrInfoV.td21 let Name = "VTypeI" # VTypeINum;