reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
1655 if (!AMDGPUTargetLowering::hasDefinedInitializer(GV)) { 1656 B.buildConstant(DstReg, MFI->allocateLDSGlobal(B.getDataLayout(), *GV)); 1670 if (TLI->shouldEmitFixup(GV)) { 1671 buildPCRelGlobalAddress(DstReg, Ty, B, GV, 0); 1676 if (TLI->shouldEmitPCReloc(GV)) { 1677 buildPCRelGlobalAddress(DstReg, Ty, B, GV, 0, SIInstrInfo::MO_REL32); 1691 buildPCRelGlobalAddress(GOTAddr, PtrTy, B, GV, 0, SIInstrInfo::MO_GOTPCREL32);