Searched refs:InstrLatency (Results 1 – 1 of 1) sorted by relevance
206 unsigned InstrLatency = TII->getInstrLatency(&InstrItins, *DefMI); in computeOperandLatency() local213 InstrLatency = in computeOperandLatency()214 std::max(InstrLatency, TII->defaultDefLatency(SchedModel, *DefMI)); in computeOperandLatency()215 return InstrLatency; in computeOperandLatency()