#include "AMDGPUMCInstLower.h"
#include "MCTargetDesc/R600MCTargetDesc.h"
#include "R600AsmPrinter.h"
#include "R600Subtarget.h"
#include "llvm/CodeGen/MachineOperand.h"
#include "llvm/MC/MCContext.h"
#include "llvm/MC/MCExpr.h"
namespace {
class R600MCInstLower : public AMDGPUMCInstLower { … };
}
R600MCInstLower::R600MCInstLower(MCContext &Ctx, const R600Subtarget &ST,
const AsmPrinter &AP)
: … { … }
void R600MCInstLower::lower(const MachineInstr *MI, MCInst &OutMI) const { … }
void R600AsmPrinter::emitInstruction(const MachineInstr *MI) { … }
const MCExpr *R600AsmPrinter::lowerConstant(const Constant *CV) { … }