Lines Matching refs:CSKYAsmPrinter
39 CSKYAsmPrinter::CSKYAsmPrinter(llvm::TargetMachine &TM, in CSKYAsmPrinter() function in CSKYAsmPrinter
43 bool CSKYAsmPrinter::runOnMachineFunction(MachineFunction &MF) { in runOnMachineFunction()
59 void CSKYAsmPrinter::EmitToStreamer(MCStreamer &S, const MCInst &Inst) { in EmitToStreamer()
71 void CSKYAsmPrinter::expandTLSLA(const MachineInstr *MI) { in expandTLSLA()
96 void CSKYAsmPrinter::emitCustomConstantPool(const MachineInstr *MI) { in emitCustomConstantPool()
122 void CSKYAsmPrinter::emitFunctionBodyEnd() { in emitFunctionBodyEnd()
130 void CSKYAsmPrinter::emitStartOfAsmFile(Module &M) { in emitStartOfAsmFile()
135 void CSKYAsmPrinter::emitEndOfAsmFile(Module &M) { in emitEndOfAsmFile()
143 void CSKYAsmPrinter::emitInstruction(const MachineInstr *MI) { in emitInstruction()
192 void CSKYAsmPrinter::emitMachineConstantPoolValue( in emitMachineConstantPoolValue()
248 void CSKYAsmPrinter::emitAttributes() { in emitAttributes()
263 bool CSKYAsmPrinter::PrintAsmOperand(const MachineInstr *MI, unsigned OpNo, in PrintAsmOperand()
309 bool CSKYAsmPrinter::PrintAsmMemoryOperand(const MachineInstr *MI, in PrintAsmMemoryOperand()
327 RegisterAsmPrinter<CSKYAsmPrinter> X(getTheCSKYTarget()); in LLVMInitializeCSKYAsmPrinter()