Searched refs:BitsSet (Results 1 – 1 of 1) sorted by relevance
2344 unsigned BitsSet = 0; in AdjustInstrPostInstrSelection() local2346 BitsSet += Writemask & (1 << i) ? 1 : 0; in AdjustInstrPostInstrSelection()2349 switch (BitsSet) { in AdjustInstrPostInstrSelection()2356 unsigned NewOpcode = TII->getMaskedMIMGOp(MI->getOpcode(), BitsSet); in AdjustInstrPostInstrSelection()