Home
last modified time | relevance | path

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

/external/llvm-project/llvm/utils/TableGen/
DRISCVCompressInstEmitter.cpp596 raw_string_ostream FuncH(FH); in emitCompressInstEmitter() local
610 FuncH << "static bool compressInst(MCInst &OutInst,\n"; in emitCompressInstEmitter()
611 FuncH.indent(25) << "const MCInst &MI,\n"; in emitCompressInstEmitter()
612 FuncH.indent(25) << "const MCSubtargetInfo &STI,\n"; in emitCompressInstEmitter()
613 FuncH.indent(25) << "MCContext &Context) {\n"; in emitCompressInstEmitter()
615 FuncH << "static bool uncompressInst(MCInst &OutInst,\n"; in emitCompressInstEmitter()
616 FuncH.indent(27) << "const MCInst &MI,\n"; in emitCompressInstEmitter()
617 FuncH.indent(27) << "const MCRegisterInfo &MRI,\n"; in emitCompressInstEmitter()
618 FuncH.indent(27) << "const MCSubtargetInfo &STI) {\n"; in emitCompressInstEmitter()
620 FuncH << "static bool isCompressibleInst(const MachineInstr &MI,\n"; in emitCompressInstEmitter()
[all …]