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