Searched refs:AArch64MCInstLower (Results 1 – 4 of 4) sorted by relevance
37 AArch64MCInstLower::AArch64MCInstLower(MCContext &ctx, AsmPrinter &printer) in AArch64MCInstLower() function in AArch64MCInstLower41 AArch64MCInstLower::GetGlobalAddressSymbol(const MachineOperand &MO) const { in GetGlobalAddressSymbol()45 MCSymbol *AArch64MCInstLower::GetGlobalValueSymbol(const GlobalValue *GV, in GetGlobalValueSymbol()145 AArch64MCInstLower::GetExternalSymbolSymbol(const MachineOperand &MO) const { in GetExternalSymbolSymbol()149 MCOperand AArch64MCInstLower::lowerSymbolOperandMachO(const MachineOperand &MO, in lowerSymbolOperandMachO()184 MCOperand AArch64MCInstLower::lowerSymbolOperandELF(const MachineOperand &MO, in lowerSymbolOperandELF()261 MCOperand AArch64MCInstLower::lowerSymbolOperandCOFF(const MachineOperand &MO, in lowerSymbolOperandCOFF()317 MCOperand AArch64MCInstLower::LowerSymbolOperand(const MachineOperand &MO, in LowerSymbolOperand()328 bool AArch64MCInstLower::lowerOperand(const MachineOperand &MO, in lowerOperand()372 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);
85 AArch64MCInstLower MCInstLowering;
1268 SRCS_MIN+= Target/AArch64/AArch64MCInstLower.cpp