Home | History | Annotate | Download | only in AMDGPU

Lines Matching refs:BitsSet

7991   unsigned BitsSet = countPopulation(NewDmask);
7993 int NewOpcode = AMDGPU::getMaskedMIMGOp(Node->getMachineOpcode(), BitsSet);
8006 MVT ResultVT = BitsSet == 1 ?
8007 SVT : MVT::getVectorVT(SVT, BitsSet == 3 ? 4 : BitsSet);
8021 if (BitsSet == 1) {