Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/MCTargetDesc/
H A DRISCVInstPrinter.cpp68 MCInst UncompressedMI; in printInst() local
70 Res = RISCVRVC::uncompress(UncompressedMI, *MI, STI); in printInst()
72 NewMI = const_cast<MCInst *>(&UncompressedMI); in printInst()