Go to the documentation of this file.
14 #ifndef LLVM_LIB_TARGET_M68K_M68KASMPRINTER_H
15 #define LLVM_LIB_TARGET_M68K_M68KASMPRINTER_H
30 class MachineBasicBlock;
35 class M68kMachineFunctionInfo;
49 std::unique_ptr<MCStreamer> Streamer)
62 void emitFunctionBodyStart()
override;
63 void emitFunctionBodyEnd()
override;
64 void emitStartOfAsmFile(
Module &M)
override;
65 void emitEndOfAsmFile(
Module &M)
override;
69 #endif // LLVM_LIB_TARGET_M68K_M68KASMPRINTER_H
This is an optimization pass for GlobalISel generic memory operations.
StringRef getPassName() const override
getPassName - Return a nice clean name for a pass.
std::unique_ptr< M68kMCInstLower > MCInstLowering
static bool printOperand(raw_ostream &OS, const SelectionDAG *G, const SDValue Value)
const M68kMachineFunctionInfo * MMFI
M68kAsmPrinter(TargetMachine &TM, std::unique_ptr< MCStreamer > Streamer)
This class implements an extremely fast bulk output stream that can only output to a stream.
Representation of each machine instruction.
Primary interface to the complete machine description for the target machine.
OutputIt move(R &&Range, OutputIt Out)
Provide wrappers to std::move which take ranges instead of having to pass begin/end explicitly.
A Module instance is used to store all the information related to an LLVM module.
StringRef - Represent a constant reference to a string, i.e.
#define LLVM_LIBRARY_VISIBILITY
LLVM_LIBRARY_VISIBILITY - If a class marked with this attribute is linked into a shared library,...
Machine Check Debug Module
const M68kSubtarget * Subtarget
This class is intended to be used as a driving class for all asm writers.
const char LLVMTargetMachineRef TM