Lines Matching refs:NumVAddrs
6360 int DimIdx, int NumVAddrs) {
6364 for (int I = 0; I != NumVAddrs; ++I) {
6379 for (int I = 1; I != NumVAddrs; ++I) {
6499 unsigned CorrectedNumVAddrs = Intr->NumVAddrs;
6517 // Even if NumVAddrs == 1 we should pack it into a 32-bit value, because the
6584 Intr->NumVAddrs - NSAMaxSize + 1);
6585 } else if (!UseNSA && Intr->NumVAddrs > 1) {
6587 Intr->NumVAddrs);
7054 const unsigned NumVAddrs = IsGFX11Plus ? (IsA16 ? 4 : 5) : NumVAddrDwords;
7056 IsGFX12Plus || (ST.hasNSAEncoding() && NumVAddrs <= ST.getNSAMaxSize());