Searched refs:AvailableAlus (Results 1 - 2 of 2) sorted by relevance

/freebsd-10.0-release/contrib/llvm/lib/Target/R600/
H A DR600MachineScheduler.cpp314 AvailableAlus[AK].insert(*I);
357 SUnit *SlotedSU = PopInst(AvailableAlus[IndexToID[Slot]]);
358 SUnit *UnslotedSU = PopInst(AvailableAlus[AluAny]);
367 AvailableAlus[AluAny].insert(UnslotedSU);
370 AvailableAlus[IndexToID[Slot]].insert(SlotedSU);
378 return Pending[IDAlu]->empty() && AvailableAlus[AluAny].empty() &&
379 AvailableAlus[AluT_XYZW].empty() && AvailableAlus[AluT_X].empty() &&
380 AvailableAlus[AluT_Y].empty() && AvailableAlus[AluT_
[all...]
H A DR600MachineScheduler.h66 std::multiset<SUnit *, CompareSUnit> AvailableAlus[AluLast]; member in class:llvm::R600SchedStrategy

Completed in 107 milliseconds