Home | History | Annotate | Download | only in AMDGPU

Lines Matching refs:BitsSet

3250     unsigned BitsSet = 0;
3252 BitsSet += Writemask & (1 << i) ? 1 : 0;
3255 switch (BitsSet) {
3262 unsigned NewOpcode = TII->getMaskedMIMGOp(MI.getOpcode(), BitsSet);