HomeSort by relevance Sort by last modified time
    Searched refs:NSlots (Results 1 - 2 of 2) sorted by null

  /external/llvm/lib/Target/PowerPC/
PPCHazardRecognizers.cpp 88 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;
151 if (MCID && mustComeFirst(MCID, NSlots) && CurSlots)
187 unsigned NSlots;
    [all...]
PPCHazardRecognizers.h 33 bool mustComeFirst(const MCInstrDesc *MCID, unsigned &NSlots);

Completed in 86 milliseconds