Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/
H A DScheduleDAGInstrs.cpp254 SUnit *UseSU = I->SU; in addPhysRegDataDeps() local
255 if (UseSU == SU) in addPhysRegDataDeps()
271 UseInstr = UseSU->getInstr(); in addPhysRegDataDeps()
285 ST.adjustSchedDependency(SU, OperIdx, UseSU, UseOpIdx, Dep); in addPhysRegDataDeps()
286 UseSU->addPred(Dep); in addPhysRegDataDeps()
451 SUnit *UseSU = I->SU; in addVRegDefDeps() local
452 MachineInstr *Use = UseSU->getInstr(); in addVRegDefDeps()
456 ST.adjustSchedDependency(SU, OperIdx, UseSU, I->OperandIndex, Dep); in addVRegDefDeps()
457 UseSU->addPred(Dep); in addVRegDefDeps()
H A DMachinePipeliner.cpp3026 SUnit *UseSU = Insts.at(MoveUse); in orderDependence() local
3035 orderDependence(SSD, UseSU, Insts); in orderDependence()
3061 SUnit *UseSU = SSD->getSUnit(MRI.getVRegDef(LoopVal)); in isLoopCarried() local
3062 if (!UseSU) in isLoopCarried()
3064 if (UseSU->getInstr()->isPHI()) in isLoopCarried()
3066 unsigned LoopCycle = cycleScheduled(UseSU); in isLoopCarried()
3067 int LoopStage = stageScheduled(UseSU); in isLoopCarried()