Home
last modified time | relevance | path

Searched refs:GetSymbolRef (Results 1 – 6 of 6) sorted by relevance

/external/llvm/lib/Target/Hexagon/
DHexagonMCInstLower.cpp26 static MCOperand GetSymbolRef(const MachineOperand& MO, const MCSymbol* Symbol, in GetSymbolRef() function
74 MCO = GetSymbolRef(MO, AP.getSymbol(MO.getGlobal()), AP); in HexagonLowerToMC()
77 MCO = GetSymbolRef(MO, AP.GetExternalSymbolSymbol(MO.getSymbolName()), in HexagonLowerToMC()
81 MCO = GetSymbolRef(MO, AP.GetJTISymbol(MO.getIndex()), AP); in HexagonLowerToMC()
84 MCO = GetSymbolRef(MO, AP.GetCPISymbol(MO.getIndex()), AP); in HexagonLowerToMC()
87 MCO = GetSymbolRef(MO, AP.GetBlockAddressSymbol(MO.getBlockAddress()),AP); in HexagonLowerToMC()
/external/llvm/lib/Target/ARM/
DARMMCInstLower.cpp27 MCOperand ARMAsmPrinter::GetSymbolRef(const MachineOperand &MO, in GetSymbolRef() function in ARMAsmPrinter
87 MCOp = GetSymbolRef(MO, in lowerOperand()
92 MCOp = GetSymbolRef(MO, in lowerOperand()
96 MCOp = GetSymbolRef(MO, GetJTISymbol(MO.getIndex())); in lowerOperand()
99 MCOp = GetSymbolRef(MO, GetCPISymbol(MO.getIndex())); in lowerOperand()
102 MCOp = GetSymbolRef(MO, GetBlockAddressSymbol(MO.getBlockAddress())); in lowerOperand()
DARMAsmPrinter.h119 MCOperand GetSymbolRef(const MachineOperand &MO, const MCSymbol *Symbol);
/external/llvm/lib/Target/PowerPC/
DPPCMCInstLower.cpp114 static MCOperand GetSymbolRef(const MachineOperand &MO, const MCSymbol *Symbol, in GetSymbolRef() function
201 MCOp = GetSymbolRef(MO, GetSymbolFromOperand(MO, AP), AP, isDarwin); in LowerPPCMachineInstrToMCInst()
204 MCOp = GetSymbolRef(MO, AP.GetJTISymbol(MO.getIndex()), AP, isDarwin); in LowerPPCMachineInstrToMCInst()
207 MCOp = GetSymbolRef(MO, AP.GetCPISymbol(MO.getIndex()), AP, isDarwin); in LowerPPCMachineInstrToMCInst()
210 MCOp = GetSymbolRef(MO,AP.GetBlockAddressSymbol(MO.getBlockAddress()),AP, in LowerPPCMachineInstrToMCInst()
/external/llvm/lib/Target/NVPTX/
DNVPTXAsmPrinter.cpp227 MCOp = GetSymbolRef(OutContext.GetOrCreateSymbol( in lowerImageHandleSymbol()
236 OutMI.addOperand(GetSymbolRef( in lowerToMCInst()
272 MCOp = GetSymbolRef(GetExternalSymbolSymbol(MO.getSymbolName())); in lowerOperand()
275 MCOp = GetSymbolRef(getSymbol(MO.getGlobal())); in lowerOperand()
334 MCOperand NVPTXAsmPrinter::GetSymbolRef(const MCSymbol *Symbol) { in GetSymbolRef() function in NVPTXAsmPrinter
DNVPTXAsmPrinter.h199 MCOperand GetSymbolRef(const MCSymbol *Symbol);