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

  /external/llvm/lib/Target/AMDGPU/
R600MachineScheduler.cpp 59 NextInstKind = IDOther;
109 NextInstKind = IDAlu;
117 NextInstKind = IDFetch;
124 NextInstKind = IDOther;
145 if (NextInstKind != CurInstKind) {
147 if (NextInstKind != IDAlu)
150 CurInstKind = NextInstKind;
R600MachineScheduler.h 59 InstKind NextInstKind;

Completed in 49 milliseconds