Lines Matching refs:getInstr
231 const MachineOperand &MO = SU->getInstr()->getOperand(OperIdx); in addPhysRegDataDeps()
239 const MCInstrDesc *DefMIDesc = &SU->getInstr()->getDesc(); in addPhysRegDataDeps()
263 RegUse = UseSU->getInstr(); in addPhysRegDataDeps()
266 (RegUse ? &UseSU->getInstr()->getDesc() : nullptr); in addPhysRegDataDeps()
271 Dep.setLatency(SchedModel.computeOperandLatency(SU->getInstr(), OperIdx, in addPhysRegDataDeps()
286 MachineInstr *MI = SU->getInstr(); in addPhysRegDeps()
309 !DefSU->getInstr()->registerDefIsDead(*Alias))) { in addPhysRegDeps()
315 SchedModel.computeOutputLatency(MI, OperIdx, DefSU->getInstr())); in addPhysRegDeps()
383 MachineInstr *MI = SU->getInstr(); in addVRegDefDeps()
421 MachineInstr *Use = UseSU->getInstr(); in addVRegDefDeps()
467 SchedModel.computeOutputLatency(MI, OperIdx, DefSU->getInstr())); in addVRegDefDeps()
492 const MachineInstr *MI = SU->getInstr(); in addVRegUseDeps()
524 if (SUa->getInstr()->mayAlias(AAForDep, *SUb->getInstr(), UseTBAA)) { in addChainDependency()
559 SU->Latency = SchedModel.computeInstrLatency(SU->getInstr()); in initSUnits()
1116 SU.getInstr()->dump(); in dumpNode()
1122 if (EntrySU.getInstr() != nullptr) in dump()
1126 if (ExitSU.getInstr() != nullptr) in dump()
1139 SU->getInstr()->print(oss, /*SkipOpers=*/true); in getGraphNodeLabel()
1196 SU->getInstr()->isTransient() ? 0 : 1; in visitPreorder()
1207 RData.SubInstrCount = SU->getInstr()->isTransient() ? 0 : 1; in visitPostorderNode()