Searched refs:BitsSet (Results 1 – 1 of 1) sorted by relevance
3250 unsigned BitsSet = 0; in AdjustInstrPostInstrSelection() local3252 BitsSet += Writemask & (1 << i) ? 1 : 0; in AdjustInstrPostInstrSelection()3255 switch (BitsSet) { in AdjustInstrPostInstrSelection()3262 unsigned NewOpcode = TII->getMaskedMIMGOp(MI.getOpcode(), BitsSet); in AdjustInstrPostInstrSelection()