OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:SUa
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
AMDGPUExportClustering.cpp
64
SUnit *
SUa
= Exports[Idx];
76
DAG->addEdge(SUb, SDep(
SUa
, SDep::Barrier));
78
DAG->addEdge(SUb, SDep(
SUa
, SDep::Cluster));
/src/external/apache2/llvm/dist/llvm/lib/CodeGen/
MachineScheduler.cpp
1631
SUnit *
SUa
= MemOpa.SU;
1633
if (
SUa
->NodeNum > SUb->NodeNum)
1634
std::swap(
SUa
, SUb);
1637
if (!DAG->addEdge(SUb, SDep(
SUa
, SDep::Cluster)))
1640
LLVM_DEBUG(dbgs() << "Cluster ld/st SU(" <<
SUa
->NodeNum << ") - SU("
1645
// Copy successor edges from
SUa
to SUb. Interleaving computation
1646
// dependent on
SUa
can prevent load combining due to register reuse.
1647
// Predecessor edges do not need to be copied from SUb to
SUa
since
1649
for (const SDep &Succ :
SUa
->Succs) {
1657
// Copy predecessor edges from SUb to
SUa
to avoid the SUnits tha
[
all
...]
Completed in 18 milliseconds
Indexes created Sat Sep 26 00:25:34 UTC 2026