Lines Matching refs:AArch64AsmPrinter
84 class AArch64AsmPrinter : public AsmPrinter { class
91 AArch64AsmPrinter(TargetMachine &TM, std::unique_ptr<MCStreamer> Streamer) in AArch64AsmPrinter() function in __anonaa4beecc0111::AArch64AsmPrinter
254 void AArch64AsmPrinter::emitStartOfAsmFile(Module &M) { in emitStartOfAsmFile()
321 void AArch64AsmPrinter::emitFunctionHeaderComment() { in emitFunctionHeaderComment()
328 void AArch64AsmPrinter::LowerPATCHABLE_FUNCTION_ENTER(const MachineInstr &MI) in LowerPATCHABLE_FUNCTION_ENTER()
344 void AArch64AsmPrinter::LowerPATCHABLE_FUNCTION_EXIT(const MachineInstr &MI) { in LowerPATCHABLE_FUNCTION_EXIT()
348 void AArch64AsmPrinter::LowerPATCHABLE_TAIL_CALL(const MachineInstr &MI) { in LowerPATCHABLE_TAIL_CALL()
352 void AArch64AsmPrinter::emitSled(const MachineInstr &MI, SledKind Kind) { in emitSled()
406 void AArch64AsmPrinter::LowerPATCHABLE_EVENT_CALL(const MachineInstr &MI, in LowerPATCHABLE_EVENT_CALL()
485 void AArch64AsmPrinter::LowerKCFI_CHECK(const MachineInstr &MI) { in LowerKCFI_CHECK()
586 void AArch64AsmPrinter::LowerHWASAN_CHECK_MEMACCESS(const MachineInstr &MI) { in LowerHWASAN_CHECK_MEMACCESS()
620 void AArch64AsmPrinter::emitHwasanMemaccessSymbols(Module &M) { in emitHwasanMemaccessSymbols()
877 void AArch64AsmPrinter::emitEndOfAsmFile(Module &M) { in emitEndOfAsmFile()
932 void AArch64AsmPrinter::emitLOHs() { in emitLOHs()
947 void AArch64AsmPrinter::emitFunctionBodyEnd() { in emitFunctionBodyEnd()
953 MCSymbol *AArch64AsmPrinter::GetCPISymbol(unsigned CPID) const { in GetCPISymbol()
965 void AArch64AsmPrinter::printOperand(const MachineInstr *MI, unsigned OpNum, in printOperand()
994 bool AArch64AsmPrinter::printAsmMRegister(const MachineOperand &MO, char Mode, in printAsmMRegister()
1018 bool AArch64AsmPrinter::printAsmRegInClass(const MachineOperand &MO, in printAsmRegInClass()
1031 bool AArch64AsmPrinter::PrintAsmOperand(const MachineInstr *MI, unsigned OpNum, in PrintAsmOperand()
1130 bool AArch64AsmPrinter::PrintAsmMemoryOperand(const MachineInstr *MI, in PrintAsmMemoryOperand()
1143 void AArch64AsmPrinter::PrintDebugValueComment(const MachineInstr *MI, in PrintDebugValueComment()
1166 void AArch64AsmPrinter::emitJumpTableInfo() { in emitJumpTableInfo()
1211 AArch64AsmPrinter::getCodeViewJumpTableInfo(int JTI, in getCodeViewJumpTableInfo()
1233 void AArch64AsmPrinter::emitFunctionEntryLabel() { in emitFunctionEntryLabel()
1284 void AArch64AsmPrinter::emitGlobalAlias(const Module &M, in emitGlobalAlias()
1326 void AArch64AsmPrinter::LowerJumpTableDest(llvm::MCStreamer &OutStreamer, in LowerJumpTableDest()
1381 void AArch64AsmPrinter::LowerHardenedBRJumpTable(const MachineInstr &MI) { in LowerHardenedBRJumpTable()
1514 void AArch64AsmPrinter::LowerMOPS(llvm::MCStreamer &OutStreamer, in LowerMOPS()
1551 void AArch64AsmPrinter::LowerSTACKMAP(MCStreamer &OutStreamer, StackMaps &SM, in LowerSTACKMAP()
1583 void AArch64AsmPrinter::LowerPATCHPOINT(MCStreamer &OutStreamer, StackMaps &SM, in LowerPATCHPOINT()
1626 void AArch64AsmPrinter::LowerSTATEPOINT(MCStreamer &OutStreamer, StackMaps &SM, in LowerSTATEPOINT()
1667 void AArch64AsmPrinter::LowerFAULTING_OP(const MachineInstr &FaultingMI) { in LowerFAULTING_OP()
1702 void AArch64AsmPrinter::emitFMov0(const MachineInstr &MI) { in emitFMov0()
1745 unsigned AArch64AsmPrinter::emitPtrauthDiscriminator(uint16_t Disc, in emitPtrauthDiscriminator()
1783 void AArch64AsmPrinter::emitPtrauthAuthResign(const MachineInstr *MI) { in emitPtrauthAuthResign()
1999 void AArch64AsmPrinter::emitPtrauthBranch(const MachineInstr *MI) { in emitPtrauthBranch()
2042 AArch64AsmPrinter::lowerConstantPtrAuth(const ConstantPtrAuth &CPA) { in lowerConstantPtrAuth()
2087 void AArch64AsmPrinter::LowerLOADauthptrstatic(const MachineInstr &MI) { in LowerLOADauthptrstatic()
2145 void AArch64AsmPrinter::LowerMOVaddrPAC(const MachineInstr &MI) { in LowerMOVaddrPAC()
2306 AArch64AsmPrinter::lowerBlockAddressConstant(const BlockAddress &BA) { in lowerBlockAddressConstant()
2322 void AArch64AsmPrinter::emitInstruction(const MachineInstr *MI) { in emitInstruction()
2826 void AArch64AsmPrinter::emitMachOIFuncStubBody(Module &M, const GlobalIFunc &GI, in emitMachOIFuncStubBody()
2875 void AArch64AsmPrinter::emitMachOIFuncStubHelperBody(Module &M, in emitMachOIFuncStubHelperBody()
3021 const MCExpr *AArch64AsmPrinter::lowerConstant(const Constant *CV) { in lowerConstant()
3032 RegisterAsmPrinter<AArch64AsmPrinter> X(getTheAArch64leTarget()); in LLVMInitializeAArch64AsmPrinter()
3033 RegisterAsmPrinter<AArch64AsmPrinter> Y(getTheAArch64beTarget()); in LLVMInitializeAArch64AsmPrinter()
3034 RegisterAsmPrinter<AArch64AsmPrinter> Z(getTheARM64Target()); in LLVMInitializeAArch64AsmPrinter()
3035 RegisterAsmPrinter<AArch64AsmPrinter> W(getTheARM64_32Target()); in LLVMInitializeAArch64AsmPrinter()
3036 RegisterAsmPrinter<AArch64AsmPrinter> V(getTheAArch64_32Target()); in LLVMInitializeAArch64AsmPrinter()