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

/freebsd-11.0-release/contrib/llvm/lib/Target/PowerPC/
H A DPPCHazardRecognizers.cpp88 unsigned &NSlots) {
95 NSlots = 1;
108 NSlots = 2;
120 NSlots = 4;
125 if (NSlots == 1 && PPC::getNonRecordFormOpcode(MCID->getOpcode()) != -1)
126 NSlots = 2;
131 return NSlots > 1;
150 unsigned NSlots; local
151 if (MCID && mustComeFirst(MCID, NSlots) && CurSlots)
186 unsigned NSlots; local
87 mustComeFirst(const MCInstrDesc *MCID, unsigned &NSlots) argument
[all...]
H A DPPCHazardRecognizers.h33 bool mustComeFirst(const MCInstrDesc *MCID, unsigned &NSlots);

Completed in 157 milliseconds