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

/freebsd-10.2-release/contrib/llvm/lib/Target/R600/
H A DR600MachineScheduler.cpp40 InstKindLimit[IDFetch] = ST.getTexVTXClauseSize();
68 (!Available[IDFetch].empty() || !Available[IDOther].empty());
70 if (CurInstKind == IDAlu && !Available[IDFetch].empty()) {
77 (FetchInstCount + Available[IDFetch].size());
84 // Available[IDFetch].size() * 2 : GPRs required in the Fetch clause
90 unsigned NearRegisterRequirement = 2 * Available[IDFetch].size();
112 SU = pickOther(IDFetch);
114 NextInstKind = IDFetch;
175 if (CurInstKind != IDFetch) {
176 MoveUnits(Pending[IDFetch], Availabl
[all...]
H A DR600MachineScheduler.h36 IDFetch, enumerator in enum:llvm::R600SchedStrategy::InstKind

Completed in 91 milliseconds