Searched refs:NSlots (Results 1 – 2 of 2) sorted by relevance
86 unsigned &NSlots) { in mustComeFirst() argument93 NSlots = 1; in mustComeFirst()106 NSlots = 2; in mustComeFirst()118 NSlots = 4; in mustComeFirst()123 if (NSlots == 1 && PPC::getNonRecordFormOpcode(MCID->getOpcode()) != -1) in mustComeFirst()124 NSlots = 2; in mustComeFirst()129 return NSlots > 1; in mustComeFirst()148 unsigned NSlots; in ShouldPreferAnother() local149 if (MCID && mustComeFirst(MCID, NSlots) && CurSlots) in ShouldPreferAnother()184 unsigned NSlots; in EmitInstruction() local[all …]
32 bool mustComeFirst(const MCInstrDesc *MCID, unsigned &NSlots);