Searched refs:DefSU (Results 1 - 3 of 3) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DScheduleDAGInstrs.cpp311 SUnit *DefSU = I->SU; local
312 if (DefSU == &ExitSU)
314 if (DefSU != SU &&
316 !DefSU->getInstr()->registerDefIsDead(*Alias))) {
320 SchedModel.computeOutputLatency(MI, OperIdx, DefSU->getInstr()));
321 ST.adjustSchedDependency(SU, OperIdx, DefSU, I->OpIdx, Dep);
322 DefSU->addPred(Dep);
480 SUnit *DefSU = V2SU.SU; local
486 if (DefSU == SU)
490 SchedModel.computeOutputLatency(MI, OperIdx, DefSU
[all...]
H A DMachinePipeliner.cpp928 SUnit *DefSU = getSUnit(DefMI); local
929 if (!DefSU)
946 if (P->getSUnit() == DefSU)
2659 SUnit *DefSU = Insts.at(MoveDef); local
2669 orderDependence(SSD, DefSU, Insts);
2685 SUnit *DefSU = SSD->getSUnit(&Phi); local
2686 unsigned DefCycle = cycleScheduled(DefSU);
2687 int DefStage = stageScheduled(DefSU);
H A DMachineScheduler.cpp1335 const SUnit *DefSU = getSUnit(DefMI); local
1336 if (!DefSU)
1339 unsigned LiveOutHeight = DefSU->getHeight();
1340 unsigned LiveOutDepth = DefSU->getDepth() + DefSU->Latency;
1360 unsigned LiveInHeight = SU->getHeight() + DefSU->Latency;
1367 LLVM_DEBUG(dbgs() << "Cyclic Path: SU(" << DefSU->NodeNum << ") -> SU("

Completed in 179 milliseconds