Home
last modified time | relevance | path

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

/external/llvm/lib/Target/PowerPC/
DPPCHazardRecognizers.cpp151 if (MCID && mustComeFirst(MCID, NSlots) && CurSlots) in ShouldPreferAnother()
161 if (isLoadAfterStore(SU) && CurSlots < 6) { in PreEmitNoops()
170 return 5 - CurSlots; in PreEmitNoops()
179 if (CurSlots == 5 || (MCID->isBranch() && CurBranches == 1)) { in EmitInstruction()
181 CurSlots = CurBranches = 0; in EmitInstruction()
192 if (MustBeFirst && CurSlots) { in EmitInstruction()
193 CurSlots = CurBranches = 0; in EmitInstruction()
197 CurSlots += NSlots; in EmitInstruction()
218 CurSlots = CurBranches = 0; in Reset()
230 CurSlots == 6) { in EmitNoop()
[all …]
DPPCHazardRecognizers.h29 unsigned CurSlots, CurBranches; variable
38 CurSlots(0), CurBranches(0) {} in PPCDispatchGroupSBHazardRecognizer()