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

  /external/llvm/lib/Target/AMDGPU/
R600MachineScheduler.cpp 40 InstKindLimit[IDFetch] = ST.getTexVTXClauseSize();
67 (!Available[IDFetch].empty() || !Available[IDOther].empty());
69 if (CurInstKind == IDAlu && !Available[IDFetch].empty()) {
76 (FetchInstCount + Available[IDFetch].size());
86 // Available[IDFetch].size() * 2 : GPRs required in the Fetch clause
92 unsigned NearRegisterRequirement = 2 * Available[IDFetch].size();
115 SU = pickOther(IDFetch);
117 NextInstKind = IDFetch;
178 if (CurInstKind != IDFetch) {
179 MoveUnits(Pending[IDFetch], Available[IDFetch])
    [all...]
R600MachineScheduler.h 35 IDFetch,

Completed in 79 milliseconds