Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/lib/Target/ARM/
DARMMCInstLower.cpp26 MCOperand ARMAsmPrinter::GetSymbolRef(const MachineOperand &MO, in GetSymbolRef() function in ARMAsmPrinter
88 MCOp = GetSymbolRef(MO, Mang->getSymbol(MO.getGlobal())); in lowerOperand()
91 MCOp = GetSymbolRef(MO, in lowerOperand()
95 MCOp = GetSymbolRef(MO, GetJTISymbol(MO.getIndex())); in lowerOperand()
98 MCOp = GetSymbolRef(MO, GetCPISymbol(MO.getIndex())); in lowerOperand()
101 MCOp = GetSymbolRef(MO, GetBlockAddressSymbol(MO.getBlockAddress())); in lowerOperand()
DARMAsmPrinter.h112 MCOperand GetSymbolRef(const MachineOperand &MO, const MCSymbol *Symbol);
/external/llvm/lib/Target/ARM/
DARMMCInstLower.cpp27 MCOperand ARMAsmPrinter::GetSymbolRef(const MachineOperand &MO, in GetSymbolRef() function in ARMAsmPrinter
76 MCOp = GetSymbolRef(MO, in lowerOperand()
81 MCOp = GetSymbolRef(MO, in lowerOperand()
85 MCOp = GetSymbolRef(MO, GetJTISymbol(MO.getIndex())); in lowerOperand()
88 MCOp = GetSymbolRef(MO, GetCPISymbol(MO.getIndex())); in lowerOperand()
91 MCOp = GetSymbolRef(MO, GetBlockAddressSymbol(MO.getBlockAddress())); in lowerOperand()
DARMAsmPrinter.h125 MCOperand GetSymbolRef(const MachineOperand &MO, const MCSymbol *Symbol);
/external/llvm/lib/Target/Hexagon/
DHexagonMCInstLower.cpp34 static MCOperand GetSymbolRef(const MachineOperand &MO, const MCSymbol *Symbol, in GetSymbolRef() function
147 MCO = GetSymbolRef(MO, AP.getSymbol(MO.getGlobal()), AP, MustExtend); in HexagonLowerToMC()
150 MCO = GetSymbolRef(MO, AP.GetExternalSymbolSymbol(MO.getSymbolName()), in HexagonLowerToMC()
154 MCO = GetSymbolRef(MO, AP.GetJTISymbol(MO.getIndex()), AP, MustExtend); in HexagonLowerToMC()
157 MCO = GetSymbolRef(MO, AP.GetCPISymbol(MO.getIndex()), AP, MustExtend); in HexagonLowerToMC()
160 MCO = GetSymbolRef(MO, AP.GetBlockAddressSymbol(MO.getBlockAddress()), AP, in HexagonLowerToMC()
/external/llvm/lib/Target/PowerPC/
DPPCMCInstLower.cpp82 static MCOperand GetSymbolRef(const MachineOperand &MO, const MCSymbol *Symbol, in GetSymbolRef() function
169 MCOp = GetSymbolRef(MO, GetSymbolFromOperand(MO, AP), AP, isDarwin); in LowerPPCMachineInstrToMCInst()
172 MCOp = GetSymbolRef(MO, AP.GetJTISymbol(MO.getIndex()), AP, isDarwin); in LowerPPCMachineInstrToMCInst()
175 MCOp = GetSymbolRef(MO, AP.GetCPISymbol(MO.getIndex()), AP, isDarwin); in LowerPPCMachineInstrToMCInst()
178 MCOp = GetSymbolRef(MO,AP.GetBlockAddressSymbol(MO.getBlockAddress()),AP, in LowerPPCMachineInstrToMCInst()
/external/swiftshader/third_party/LLVM/lib/Target/PowerPC/
DPPCMCInstLower.cpp97 static MCOperand GetSymbolRef(const MachineOperand &MO, const MCSymbol *Symbol, in GetSymbolRef() function
157 MCOp = GetSymbolRef(MO, GetSymbolFromOperand(MO, AP), AP, isDarwin); in LowerPPCMachineInstrToMCInst()
160 MCOp = GetSymbolRef(MO, AP.GetJTISymbol(MO.getIndex()), AP, isDarwin); in LowerPPCMachineInstrToMCInst()
163 MCOp = GetSymbolRef(MO, AP.GetCPISymbol(MO.getIndex()), AP, isDarwin); in LowerPPCMachineInstrToMCInst()
166 MCOp = GetSymbolRef(MO,AP.GetBlockAddressSymbol(MO.getBlockAddress()),AP, in LowerPPCMachineInstrToMCInst()
/external/swiftshader/third_party/LLVM/lib/Target/PTX/
DPTXAsmPrinter.h45 MCOperand GetSymbolRef(const MachineOperand &MO, const MCSymbol *Symbol);
DPTXAsmPrinter.cpp543 MCOperand PTXAsmPrinter::GetSymbolRef(const MachineOperand &MO, in GetSymbolRef() function in PTXAsmPrinter
576 MCOp = GetSymbolRef(MO, Mang->getSymbol(MO.getGlobal())); in lowerOperand()
579 MCOp = GetSymbolRef(MO, GetExternalSymbolSymbol(MO.getSymbolName())); in lowerOperand()
/external/llvm/lib/Target/NVPTX/
DNVPTXAsmPrinter.h212 MCOperand GetSymbolRef(const MCSymbol *Symbol);
DNVPTXAsmPrinter.cpp228 MCOp = GetSymbolRef(OutContext.getOrCreateSymbol( in lowerImageHandleSymbol()
237 OutMI.addOperand(GetSymbolRef( in lowerToMCInst()
273 MCOp = GetSymbolRef(GetExternalSymbolSymbol(MO.getSymbolName())); in lowerOperand()
276 MCOp = GetSymbolRef(getSymbol(MO.getGlobal())); in lowerOperand()
335 MCOperand NVPTXAsmPrinter::GetSymbolRef(const MCSymbol *Symbol) { in GetSymbolRef() function in NVPTXAsmPrinter