Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/
H A DScheduleDAGInstrs.cpp314 SUnit *DefSU = I->SU; in addPhysRegDeps() local
315 if (DefSU == &ExitSU) in addPhysRegDeps()
317 MachineInstr *DefInstr = DefSU->getInstr(); in addPhysRegDeps()
319 if (DefSU != SU && in addPhysRegDeps()
326 ST.adjustSchedDependency(SU, OperIdx, DefSU, I->OpIdx, Dep); in addPhysRegDeps()
327 DefSU->addPred(Dep); in addPhysRegDeps()
488 SUnit *DefSU = V2SU.SU; in addVRegDefDeps() local
494 if (DefSU == SU) in addVRegDefDeps()
498 SchedModel.computeOutputLatency(MI, OperIdx, DefSU->getInstr())); in addVRegDefDeps()
499 DefSU->addPred(Dep); in addVRegDefDeps()
[all …]
H A DMachinePipeliner.cpp973 SUnit *DefSU = getSUnit(DefMI); in changeDependences() local
974 if (!DefSU) in changeDependences()
990 if (P.getSUnit() == DefSU) in changeDependences()
3027 SUnit *DefSU = Insts.at(MoveDef); in orderDependence() local
3037 orderDependence(SSD, DefSU, Insts); in orderDependence()
3054 SUnit *DefSU = SSD->getSUnit(&Phi); in isLoopCarried() local
3055 unsigned DefCycle = cycleScheduled(DefSU); in isLoopCarried()
3056 int DefStage = stageScheduled(DefSU); in isLoopCarried()
H A DMachineScheduler.cpp1559 const SUnit *DefSU = getSUnit(DefMI); in computeCyclicCriticalPath() local
1560 if (!DefSU) in computeCyclicCriticalPath()
1563 unsigned LiveOutHeight = DefSU->getHeight(); in computeCyclicCriticalPath()
1564 unsigned LiveOutDepth = DefSU->getDepth() + DefSU->Latency; in computeCyclicCriticalPath()
1584 unsigned LiveInHeight = SU->getHeight() + DefSU->Latency; in computeCyclicCriticalPath()
1591 LLVM_DEBUG(dbgs() << "Cyclic Path: SU(" << DefSU->NodeNum << ") -> SU(" in computeCyclicCriticalPath()