OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:SUs
(Results
1 - 3
of
3
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
SIMachineScheduler.cpp
316
// Goes though all SU. RPTracker captures what had to be alive for the
SUs
787
// Traverse TopDown, and give different colors to
SUs
depending
1198
// Put
SUs
of same color into same block
1333
std::vector<SUnit*>
SUs
= Block->getScheduledUnits();
1335
for (SUnit* SU :
SUs
) {
1358
// Now we have Block of
SUs
== Block of MI.
1360
// The property that all the
SUs
of the Block are grouped together as MI
1364
std::vector<SUnit*>
SUs
= Block->getScheduledUnits();
1365
Block->schedule((*
SUs
.begin())->getInstr(), (*
SUs
.rbegin())->getInstr())
[
all
...]
SIMachineScheduler.h
113
// When all
SUs
have been added.
266
// Give color to all non-colored
SUs
according to Reserved groups dependencies.
274
// Cut groups into groups with
SUs
in consecutive order (except for Reserved groups).
281
// Merge
SUs
that have all their users into another group to the group
284
// Merge
SUs
that have all their users into another group to the group,
288
// Merge
SUs
that have all their users into another group to the group,
289
// but only if the group is no more than a few
SUs
.
407
std::vector<unsigned>
SUs
;
/src/external/apache2/llvm/dist/llvm/lib/CodeGen/
MachinePipeliner.cpp
754
SmallVector<SUnit *, 4> &
SUs
= PendingLoads[V];
755
SUs
.push_back(&SU);
Completed in 17 milliseconds
Indexes created Sun Jun 07 00:24:08 UTC 2026