Lines Matching refs:SparcAsmPrinter
40 class SparcAsmPrinter : public AsmPrinter { class
46 explicit SparcAsmPrinter(TargetMachine &TM, in SparcAsmPrinter() function in __anon2a3dcd6c0111::SparcAsmPrinter
179 void SparcAsmPrinter::LowerGETPCXAndEmitMCInsts(const MachineInstr *MI, in LowerGETPCXAndEmitMCInsts()
271 void SparcAsmPrinter::emitInstruction(const MachineInstr *MI) { in emitInstruction()
293 void SparcAsmPrinter::emitFunctionBodyStart() { in emitFunctionBodyStart()
311 void SparcAsmPrinter::printOperand(const MachineInstr *MI, int opNum, in printOperand()
352 void SparcAsmPrinter::printMemOperand(const MachineInstr *MI, int opNum, in printMemOperand()
376 bool SparcAsmPrinter::PrintAsmOperand(const MachineInstr *MI, unsigned OpNo, in PrintAsmOperand()
441 bool SparcAsmPrinter::PrintAsmMemoryOperand(const MachineInstr *MI, in PrintAsmMemoryOperand()
457 RegisterAsmPrinter<SparcAsmPrinter> X(getTheSparcTarget()); in LLVMInitializeSparcAsmPrinter()
458 RegisterAsmPrinter<SparcAsmPrinter> Y(getTheSparcV9Target()); in LLVMInitializeSparcAsmPrinter()
459 RegisterAsmPrinter<SparcAsmPrinter> Z(getTheSparcelTarget()); in LLVMInitializeSparcAsmPrinter()