Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCHazardRecognizers.cpp86 unsigned &NSlots) { in mustComeFirst() argument
93 NSlots = 1; in mustComeFirst()
106 NSlots = 2; in mustComeFirst()
118 NSlots = 4; in mustComeFirst()
123 if (NSlots == 1 && PPC::getNonRecordFormOpcode(MCID->getOpcode()) != -1) in mustComeFirst()
124 NSlots = 2; in mustComeFirst()
129 return NSlots > 1; in mustComeFirst()
148 unsigned NSlots; in ShouldPreferAnother() local
149 if (MCID && mustComeFirst(MCID, NSlots) && CurSlots) in ShouldPreferAnother()
184 unsigned NSlots; in EmitInstruction() local
[all …]
H A DPPCHazardRecognizers.h32 bool mustComeFirst(const MCInstrDesc *MCID, unsigned &NSlots);