Searched refs:GetGlobalAddressSymbol (Results 1 - 14 of 14) sorted by relevance

/external/llvm/lib/Target/BPF/
H A DBPFMCInstLower.h39 MCSymbol *GetGlobalAddressSymbol(const MachineOperand &MO) const;
H A DBPFMCInstLower.cpp28 BPFMCInstLower::GetGlobalAddressSymbol(const MachineOperand &MO) const { function in class:BPFMCInstLower
70 MCOp = LowerSymbolOperand(MO, GetGlobalAddressSymbol(MO));
/external/llvm/lib/Target/WebAssembly/
H A DWebAssemblyMCInstLower.h34 MCSymbol *GetGlobalAddressSymbol(const MachineOperand &MO) const;
H A DWebAssemblyMCInstLower.cpp30 WebAssemblyMCInstLower::GetGlobalAddressSymbol(const MachineOperand &MO) const { function in class:WebAssemblyMCInstLower
100 MCOp = LowerSymbolOperand(GetGlobalAddressSymbol(MO), MO.getOffset(),
/external/llvm/lib/Target/AArch64/
H A DAArch64MCInstLower.h47 MCSymbol *GetGlobalAddressSymbol(const MachineOperand &MO) const;
H A DAArch64MCInstLower.cpp35 AArch64MCInstLower::GetGlobalAddressSymbol(const MachineOperand &MO) const { function in class:AArch64MCInstLower
185 MCOp = LowerSymbolOperand(MO, GetGlobalAddressSymbol(MO));
/external/llvm/lib/Target/Lanai/
H A DLanaiMCInstLower.h40 MCSymbol *GetGlobalAddressSymbol(const MachineOperand &MO) const;
H A DLanaiMCInstLower.cpp35 LanaiMCInstLower::GetGlobalAddressSymbol(const MachineOperand &MO) const { function in class:LanaiMCInstLower
119 MCOp = LowerSymbolOperand(MO, GetGlobalAddressSymbol(MO));
/external/llvm/lib/Target/MSP430/
H A DMSP430MCInstLower.h38 MCSymbol *GetGlobalAddressSymbol(const MachineOperand &MO) const;
H A DMSP430MCInstLower.cpp32 GetGlobalAddressSymbol(const MachineOperand &MO) const { function in class:MSP430MCInstLower
137 MCOp = LowerSymbolOperand(MO, GetGlobalAddressSymbol(MO));
/external/swiftshader/third_party/LLVM/lib/Target/MBlaze/
H A DMBlazeMCInstLower.h41 MCSymbol *GetGlobalAddressSymbol(const MachineOperand &MO) const;
H A DMBlazeMCInstLower.cpp33 GetGlobalAddressSymbol(const MachineOperand &MO) const { function in class:MBlazeMCInstLower
139 MCOp = LowerSymbolOperand(MO, GetGlobalAddressSymbol(MO));
/external/swiftshader/third_party/LLVM/lib/Target/MSP430/
H A DMSP430MCInstLower.h41 MCSymbol *GetGlobalAddressSymbol(const MachineOperand &MO) const;
H A DMSP430MCInstLower.cpp30 GetGlobalAddressSymbol(const MachineOperand &MO) const { function in class:MSP430MCInstLower
133 MCOp = LowerSymbolOperand(MO, GetGlobalAddressSymbol(MO));

Completed in 324 milliseconds