Home
last modified time | relevance | path

Searched refs:UseSU (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DScheduleDAGInstrs.cpp275 SUnit *UseSU = I->SU; in addPhysRegDataDeps() local
276 if (UseSU == SU) in addPhysRegDataDeps()
292 UseInstr = UseSU->getInstr(); in addPhysRegDataDeps()
306 ST.adjustSchedDependency(SU, OperIdx, UseSU, UseOpIdx, Dep, &SchedModel); in addPhysRegDataDeps()
307 UseSU->addPred(Dep); in addPhysRegDataDeps()
473 SUnit *UseSU = I->SU; in addVRegDefDeps() local
474 MachineInstr *Use = UseSU->getInstr(); in addVRegDefDeps()
478 ST.adjustSchedDependency(SU, OperIdx, UseSU, I->OperandIndex, Dep, in addVRegDefDeps()
480 UseSU->addPred(Dep); in addVRegDefDeps()
H A DMachinePipeliner.cpp3411 SUnit *UseSU = Insts.at(MoveUse); in orderDependence() local
3420 orderDependence(SSD, UseSU, Insts); in orderDependence()
3446 SUnit *UseSU = SSD->getSUnit(MRI.getVRegDef(LoopVal)); in isLoopCarried() local
3447 if (!UseSU) in isLoopCarried()
3449 if (UseSU->getInstr()->isPHI()) in isLoopCarried()
3451 unsigned LoopCycle = cycleScheduled(UseSU); in isLoopCarried()
3452 int LoopStage = stageScheduled(UseSU); in isLoopCarried()