Searched refs:GOTAddr (Results 1 – 3 of 3) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/ |
| H A D | RuntimeDyldELFMips.cpp | 136 uint64_t GOTAddr = getSectionLoadAddress(SectionToGOTMap[SectionID]); in evaluateMIPS64Relocation() local 137 return Value + Addend - (GOTAddr + 0x7ff0); in evaluateMIPS64Relocation() 174 uint64_t GOTAddr = getSectionLoadAddress(SectionToGOTMap[SectionID]); in evaluateMIPS64Relocation() local 175 return Value + Addend - (GOTAddr + 0x7ff0); in evaluateMIPS64Relocation()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
| H A D | AMDGPULegalizerInfo.cpp | 2939 Register GOTAddr = MRI.createGenericVirtualRegister(PtrTy); in legalizeGlobalValue() local 2948 buildPCRelGlobalAddress(GOTAddr, PtrTy, B, GV, 0, SIInstrInfo::MO_GOTPCREL32); in legalizeGlobalValue() 2952 auto Load = B.buildLoad(PtrTy, GOTAddr, *GOTMMO); in legalizeGlobalValue() 2955 B.buildLoad(DstReg, GOTAddr, *GOTMMO); in legalizeGlobalValue()
|
| H A D | SIISelLowering.cpp | 7227 SDValue GOTAddr = buildPCRelGlobalAddress(DAG, GV, DL, 0, PtrVT, in LowerGlobalAddress() local 7237 return DAG.getLoad(PtrVT, DL, DAG.getEntryNode(), GOTAddr, PtrInfo, Alignment, in LowerGlobalAddress()
|