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

/freebsd-10.2-release/contrib/llvm/lib/Target/R600/
H A DR600MachineScheduler.cpp33 CurInstKind = IDOther;
37 InstKindLimit[IDOther] = 32;
60 NextInstKind = IDOther;
68 (!Available[IDFetch].empty() || !Available[IDOther].empty());
119 SU = pickOther(IDOther);
121 NextInstKind = IDOther;
203 if (IK == IDOther)
204 Available[IDOther].push_back(SU);
313 return IDOther;
H A DR600MachineScheduler.h37 IDOther, enumerator in enum:llvm::R600SchedStrategy::InstKind

Completed in 104 milliseconds