Searched refs:InstrLatency (Results 1 – 2 of 2) sorted by relevance
199 unsigned InstrLatency = TII->getInstrLatency(&InstrItins, DefMI); in computeOperandLatency() local207 InstrLatency = std::max(InstrLatency, in computeOperandLatency()209 return InstrLatency; in computeOperandLatency()
732 unsigned InstrLatency = getInstrLatency(ItinData, DefMI); in computeOperandLatency() local736 InstrLatency = std::max(InstrLatency, in computeOperandLatency()738 return InstrLatency; in computeOperandLatency()