Home
last modified time | relevance | path

Searched refs:SUa (Results 1 – 9 of 9) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/
DAMDGPUSubtarget.cpp635 SUnit *SUa = nullptr; in apply() local
643 SUa = nullptr; in apply()
646 if (!SUa) { in apply()
647 SUa = &SU; in apply()
651 MachineInstr &MI1 = *SUa->getInstr(); in apply()
656 SU.addPredBarrier(SUa); in apply()
659 if (SI.getSUnit() != SUa) in apply()
660 SUa->addPred(SDep(SI.getSUnit(), SDep::Artificial)); in apply()
664 for (const SDep &SI : SUa->Succs) { in apply()
671 SUa = &SU; in apply()
/external/llvm/include/llvm/CodeGen/
DScheduleDAGInstrs.h190 void addChainDependency(SUnit *SUa, SUnit *SUb,
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/
DScheduleDAGInstrs.h206 void addChainDependency(SUnit *SUa, SUnit *SUb,
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
DScheduleDAGInstrs.cpp510 void ScheduleDAGInstrs::addChainDependency (SUnit *SUa, SUnit *SUb, in addChainDependency() argument
512 if (SUa->getInstr()->mayAlias(AAForDep, *SUb->getInstr(), UseTBAA)) { in addChainDependency()
513 SDep Dep(SUa, SDep::MayAliasMem); in addChainDependency()
DMachineScheduler.cpp1550 SUnit *SUa = MemOpRecords[Idx].SU; in clusterNeighboringMemOps() local
1552 if (TII->shouldClusterMemOps(*SUa->getInstr(), MemOpRecords[Idx].BaseReg, in clusterNeighboringMemOps()
1555 DAG->addEdge(SUb, SDep(SUa, SDep::Cluster))) { in clusterNeighboringMemOps()
1556 LLVM_DEBUG(dbgs() << "Cluster ld/st SU(" << SUa->NodeNum << ") - SU(" in clusterNeighboringMemOps()
1562 for (const SDep &Succ : SUa->Succs) { in clusterNeighboringMemOps()
DMachinePipeliner.cpp1016 static bool isSuccOrder(SUnit *SUa, SUnit *SUb) { in isSuccOrder() argument
1019 Worklist.push_back(SUa); in isSuccOrder()
/external/llvm/lib/CodeGen/
DMachineScheduler.cpp1419 SUnit *SUa = MemOpRecords[Idx].SU; in clusterNeighboringMemOps() local
1421 if (TII->shouldClusterMemOps(*SUa->getInstr(), *SUb->getInstr(), in clusterNeighboringMemOps()
1423 DAG->addEdge(SUb, SDep(SUa, SDep::Cluster))) { in clusterNeighboringMemOps()
1424 DEBUG(dbgs() << "Cluster ld/st SU(" << SUa->NodeNum << ") - SU(" in clusterNeighboringMemOps()
1431 SI = SUa->Succs.begin(), SE = SUa->Succs.end(); SI != SE; ++SI) { in clusterNeighboringMemOps()
DScheduleDAGInstrs.cpp622 void ScheduleDAGInstrs::addChainDependency (SUnit *SUa, SUnit *SUb, in addChainDependency() argument
624 if (MIsNeedChainEdge(AAForDep, MFI, MF.getDataLayout(), SUa->getInstr(), in addChainDependency()
626 SDep Dep(SUa, SDep::MayAliasMem); in addChainDependency()
DMachinePipeliner.cpp949 static bool isSuccOrder(SUnit *SUa, SUnit *SUb) { in isSuccOrder() argument
952 Worklist.push_back(SUa); in isSuccOrder()