Searched refs:UnusedComponentsAtFront (Results 1 – 1 of 1) sorted by relevance
1307 const unsigned UnusedComponentsAtFront = DemandedElts.countr_zero(); in simplifyAMDGCNMemoryIntrinsicDemanded() local1314 if (UnusedComponentsAtFront > 0) { in simplifyAMDGCNMemoryIntrinsicDemanded()1327 if (ActiveBits == 4 && UnusedComponentsAtFront == 1) in simplifyAMDGCNMemoryIntrinsicDemanded()1344 DemandedElts &= ~((1 << UnusedComponentsAtFront) - 1); in simplifyAMDGCNMemoryIntrinsicDemanded()1349 UnusedComponentsAtFront * SingleComponentSizeInBits / 8; in simplifyAMDGCNMemoryIntrinsicDemanded()