Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/RISCV/MCTargetDesc/
H A DRISCVBaseInfo.cpp124 void RISCVVType::printVType(unsigned VType, raw_ostream &OS) { in printVType() function in llvm::RISCVVType
H A DRISCVBaseInfo.h344 void printVType(unsigned VType, raw_ostream &OS);
H A DRISCVInstPrinter.cpp173 RISCVVType::printVType(Imm, O); in printVTypeI()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/RISCV/AsmParser/
H A DRISCVAsmParser.cpp754 RISCVVType::printVType(getVType(), OS); in print()