Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/RISCV/InstPrinter/
DRISCVInstPrinter.cpp48 MCInst UncompressedMI; in printInst() local
50 Res = uncompressInst(UncompressedMI, *MI, MRI, STI); in printInst()
52 NewMI = const_cast<MCInst*>(&UncompressedMI); in printInst()