Lines Matching refs:NSlots
88 unsigned &NSlots) { in mustComeFirst() argument
95 NSlots = 1; in mustComeFirst()
108 NSlots = 2; in mustComeFirst()
120 NSlots = 4; in mustComeFirst()
125 if (NSlots == 1 && PPC::getNonRecordFormOpcode(MCID->getOpcode()) != -1) in mustComeFirst()
126 NSlots = 2; in mustComeFirst()
131 return NSlots > 1; in mustComeFirst()
150 unsigned NSlots; in ShouldPreferAnother() local
151 if (MCID && mustComeFirst(MCID, NSlots) && CurSlots) in ShouldPreferAnother()
187 unsigned NSlots; in EmitInstruction() local
188 bool MustBeFirst = mustComeFirst(MCID, NSlots); in EmitInstruction()
197 CurSlots += NSlots; in EmitInstruction()