reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
1642 MachineFunction &MF = B.getMF(); 1644 B.setInstr(MI); 1656 B.buildConstant(DstReg, MFI->allocateLDSGlobal(B.getDataLayout(), *GV)); 1656 B.buildConstant(DstReg, MFI->allocateLDSGlobal(B.getDataLayout(), *GV)); 1671 buildPCRelGlobalAddress(DstReg, Ty, B, GV, 0); 1677 buildPCRelGlobalAddress(DstReg, Ty, B, GV, 0, SIInstrInfo::MO_REL32); 1691 buildPCRelGlobalAddress(GOTAddr, PtrTy, B, GV, 0, SIInstrInfo::MO_GOTPCREL32); 1695 auto Load = B.buildLoad(PtrTy, GOTAddr, *GOTMMO); 1696 B.buildExtract(DstReg, Load, 0); 1698 B.buildLoad(DstReg, GOTAddr, *GOTMMO);