Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/CodeGen/
H A DScheduleDAGInstrs.cpp244 SUnit *UseSU = I->SU; in addPhysRegDataDeps() local
245 if (UseSU == SU) in addPhysRegDataDeps()
260 RegUse = UseSU->getInstr(); in addPhysRegDataDeps()
263 (RegUse ? &UseSU->getInstr()->getDesc() : nullptr); in addPhysRegDataDeps()
273 ST.adjustSchedDependency(SU, OperIdx, UseSU, UseOp, Dep); in addPhysRegDataDeps()
274 UseSU->addPred(Dep); in addPhysRegDataDeps()
434 SUnit *UseSU = I->SU; in addVRegDefDeps() local
435 MachineInstr *Use = UseSU->getInstr(); in addVRegDefDeps()
439 ST.adjustSchedDependency(SU, OperIdx, UseSU, I->OperandIndex, Dep); in addVRegDefDeps()
440 UseSU->addPred(Dep); in addVRegDefDeps()
H A DMachinePipeliner.cpp2636 SUnit *UseSU = Insts.at(MoveUse); in orderDependence() local
2645 orderDependence(SSD, UseSU, Insts); in orderDependence()
2670 SUnit *UseSU = SSD->getSUnit(MRI.getVRegDef(LoopVal)); in isLoopCarried() local
2671 if (!UseSU) in isLoopCarried()
2673 if (UseSU->getInstr()->isPHI()) in isLoopCarried()
2675 unsigned LoopCycle = cycleScheduled(UseSU); in isLoopCarried()
2676 int LoopStage = stageScheduled(UseSU); in isLoopCarried()