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()
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()
[all …]
DPPCHazardRecognizers.h29 unsigned CurSlots, CurBranches; variable
38 CurSlots(0), CurBranches(0) {} in PPCDispatchGroupSBHazardRecognizer()