Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DScheduleDAGInstrs.cpp312 SUnit *DefSU = I->SU; in addPhysRegDeps() local
313 if (DefSU == &ExitSU) in addPhysRegDeps()
315 if (DefSU != SU && in addPhysRegDeps()
317 !DefSU->getInstr()->registerDefIsDead(*Alias))) { in addPhysRegDeps()
321 SchedModel.computeOutputLatency(MI, OperIdx, DefSU->getInstr())); in addPhysRegDeps()
322 ST.adjustSchedDependency(SU, OperIdx, DefSU, I->OpIdx, Dep); in addPhysRegDeps()
323 DefSU->addPred(Dep); in addPhysRegDeps()
481 SUnit *DefSU = V2SU.SU; in addVRegDefDeps() local
487 if (DefSU == SU) in addVRegDefDeps()
491 SchedModel.computeOutputLatency(MI, OperIdx, DefSU->getInstr())); in addVRegDefDeps()
[all …]
H A DMachinePipeliner.cpp936 SUnit *DefSU = getSUnit(DefMI); in changeDependences() local
937 if (!DefSU) in changeDependences()
953 if (P.getSUnit() == DefSU) in changeDependences()
2644 SUnit *DefSU = Insts.at(MoveDef); in orderDependence() local
2654 orderDependence(SSD, DefSU, Insts); in orderDependence()
2670 SUnit *DefSU = SSD->getSUnit(&Phi); in isLoopCarried() local
2671 unsigned DefCycle = cycleScheduled(DefSU); in isLoopCarried()
2672 int DefStage = stageScheduled(DefSU); in isLoopCarried()
H A DMachineScheduler.cpp1352 const SUnit *DefSU = getSUnit(DefMI); in computeCyclicCriticalPath() local
1353 if (!DefSU) in computeCyclicCriticalPath()
1356 unsigned LiveOutHeight = DefSU->getHeight(); in computeCyclicCriticalPath()
1357 unsigned LiveOutDepth = DefSU->getDepth() + DefSU->Latency; in computeCyclicCriticalPath()
1377 unsigned LiveInHeight = SU->getHeight() + DefSU->Latency; in computeCyclicCriticalPath()
1384 LLVM_DEBUG(dbgs() << "Cyclic Path: SU(" << DefSU->NodeNum << ") -> SU(" in computeCyclicCriticalPath()