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

  /external/llvm/lib/Target/AMDGPU/
R600MachineScheduler.h 55 std::vector<SUnit *> PhysicalRegCopy;
R600MachineScheduler.cpp 102 if (!SU && !PhysicalRegCopy.empty()) {
103 SU = PhysicalRegCopy.front();
104 PhysicalRegCopy.erase(PhysicalRegCopy.begin());
199 PhysicalRegCopy.push_back(SU);

Completed in 3138 milliseconds