Home | History | Annotate | Download | only in AMDGPU

Lines Matching refs:NewDmask

7945   unsigned NewDmask = 0;
7984 NewDmask |= 1 << Comp;
7988 if (NewDmask == OldDmask)
7991 unsigned BitsSet = countPopulation(NewDmask);
8001 Ops.push_back(DAG.getTargetConstant(NewDmask, SDLoc(Node), MVT::i32));