Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/utils/TableGen/
H A DCompressInstEmitter.cpp595 raw_string_ostream FuncH(FH); in emitCompressInstEmitter() local
608 FuncH << "static bool compressInst(MCInst &OutInst,\n"; in emitCompressInstEmitter()
609 FuncH.indent(25) << "const MCInst &MI,\n"; in emitCompressInstEmitter()
610 FuncH.indent(25) << "const MCSubtargetInfo &STI) {\n"; in emitCompressInstEmitter()
612 FuncH << "static bool uncompressInst(MCInst &OutInst,\n"; in emitCompressInstEmitter()
613 FuncH.indent(27) << "const MCInst &MI,\n"; in emitCompressInstEmitter()
614 FuncH.indent(27) << "const MCSubtargetInfo &STI) {\n"; in emitCompressInstEmitter()
616 FuncH << "static bool isCompressibleInst(const MachineInstr &MI,\n"; in emitCompressInstEmitter()
617 FuncH.indent(31) << "const " << TargetName << "Subtarget &STI) {\n"; in emitCompressInstEmitter()