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