HomeSort by: relevance | last modified time | path
    Searched refs:VTypeI (Results 1 - 3 of 3) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/Target/RISCV/MCTargetDesc/
RISCVBaseInfo.cpp 115 unsigned VTypeI = (VSEWBits << 3) | (VLMULBits & 0x7);
117 VTypeI |= 0x40;
119 VTypeI |= 0x80;
121 return VTypeI;
  /src/external/apache2/llvm/dist/llvm/lib/Target/RISCV/AsmParser/
RISCVAsmParser.cpp 801 static std::unique_ptr<RISCVOperand> createVType(unsigned VTypeI, SMLoc S,
804 Op->VType.Val = VTypeI;
1538 // Put all the tokens for vtypei operand into VTypeIElements vector.
1599 unsigned VTypeI =
1601 Operands.push_back(RISCVOperand::createVType(VTypeI, S, isRV64()));
1605 // If NoMatch, unlex all the tokens that comprise a vtypei operand
  /src/external/apache2/llvm/dist/llvm/lib/Target/RISCV/
RISCVISelDAGToDAG.cpp 638 unsigned VTypeI = RISCVVType::encodeVTYPE(
640 SDValue VTypeIOp = CurDAG->getTargetConstant(VTypeI, DL, XLenVT);

Completed in 37 milliseconds