OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:AvailablesAluCount
(Results
1 - 2
of
2
) sorted by null
/external/llvm/lib/Target/R600/
R600MachineScheduler.h
92
unsigned
AvailablesAluCount
() const;
R600MachineScheduler.cpp
76
(AluInstCount +
AvailablesAluCount
() + Pending[IDAlu].size()) /
423
unsigned R600SchedStrategy::
AvailablesAluCount
() const {
432
while (
AvailablesAluCount
() || !Pending[IDAlu].empty()) {
Completed in 29 milliseconds