Lines Matching refs:CurSlots
151 if (MCID && mustComeFirst(MCID, NSlots) && CurSlots) in ShouldPreferAnother()
161 if (isLoadAfterStore(SU) && CurSlots < 6) { in PreEmitNoops()
169 return 5 - CurSlots; in PreEmitNoops()
178 if (CurSlots == 5 || (MCID->isBranch() && CurBranches == 1)) { in EmitInstruction()
180 CurSlots = CurBranches = 0; in EmitInstruction()
191 if (MustBeFirst && CurSlots) { in EmitInstruction()
192 CurSlots = CurBranches = 0; in EmitInstruction()
196 CurSlots += NSlots; in EmitInstruction()
217 CurSlots = CurBranches = 0; in Reset()
227 Directive == PPC::DIR_PWR8 || CurSlots == 6) { in EmitNoop()
229 CurSlots = CurBranches = 0; in EmitNoop()
232 ++CurSlots; in EmitNoop()