Lines Matching defs:Elt
1865 for (auto &Elt : SyncPipe[0].DAG->SUnits) {
1866 if (TII->isMFMAorWMMA(*Elt.getInstr())) {
1870 Cache->push_back(&Elt);
1877 for (auto &Elt : *Cache) {
1878 if (DAG->IsReachable(Elt, const_cast<SUnit *>(SU)))
1916 return llvm::any_of(*Cache, [&SU](SUnit *Elt) {
1917 return llvm::any_of(SU->Succs, [&Elt](const SDep &ThisSucc) {
1918 return ThisSucc.getSUnit() == Elt;
1946 OtherGroup->Collection.end(), [&SU](SUnit *Elt) {
1947 return std::any_of(Elt->Succs.begin(),
1948 Elt->Succs.end(),
1974 for (auto &Elt : Collection) {
1975 auto Op = Elt->getInstr()->getOperand(0);
2038 return llvm::any_of(*Cache, [&SU, &DAG](SUnit *Elt) {
2039 return DAG->IsReachable(const_cast<SUnit *>(SU), Elt);