Lines Matching refs:AArch64AsmPrinter
49 class AArch64AsmPrinter : public AsmPrinter { class
54 AArch64AsmPrinter(TargetMachine &TM, std::unique_ptr<MCStreamer> Streamer) in AArch64AsmPrinter() function in __anon039d01ae0111::AArch64AsmPrinter
123 void AArch64AsmPrinter::EmitEndOfAsmFile(Module &M) { in EmitEndOfAsmFile()
137 AArch64AsmPrinter::getDebugValueLocation(const MachineInstr *MI) const { in getDebugValueLocation()
149 void AArch64AsmPrinter::EmitLOHs() { in EmitLOHs()
164 void AArch64AsmPrinter::EmitFunctionBodyEnd() { in EmitFunctionBodyEnd()
170 MCSymbol *AArch64AsmPrinter::GetCPISymbol(unsigned CPID) const { in GetCPISymbol()
184 void AArch64AsmPrinter::printOperand(const MachineInstr *MI, unsigned OpNum, in printOperand()
216 bool AArch64AsmPrinter::printAsmMRegister(const MachineOperand &MO, char Mode, in printAsmMRegister()
237 bool AArch64AsmPrinter::printAsmRegInClass(const MachineOperand &MO, in printAsmRegInClass()
251 bool AArch64AsmPrinter::PrintAsmOperand(const MachineInstr *MI, unsigned OpNum, in PrintAsmOperand()
331 bool AArch64AsmPrinter::PrintAsmMemoryOperand(const MachineInstr *MI, in PrintAsmMemoryOperand()
345 void AArch64AsmPrinter::PrintDebugValueComment(const MachineInstr *MI, in PrintDebugValueComment()
365 void AArch64AsmPrinter::LowerSTACKMAP(MCStreamer &OutStreamer, StackMaps &SM, in LowerSTACKMAP()
393 void AArch64AsmPrinter::LowerPATCHPOINT(MCStreamer &OutStreamer, StackMaps &SM, in LowerPATCHPOINT()
437 void AArch64AsmPrinter::EmitInstruction(const MachineInstr *MI) { in EmitInstruction()
553 RegisterAsmPrinter<AArch64AsmPrinter> X(TheAArch64leTarget); in LLVMInitializeAArch64AsmPrinter()
554 RegisterAsmPrinter<AArch64AsmPrinter> Y(TheAArch64beTarget); in LLVMInitializeAArch64AsmPrinter()
555 RegisterAsmPrinter<AArch64AsmPrinter> Z(TheARM64Target); in LLVMInitializeAArch64AsmPrinter()