Searched refs:OutInst (Results 1 – 3 of 3) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/RISCV/MCTargetDesc/ |
| H A D | RISCVBaseInfo.cpp | 229 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 D | RISCVBaseInfo.h | 543 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 D | RISCVAsmPrinter.cpp | 258 MCInst OutInst; in emitInstruction() local 259 if (!lowerToMCInst(MI, OutInst)) in emitInstruction() 260 EmitToStreamer(*OutStreamer, OutInst); in emitInstruction()
|