Lines Matching refs:MaxVGPRs
74 unsigned MaxVGPRs; member in __anon56378d370111::AMDGPUPromoteAllocaImpl
178 MaxVGPRs = ST.getMaxNumVGPRs(ST.getWavesPerEU(F).first); in run()
180 MaxVGPRs = 128; in run()
408 unsigned MaxVGPRs) { in tryPromoteAllocaToVector() argument
425 : (MaxVGPRs * 32); in tryPromoteAllocaToVector()
429 << MaxVGPRs << " registers available\n"); in tryPromoteAllocaToVector()
860 if (tryPromoteAllocaToVector(&I, DL, MaxVGPRs)) in handleAlloca()
1080 bool handlePromoteAllocaToVector(AllocaInst &I, unsigned MaxVGPRs) { in handlePromoteAllocaToVector() argument
1089 return tryPromoteAllocaToVector(&I, Mod->getDataLayout(), MaxVGPRs); in handlePromoteAllocaToVector()
1100 unsigned MaxVGPRs; in promoteAllocasToVector() local
1103 MaxVGPRs = ST.getMaxNumVGPRs(ST.getWavesPerEU(F).first); in promoteAllocasToVector()
1105 MaxVGPRs = 128; in promoteAllocasToVector()
1118 if (handlePromoteAllocaToVector(*AI, MaxVGPRs)) in promoteAllocasToVector()