Lines Matching refs:SchedModel
123 SchedModel.init(&ST); in ScheduleDAGInstrs()
280 Dep.setLatency(SchedModel.computeOperandLatency(SU->getInstr(), OperIdx, in addPhysRegDataDeps()
285 ST.adjustSchedDependency(SU, OperIdx, UseSU, UseOpIdx, Dep, &SchedModel); in addPhysRegDataDeps()
324 SchedModel.computeOutputLatency(MI, OperIdx, DefInstr)); in addPhysRegDeps()
327 &SchedModel); in addPhysRegDeps()
455 Dep.setLatency(SchedModel.computeOperandLatency(MI, OperIdx, Use, in addVRegDefDeps()
458 &SchedModel); in addVRegDefDeps()
500 SchedModel.computeOutputLatency(MI, OperIdx, DefSU->getInstr())); in addVRegDefDeps()
594 SU->Latency = SchedModel.computeInstrLatency(SU->getInstr()); in initSUnits()
604 if (SchedModel.hasInstrSchedModel()) { in initSUnits()
607 make_range(SchedModel.getWriteProcResBegin(SC), in initSUnits()
608 SchedModel.getWriteProcResEnd(SC))) { in initSUnits()
609 switch (SchedModel.getProcResource(PRE.ProcResourceIdx)->BufferSize) { in initSUnits()