Searched refs:GOTAddr (Results 1 – 3 of 3) sorted by relevance
/third_party/skia/third_party/externals/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()
|
/third_party/skia/third_party/externals/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()
|