Searched refs:InstrLatency (Results 1 – 2 of 2) sorted by relevance
175 unsigned InstrLatency = TII->getInstrLatency(&InstrItins, DefMI); in computeOperandLatency() local182 InstrLatency = std::max(InstrLatency, in computeOperandLatency()184 return InstrLatency; in computeOperandLatency()
868 unsigned InstrLatency = getInstrLatency(ItinData, DefMI); in computeOperandLatency() local871 InstrLatency = std::max(InstrLatency, in computeOperandLatency()873 return InstrLatency; in computeOperandLatency()