Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/llvm/lib/CodeGen/
H A DScheduleDAGInstrs.cpp309 SUnit *DefSU = I->SU; in addPhysRegDeps() local
310 if (DefSU == &ExitSU) in addPhysRegDeps()
312 if (DefSU != SU && in addPhysRegDeps()
314 !DefSU->getInstr()->registerDefIsDead(*Alias))) { in addPhysRegDeps()
319 ST.adjustSchedDependency(SU, OperIdx, DefSU, I->OpIdx, Dep); in addPhysRegDeps()
320 DefSU->addPred(Dep); in addPhysRegDeps()
477 SUnit *DefSU = V2SU.SU; in addVRegDefDeps() local
483 if (DefSU == SU) in addVRegDefDeps()
487 SchedModel.computeOutputLatency(MI, OperIdx, DefSU->getInstr())); in addVRegDefDeps()
488 DefSU->addPred(Dep); in addVRegDefDeps()
[all …]
H A DMachinePipeliner.cpp956 SUnit *DefSU = getSUnit(DefMI); in changeDependences() local
957 if (!DefSU) in changeDependences()
973 if (P.getSUnit() == DefSU) in changeDependences()
2595 SUnit *DefSU = Insts.at(MoveDef); in orderDependence() local
2605 orderDependence(SSD, DefSU, Insts); in orderDependence()
2621 SUnit *DefSU = SSD->getSUnit(&Phi); in isLoopCarried() local
2622 unsigned DefCycle = cycleScheduled(DefSU); in isLoopCarried()
2623 int DefStage = stageScheduled(DefSU); in isLoopCarried()
H A DMachineScheduler.cpp1357 const SUnit *DefSU = getSUnit(DefMI); in computeCyclicCriticalPath() local
1358 if (!DefSU) in computeCyclicCriticalPath()
1361 unsigned LiveOutHeight = DefSU->getHeight(); in computeCyclicCriticalPath()
1362 unsigned LiveOutDepth = DefSU->getDepth() + DefSU->Latency; in computeCyclicCriticalPath()
1382 unsigned LiveInHeight = SU->getHeight() + DefSU->Latency; in computeCyclicCriticalPath()
1389 LLVM_DEBUG(dbgs() << "Cyclic Path: SU(" << DefSU->NodeNum << ") -> SU(" in computeCyclicCriticalPath()