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

  /src/external/apache2/llvm/dist/llvm/lib/Target/RISCV/MCTargetDesc/
RISCVBaseInfo.cpp 110 unsigned RISCVVType::encodeVTYPE(RISCVII::VLMUL VLMUL, unsigned SEW,
124 void RISCVVType::printVType(unsigned VType, raw_ostream &OS) {
RISCVInstPrinter.cpp 173 RISCVVType::printVType(Imm, O);
RISCVBaseInfo.h 311 namespace RISCVVType {
346 } // namespace RISCVVType
  /src/external/apache2/llvm/dist/llvm/lib/Target/RISCV/AsmParser/
RISCVAsmParser.cpp 754 RISCVVType::printVType(getVType(), OS);
1561 if (!RISCVVType::isValidSEW(Sew))
1572 if (!RISCVVType::isValidLMUL(Lmul, Fractional))
1600 RISCVVType::encodeVTYPE(VLMUL, Sew, TailAgnostic, MaskAgnostic);
  /src/external/apache2/llvm/dist/llvm/lib/Target/RISCV/
RISCVISelDAGToDAG.cpp 634 RISCVVType::decodeVSEW(Node->getConstantOperandVal(Offset) & 0x7);
638 unsigned VTypeI = RISCVVType::encodeVTYPE(
RISCVISelLowering.cpp 6483 assert(RISCVVType::isValidSEW(SEW) && "Unexpected SEW");
6533 MIB.addImm(RISCVVType::encodeVTYPE(VLMul, SEW,

Completed in 51 milliseconds