Home
last modified time | relevance | path

Searched refs:PhysicalRegCopy (Results 1 – 4 of 4) sorted by relevance

/external/llvm/lib/Target/AMDGPU/
DR600MachineScheduler.cpp102 if (!SU && !PhysicalRegCopy.empty()) { in pickNode()
103 SU = PhysicalRegCopy.front(); in pickNode()
104 PhysicalRegCopy.erase(PhysicalRegCopy.begin()); in pickNode()
199 PhysicalRegCopy.push_back(SU); in releaseBottomNode()
DR600MachineScheduler.h55 std::vector<SUnit *> PhysicalRegCopy; variable
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/
DR600MachineScheduler.cpp103 if (!SU && !PhysicalRegCopy.empty()) { in pickNode()
104 SU = PhysicalRegCopy.front(); in pickNode()
105 PhysicalRegCopy.erase(PhysicalRegCopy.begin()); in pickNode()
197 PhysicalRegCopy.push_back(SU); in releaseBottomNode()
DR600MachineScheduler.h56 std::vector<SUnit *> PhysicalRegCopy; variable