Lines Matching refs:CurSlots
149 if (MCID && mustComeFirst(MCID, NSlots) && CurSlots) in ShouldPreferAnother()
159 if (isLoadAfterStore(SU) && CurSlots < 6) { in PreEmitNoops()
168 return 5 - CurSlots; in PreEmitNoops()
177 if (CurSlots == 5 || (MCID->isBranch() && CurBranches == 1)) { in EmitInstruction()
179 CurSlots = CurBranches = 0; in EmitInstruction()
189 if (MustBeFirst && CurSlots) { in EmitInstruction()
190 CurSlots = CurBranches = 0; in EmitInstruction()
194 CurSlots += NSlots; in EmitInstruction()
215 CurSlots = CurBranches = 0; in Reset()
227 CurSlots == 6) { in EmitNoop()
229 CurSlots = CurBranches = 0; in EmitNoop()
232 ++CurSlots; in EmitNoop()