Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/RISCV/MCTargetDesc/
H A DRISCVBaseInfo.cpp229 bool RISCVRVC::compress(MCInst &OutInst, const MCInst &MI, in compress() argument
231 return compressInst(OutInst, MI, STI); in compress()
234 bool RISCVRVC::uncompress(MCInst &OutInst, const MCInst &MI, in uncompress() argument
236 return uncompressInst(OutInst, MI, STI); in uncompress()
H A DRISCVBaseInfo.h543 bool compress(MCInst &OutInst, const MCInst &MI, const MCSubtargetInfo &STI);
544 bool uncompress(MCInst &OutInst, const MCInst &MI, const MCSubtargetInfo &STI);
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVAsmPrinter.cpp258 MCInst OutInst; in emitInstruction() local
259 if (!lowerToMCInst(MI, OutInst)) in emitInstruction()
260 EmitToStreamer(*OutStreamer, OutInst); in emitInstruction()