Searched refs:AArch64MCInstLower (Results 1 – 4 of 4) sorted by relevance
38 AArch64MCInstLower::AArch64MCInstLower(MCContext &ctx, AsmPrinter &printer) in AArch64MCInstLower() function in AArch64MCInstLower42 AArch64MCInstLower::GetGlobalAddressSymbol(const MachineOperand &MO) const { in GetGlobalAddressSymbol()46 MCSymbol *AArch64MCInstLower::GetGlobalValueSymbol(const GlobalValue *GV, in GetGlobalValueSymbol()142 AArch64MCInstLower::GetExternalSymbolSymbol(const MachineOperand &MO) const { in GetExternalSymbolSymbol()146 MCOperand AArch64MCInstLower::lowerSymbolOperandMachO(const MachineOperand &MO, in lowerSymbolOperandMachO()182 MCOperand AArch64MCInstLower::lowerSymbolOperandELF(const MachineOperand &MO, in lowerSymbolOperandELF()270 MCOperand AArch64MCInstLower::lowerSymbolOperandCOFF(const MachineOperand &MO, in lowerSymbolOperandCOFF()321 MCOperand AArch64MCInstLower::LowerSymbolOperand(const MachineOperand &MO, in LowerSymbolOperand()332 bool AArch64MCInstLower::lowerOperand(const MachineOperand &MO, in lowerOperand()376 void AArch64MCInstLower::Lower(const MachineInstr *MI, MCInst &OutMI) const { in Lower()
1 //===-- AArch64MCInstLower.h - Lower MachineInstr to MCInst ---------------===//25 /// AArch64MCInstLower - This class is used to lower an MachineInstr27 class LLVM_LIBRARY_VISIBILITY AArch64MCInstLower {33 AArch64MCInstLower(MCContext &ctx, AsmPrinter &printer);
88 AArch64MCInstLower MCInstLowering;
1390 SRCS_MIN+= Target/AArch64/AArch64MCInstLower.cpp