/external/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/ |
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()
|
/external/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/ |
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()
|
/external/llvm/lib/ExecutionEngine/RuntimeDyld/ |
D | RuntimeDyldELF.cpp | 657 uint64_t GOTAddr = getSectionLoadAddress(SectionToGOTMap[SectionID]); in evaluateMIPS64Relocation() local 658 return Value + Addend - (GOTAddr + 0x7ff0); in evaluateMIPS64Relocation() 691 uint64_t GOTAddr = getSectionLoadAddress(SectionToGOTMap[SectionID]); in evaluateMIPS64Relocation() local 692 return Value + Addend - (GOTAddr + 0x7ff0); in evaluateMIPS64Relocation()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/ |
D | AMDGPULegalizerInfo.cpp | 1723 Register GOTAddr = MRI.createGenericVirtualRegister(PtrTy); in legalizeGlobalValue() local 1731 buildPCRelGlobalAddress(GOTAddr, PtrTy, B, GV, 0, SIInstrInfo::MO_GOTPCREL32); in legalizeGlobalValue() 1735 auto Load = B.buildLoad(PtrTy, GOTAddr, *GOTMMO); in legalizeGlobalValue() 1738 B.buildLoad(DstReg, GOTAddr, *GOTMMO); in legalizeGlobalValue()
|
D | SIISelLowering.cpp | 5111 SDValue GOTAddr = buildPCRelGlobalAddress(DAG, GV, DL, 0, PtrVT, in LowerGlobalAddress() local 5121 return DAG.getLoad(PtrVT, DL, DAG.getEntryNode(), GOTAddr, PtrInfo, Align, in LowerGlobalAddress()
|
/external/llvm-project/clang/lib/CodeGen/ |
D | CodeGenFunction.cpp | 576 auto *GOTAddr = Builder.CreateIntToPtr(GOTAsInt, Int8PtrPtrTy, "global_addr"); in DecodeAddrUsedInPrologue() local 579 return Builder.CreateLoad(Address(GOTAddr, getPointerAlign()), in DecodeAddrUsedInPrologue()
|
/external/llvm-project/llvm/lib/Target/AMDGPU/ |
D | AMDGPULegalizerInfo.cpp | 2337 Register GOTAddr = MRI.createGenericVirtualRegister(PtrTy); in legalizeGlobalValue() local 2345 buildPCRelGlobalAddress(GOTAddr, PtrTy, B, GV, 0, SIInstrInfo::MO_GOTPCREL32); in legalizeGlobalValue() 2349 auto Load = B.buildLoad(PtrTy, GOTAddr, *GOTMMO); in legalizeGlobalValue() 2352 B.buildLoad(DstReg, GOTAddr, *GOTMMO); in legalizeGlobalValue()
|
D | SIISelLowering.cpp | 5716 SDValue GOTAddr = buildPCRelGlobalAddress(DAG, GV, DL, 0, PtrVT, in LowerGlobalAddress() local 5726 return DAG.getLoad(PtrVT, DL, DAG.getEntryNode(), GOTAddr, PtrInfo, Alignment, in LowerGlobalAddress()
|
/external/llvm/lib/Target/AMDGPU/ |
D | SIISelLowering.cpp | 1576 SDValue GOTAddr = buildPCRelGlobalAddress(DAG, GV, DL, 0, PtrVT, in LowerGlobalAddress() local 1586 return DAG.getLoad(PtrVT, DL, DAG.getEntryNode(), GOTAddr, in LowerGlobalAddress()
|