Home
last modified time | relevance | path

Searched refs:CurSlots (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCHazardRecognizers.cpp149 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()
[all …]
H A DPPCHazardRecognizers.h28 unsigned CurSlots, CurBranches; variable
37 CurSlots(0), CurBranches(0) {} in PPCDispatchGroupSBHazardRecognizer()