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()231 while (DMaskVal != 0) { in optimizeSection()232 unsigned NewMaskVal = 1 << countr_zero(DMaskVal); in optimizeSection()247 DMaskVal -= NewMaskVal; in optimizeSection()
1785 unsigned DMaskVal = DMask->getZExtValue() & 0xf; in simplifyAMDGCNMemoryIntrinsicDemanded() local1788 if (DMaskVal == 0) in simplifyAMDGCNMemoryIntrinsicDemanded()1792 DemandedElts &= (1 << llvm::popcount(DMaskVal)) - 1; in simplifyAMDGCNMemoryIntrinsicDemanded()1798 if (!!(DMaskVal & Bit)) { in simplifyAMDGCNMemoryIntrinsicDemanded()1805 if (DMaskVal != NewDMaskVal) in simplifyAMDGCNMemoryIntrinsicDemanded()