• Home
  • History
  • Annotate
  • Raw
  • Download

Lines Matching refs:AArch64AsmPrinter

49 class AArch64AsmPrinter : public AsmPrinter {  class
55 AArch64AsmPrinter(TargetMachine &TM, std::unique_ptr<MCStreamer> Streamer) in AArch64AsmPrinter() function in __anon039d01ae0111::AArch64AsmPrinter
127 void AArch64AsmPrinter::EmitEndOfAsmFile(Module &M) { in EmitEndOfAsmFile()
140 void AArch64AsmPrinter::EmitLOHs() { in EmitLOHs()
155 void AArch64AsmPrinter::EmitFunctionBodyEnd() { in EmitFunctionBodyEnd()
161 MCSymbol *AArch64AsmPrinter::GetCPISymbol(unsigned CPID) const { in GetCPISymbol()
175 void AArch64AsmPrinter::printOperand(const MachineInstr *MI, unsigned OpNum, in printOperand()
207 bool AArch64AsmPrinter::printAsmMRegister(const MachineOperand &MO, char Mode, in printAsmMRegister()
228 bool AArch64AsmPrinter::printAsmRegInClass(const MachineOperand &MO, in printAsmRegInClass()
241 bool AArch64AsmPrinter::PrintAsmOperand(const MachineInstr *MI, unsigned OpNum, in PrintAsmOperand()
321 bool AArch64AsmPrinter::PrintAsmMemoryOperand(const MachineInstr *MI, in PrintAsmMemoryOperand()
335 void AArch64AsmPrinter::PrintDebugValueComment(const MachineInstr *MI, in PrintDebugValueComment()
355 void AArch64AsmPrinter::LowerSTACKMAP(MCStreamer &OutStreamer, StackMaps &SM, in LowerSTACKMAP()
383 void AArch64AsmPrinter::LowerPATCHPOINT(MCStreamer &OutStreamer, StackMaps &SM, in LowerPATCHPOINT()
423 void AArch64AsmPrinter::EmitFMov0(const MachineInstr &MI) { in EmitFMov0()
461 void AArch64AsmPrinter::EmitInstruction(const MachineInstr *MI) { in EmitInstruction()
582 RegisterAsmPrinter<AArch64AsmPrinter> X(TheAArch64leTarget); in LLVMInitializeAArch64AsmPrinter()
583 RegisterAsmPrinter<AArch64AsmPrinter> Y(TheAArch64beTarget); in LLVMInitializeAArch64AsmPrinter()
584 RegisterAsmPrinter<AArch64AsmPrinter> Z(TheARM64Target); in LLVMInitializeAArch64AsmPrinter()