/external/swiftshader/third_party/LLVM/lib/Target/ARM/ |
D | ARMMCInstLower.cpp | 26 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()
|
D | ARMAsmPrinter.h | 112 MCOperand GetSymbolRef(const MachineOperand &MO, const MCSymbol *Symbol);
|
/external/llvm/lib/Target/ARM/ |
D | ARMMCInstLower.cpp | 27 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()
|
D | ARMAsmPrinter.h | 125 MCOperand GetSymbolRef(const MachineOperand &MO, const MCSymbol *Symbol);
|
/external/llvm/lib/Target/Hexagon/ |
D | HexagonMCInstLower.cpp | 34 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/ |
D | PPCMCInstLower.cpp | 82 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/ |
D | PPCMCInstLower.cpp | 97 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/ |
D | PTXAsmPrinter.h | 45 MCOperand GetSymbolRef(const MachineOperand &MO, const MCSymbol *Symbol);
|
D | PTXAsmPrinter.cpp | 543 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/ |
D | NVPTXAsmPrinter.h | 212 MCOperand GetSymbolRef(const MCSymbol *Symbol);
|
D | NVPTXAsmPrinter.cpp | 228 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
|