Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonMCInstLower.cpp41 static MCOperand GetSymbolRef(const MachineOperand &MO, const MCSymbol *Symbol, in GetSymbolRef() function
169 MCO = GetSymbolRef(MO, AP.getSymbol(MO.getGlobal()), AP, MustExtend); in HexagonLowerToMC()
172 MCO = GetSymbolRef(MO, AP.GetExternalSymbolSymbol(MO.getSymbolName()), in HexagonLowerToMC()
176 MCO = GetSymbolRef(MO, AP.GetJTISymbol(MO.getIndex()), AP, MustExtend); in HexagonLowerToMC()
179 MCO = GetSymbolRef(MO, AP.GetCPISymbol(MO.getIndex()), AP, MustExtend); in HexagonLowerToMC()
182 MCO = GetSymbolRef(MO, AP.GetBlockAddressSymbol(MO.getBlockAddress()), AP, in HexagonLowerToMC()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMMCInstLower.cpp38 MCOperand ARMAsmPrinter::GetSymbolRef(const MachineOperand &MO, in GetSymbolRef() function in ARMAsmPrinter
107 MCOp = GetSymbolRef(MO, in lowerOperand()
111 MCOp = GetSymbolRef(MO, in lowerOperand()
115 MCOp = GetSymbolRef(MO, GetJTISymbol(MO.getIndex())); in lowerOperand()
120 MCOp = GetSymbolRef(MO, GetCPISymbol(MO.getIndex())); in lowerOperand()
123 MCOp = GetSymbolRef(MO, GetBlockAddressSymbol(MO.getBlockAddress())); in lowerOperand()
H A DARMAsmPrinter.h146 MCOperand GetSymbolRef(const MachineOperand &MO, const MCSymbol *Symbol);
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCMCInstLower.cpp52 static MCOperand GetSymbolRef(const MachineOperand &MO, const MCSymbol *Symbol, in GetSymbolRef() function
201 OutMO = GetSymbolRef(MO, GetSymbolFromOperand(MO, AP), AP); in LowerPPCMachineOperandToMCOperand()
204 OutMO = GetSymbolRef(MO, AP.GetJTISymbol(MO.getIndex()), AP); in LowerPPCMachineOperandToMCOperand()
207 OutMO = GetSymbolRef(MO, AP.GetCPISymbol(MO.getIndex()), AP); in LowerPPCMachineOperandToMCOperand()
211 GetSymbolRef(MO, AP.GetBlockAddressSymbol(MO.getBlockAddress()), AP); in LowerPPCMachineOperandToMCOperand()
214 OutMO = GetSymbolRef(MO, MO.getMCSymbol(), AP); in LowerPPCMachineOperandToMCOperand()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/NVPTX/
H A DNVPTXAsmPrinter.h169 MCOperand GetSymbolRef(const MCSymbol *Symbol);
H A DNVPTXAsmPrinter.cpp215 MCOp = GetSymbolRef(OutContext.getOrCreateSymbol(SymName)); in lowerImageHandleSymbol()
223 OutMI.addOperand(GetSymbolRef( in lowerToMCInst()
260 MCOp = GetSymbolRef(GetExternalSymbolSymbol(MO.getSymbolName())); in lowerOperand()
263 MCOp = GetSymbolRef(getSymbol(MO.getGlobal())); in lowerOperand()
330 MCOperand NVPTXAsmPrinter::GetSymbolRef(const MCSymbol *Symbol) { in GetSymbolRef() function in NVPTXAsmPrinter