HomeSort by relevance Sort by last modified time
    Searched defs:AArch64MCInstLower (Results 1 - 2 of 2) sorted by null

  /external/llvm/lib/Target/AArch64/
AArch64MCInstLower.h 1 //===-- AArch64MCInstLower.h - Lower MachineInstr to MCInst ---------------===//
28 /// AArch64MCInstLower - This class is used to lower an MachineInstr
30 class LLVM_LIBRARY_VISIBILITY AArch64MCInstLower {
36 AArch64MCInstLower(MCContext &ctx, AsmPrinter &printer);
AArch64MCInstLower.cpp 1 //==-- AArch64MCInstLower.cpp - Convert AArch64 MachineInstr to an MCInst --==//
15 #include "AArch64MCInstLower.h"
31 AArch64MCInstLower::AArch64MCInstLower(MCContext &ctx, AsmPrinter &printer)
35 AArch64MCInstLower::GetGlobalAddressSymbol(const MachineOperand &MO) const {
40 AArch64MCInstLower::GetExternalSymbolSymbol(const MachineOperand &MO) const {
44 MCOperand AArch64MCInstLower::lowerSymbolOperandDarwin(const MachineOperand &MO,
79 MCOperand AArch64MCInstLower::lowerSymbolOperandELF(const MachineOperand &MO,
154 MCOperand AArch64MCInstLower::LowerSymbolOperand(const MachineOperand &MO,
163 bool AArch64MCInstLower::lowerOperand(const MachineOperand &MO
    [all...]

Completed in 64 milliseconds