Searched refs:NSlots (Results 1 – 2 of 2) sorted by relevance
88 unsigned &NSlots) { in mustComeFirst() argument95 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() local151 if (MCID && mustComeFirst(MCID, NSlots) && CurSlots) in ShouldPreferAnother()186 unsigned NSlots; in EmitInstruction() local[all …]
33 bool mustComeFirst(const MCInstrDesc *MCID, unsigned &NSlots);