Lines Matching defs:NumVAddrs
6277 int DimIdx, int NumVAddrs) {
6281 for (int I = 0; I != NumVAddrs; ++I) {
6296 for (int I = 1; I != NumVAddrs; ++I) {
6416 unsigned CorrectedNumVAddrs = Intr->NumVAddrs;
6434 // Even if NumVAddrs == 1 we should pack it into a 32-bit value, because the
6501 Intr->NumVAddrs - NSAMaxSize + 1);
6502 } else if (!UseNSA && Intr->NumVAddrs > 1) {
6504 Intr->NumVAddrs);
6959 const unsigned NumVAddrs = IsGFX11Plus ? (IsA16 ? 4 : 5) : NumVAddrDwords;
6961 IsGFX12Plus || (ST.hasNSAEncoding() && NumVAddrs <= ST.getNSAMaxSize());