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

  /external/llvm/lib/Target/R600/
SIMachineFunctionInfo.cpp 74 unsigned StartLane = CurrentLane;
75 CurrentLane += NumRegs;
79 if (CurrentLane >= MAX_LANES) {
80 StartLane = CurrentLane = 0;
SIMachineFunctionInfo.h 41 unsigned CurrentLane;
45 RegSpillTracker() : CurrentLane(0), SpilledRegisters(), LaneVGPR(0) { }

Completed in 67 milliseconds