Lines Matching defs:SparcAsmPrinter
1 //===-- SparcAsmPrinter.cpp - Sparc LLVM assembly writer ------------------===//
40 class SparcAsmPrinter : public AsmPrinter {
46 explicit SparcAsmPrinter(TargetMachine &TM,
179 void SparcAsmPrinter::LowerGETPCXAndEmitMCInsts(const MachineInstr *MI,
271 void SparcAsmPrinter::emitInstruction(const MachineInstr *MI) {
293 void SparcAsmPrinter::emitFunctionBodyStart() {
311 void SparcAsmPrinter::printOperand(const MachineInstr *MI, int opNum,
352 void SparcAsmPrinter::printMemOperand(const MachineInstr *MI, int opNum,
376 bool SparcAsmPrinter::PrintAsmOperand(const MachineInstr *MI, unsigned OpNo,
441 bool SparcAsmPrinter::PrintAsmMemoryOperand(const MachineInstr *MI,
457 RegisterAsmPrinter<SparcAsmPrinter> X(getTheSparcTarget());
458 RegisterAsmPrinter<SparcAsmPrinter> Y(getTheSparcV9Target());
459 RegisterAsmPrinter<SparcAsmPrinter> Z(getTheSparcelTarget());