Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DScheduleDAGInstrs.cpp248 SUnit *UseSU = I->SU; in addPhysRegDataDeps() local
249 if (UseSU == SU) in addPhysRegDataDeps()
264 RegUse = UseSU->getInstr(); in addPhysRegDataDeps()
267 (RegUse ? &UseSU->getInstr()->getDesc() : nullptr); in addPhysRegDataDeps()
274 ST.adjustSchedDependency(SU, OperIdx, UseSU, UseOp, Dep); in addPhysRegDataDeps()
280 ST.adjustSchedDependency(SU, OperIdx, UseSU, UseOp, Dep); in addPhysRegDataDeps()
283 UseSU->addPred(Dep); in addPhysRegDataDeps()
444 SUnit *UseSU = I->SU; in addVRegDefDeps() local
445 MachineInstr *Use = UseSU->getInstr(); in addVRegDefDeps()
449 ST.adjustSchedDependency(SU, OperIdx, UseSU, I->OperandIndex, Dep); in addVRegDefDeps()
[all …]
H A DMachinePipeliner.cpp2643 SUnit *UseSU = Insts.at(MoveUse); in orderDependence() local
2652 orderDependence(SSD, UseSU, Insts); in orderDependence()
2677 SUnit *UseSU = SSD->getSUnit(MRI.getVRegDef(LoopVal)); in isLoopCarried() local
2678 if (!UseSU) in isLoopCarried()
2680 if (UseSU->getInstr()->isPHI()) in isLoopCarried()
2682 unsigned LoopCycle = cycleScheduled(UseSU); in isLoopCarried()
2683 int LoopStage = stageScheduled(UseSU); in isLoopCarried()