Home
last modified time | relevance | path

Searched refs:GOTAddr (Results 1 – 4 of 4) sorted by relevance

/llvm-project-15.0.7/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/
H A DRuntimeDyldELFMips.cpp136 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()
/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCodeGenFunction.cpp569 auto *GOTAddr = Builder.CreateIntToPtr(GOTAsInt, Int8PtrPtrTy, "global_addr"); in DecodeAddrUsedInPrologue() local
572 return Builder.CreateLoad(Address(GOTAddr, Int8PtrTy, getPointerAlign()), in DecodeAddrUsedInPrologue()
/llvm-project-15.0.7/llvm/lib/Target/AMDGPU/
H A DAMDGPULegalizerInfo.cpp2596 Register GOTAddr = MRI.createGenericVirtualRegister(PtrTy); in legalizeGlobalValue() local
2605 buildPCRelGlobalAddress(GOTAddr, PtrTy, B, GV, 0, SIInstrInfo::MO_GOTPCREL32); in legalizeGlobalValue()
2609 auto Load = B.buildLoad(PtrTy, GOTAddr, *GOTMMO); in legalizeGlobalValue()
2612 B.buildLoad(DstReg, GOTAddr, *GOTMMO); in legalizeGlobalValue()
H A DSIISelLowering.cpp6091 SDValue GOTAddr = buildPCRelGlobalAddress(DAG, GV, DL, 0, PtrVT, in LowerGlobalAddress() local
6101 return DAG.getLoad(PtrVT, DL, DAG.getEntryNode(), GOTAddr, PtrInfo, Alignment, in LowerGlobalAddress()