Searched refs:GetSymbolRef (Results 1 – 6 of 6) sorted by relevance
| /freebsd-12.1/contrib/llvm/lib/Target/Hexagon/ |
| H A D | HexagonMCInstLower.cpp | 42 static MCOperand GetSymbolRef(const MachineOperand &MO, const MCSymbol *Symbol, in GetSymbolRef() function 158 MCO = GetSymbolRef(MO, AP.getSymbol(MO.getGlobal()), AP, MustExtend); in HexagonLowerToMC() 161 MCO = GetSymbolRef(MO, AP.GetExternalSymbolSymbol(MO.getSymbolName()), in HexagonLowerToMC() 165 MCO = GetSymbolRef(MO, AP.GetJTISymbol(MO.getIndex()), AP, MustExtend); in HexagonLowerToMC() 168 MCO = GetSymbolRef(MO, AP.GetCPISymbol(MO.getIndex()), AP, MustExtend); in HexagonLowerToMC() 171 MCO = GetSymbolRef(MO, AP.GetBlockAddressSymbol(MO.getBlockAddress()), AP, in HexagonLowerToMC()
|
| /freebsd-12.1/contrib/llvm/lib/Target/ARM/ |
| H A D | ARMMCInstLower.cpp | 39 MCOperand ARMAsmPrinter::GetSymbolRef(const MachineOperand &MO, in GetSymbolRef() function in ARMAsmPrinter 92 MCOp = GetSymbolRef(MO, in lowerOperand() 96 MCOp = GetSymbolRef(MO, in lowerOperand() 100 MCOp = GetSymbolRef(MO, GetJTISymbol(MO.getIndex())); in lowerOperand() 105 MCOp = GetSymbolRef(MO, GetCPISymbol(MO.getIndex())); in lowerOperand() 108 MCOp = GetSymbolRef(MO, GetBlockAddressSymbol(MO.getBlockAddress())); in lowerOperand()
|
| H A D | ARMAsmPrinter.h | 147 MCOperand GetSymbolRef(const MachineOperand &MO, const MCSymbol *Symbol);
|
| /freebsd-12.1/contrib/llvm/lib/Target/PowerPC/ |
| H A D | PPCMCInstLower.cpp | 82 static MCOperand GetSymbolRef(const MachineOperand &MO, const MCSymbol *Symbol, in GetSymbolRef() function 185 OutMO = GetSymbolRef(MO, GetSymbolFromOperand(MO, AP), AP, isDarwin); in LowerPPCMachineOperandToMCOperand() 188 OutMO = GetSymbolRef(MO, AP.GetJTISymbol(MO.getIndex()), AP, isDarwin); in LowerPPCMachineOperandToMCOperand() 191 OutMO = GetSymbolRef(MO, AP.GetCPISymbol(MO.getIndex()), AP, isDarwin); in LowerPPCMachineOperandToMCOperand() 194 OutMO = GetSymbolRef(MO, AP.GetBlockAddressSymbol(MO.getBlockAddress()), AP, in LowerPPCMachineOperandToMCOperand()
|
| /freebsd-12.1/contrib/llvm/lib/Target/NVPTX/ |
| H A D | NVPTXAsmPrinter.h | 213 MCOperand GetSymbolRef(const MCSymbol *Symbol);
|
| H A D | NVPTXAsmPrinter.cpp | 209 MCOp = GetSymbolRef(OutContext.getOrCreateSymbol(StringRef(*SymNamePtr))); in lowerImageHandleSymbol() 217 OutMI.addOperand(GetSymbolRef( in lowerToMCInst() 254 MCOp = GetSymbolRef(GetExternalSymbolSymbol(MO.getSymbolName())); in lowerOperand() 257 MCOp = GetSymbolRef(getSymbol(MO.getGlobal())); in lowerOperand() 324 MCOperand NVPTXAsmPrinter::GetSymbolRef(const MCSymbol *Symbol) { in GetSymbolRef() function in NVPTXAsmPrinter
|