Searched refs:DMaskVal (Results 1 – 2 of 2) sorted by relevance
205 unsigned DMaskVal = DMask->getZExtValue() & 0xf; in optimizeSection() local206 unsigned NumElts = popcount(DMaskVal); in optimizeSection()230 while (DMaskVal != 0) { in optimizeSection()231 unsigned NewMaskVal = 1 << countr_zero(DMaskVal); in optimizeSection()248 DMaskVal -= NewMaskVal; in optimizeSection()
1358 unsigned DMaskVal = DMask->getZExtValue() & 0xf; in simplifyAMDGCNMemoryIntrinsicDemanded() local1361 if (DMaskVal == 0) in simplifyAMDGCNMemoryIntrinsicDemanded()1365 DemandedElts &= (1 << llvm::popcount(DMaskVal)) - 1; in simplifyAMDGCNMemoryIntrinsicDemanded()1371 if (!!(DMaskVal & Bit)) { in simplifyAMDGCNMemoryIntrinsicDemanded()1378 if (DMaskVal != NewDMaskVal) in simplifyAMDGCNMemoryIntrinsicDemanded()