15 #ifndef LLVM_LIB_TARGET_AMDGPU_R600ASMPRINTER_H 16 #define LLVM_LIB_TARGET_AMDGPU_R600ASMPRINTER_H 26 std::unique_ptr<MCStreamer> Streamer);
42 std::unique_ptr<MCStreamer> &&Streamer);
46 #endif // LLVM_LIB_TARGET_AMDGPU_R600ASMPRINTER_H void EmitInstruction(const MachineInstr *MI) override
Implemented in AMDGPUMCInstLower.cpp.
This class represents lattice values for constants.
const MCExpr * lowerConstant(const Constant *CV) override
Lower the specified LLVM Constant to an MCExpr.
bool runOnMachineFunction(MachineFunction &MF) override
Emit the specified function out to the OutStreamer.
MachineFunction * MF
The current machine function.
AsmPrinter * createR600AsmPrinterPass(TargetMachine &TM, std::unique_ptr< MCStreamer > &&Streamer)
Base class for the full range of assembler expressions which are needed for parsing.
This is an important base class in LLVM.
TargetMachine & TM
Target machine description.
StringRef getPassName() const override
getPassName - Return a nice clean name for a pass.
This class is intended to be used as a driving class for all asm writers.
Representation of each machine instruction.
R600AsmPrinter(TargetMachine &TM, std::unique_ptr< MCStreamer > Streamer)
Primary interface to the complete machine description for the target machine.
StringRef - Represent a constant reference to a string, i.e.