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

  /external/llvm/lib/Target/R600/
R600MachineScheduler.h 49 IDFetch,
80 Available[IDFetch] = new ReadyQueue(QFetch, "AFetch");
83 Pending[IDFetch] = new ReadyQueue(QFetch<<4, "PFetch");
R600MachineScheduler.cpp 35 Available[IDFetch]->clear();
45 InstKindLimit[IDFetch] = 7; // 8 minus 1 for security
47 InstKindLimit[IDFetch] = 15; // 16 minus 1 for security
73 (!Available[IDFetch]->empty() || !Available[IDOther]->empty());
88 SU = pickOther(IDFetch);
90 NextInstKind = IDFetch;
158 if (CurInstKind != IDFetch) {
159 MoveUnits(Pending[IDFetch], Available[IDFetch]);
280 return IDFetch;
    [all...]

Completed in 2441 milliseconds