Lines Matching defs:ST
31 const GCNSubtarget &ST;
37 PreloadKernelArgInfo(Function &F, const GCNSubtarget &ST) : F(F), ST(ST) {
44 const unsigned MaxUserSGPRs = ST.getMaxNumUserSGPRs();
45 GCNUserSGPRUsageInfo UserSGPRInfo(F, ST);
105 const GCNSubtarget &ST = TM.getSubtarget<GCNSubtarget>(F);
112 const uint64_t BaseOffset = ST.getExplicitKernelArgOffset();
116 const uint64_t TotalKernArgSize = ST.getKernArgSegmentSize(F, MaxAlign);
130 PreloadKernelArgInfo PreloadInfo(F, ST);
146 if (Arg.hasInRegAttr() && InPreloadSequence && ST.hasKernargPreload() &&
177 !ST.hasUsableDSOffset())