Home
last modified time | relevance | path

Searched refs:InstrLatency (Results 1 – 2 of 2) sorted by relevance

/external/llvm/lib/CodeGen/
DTargetSchedule.cpp199 unsigned InstrLatency = TII->getInstrLatency(&InstrItins, DefMI); in computeOperandLatency() local
207 InstrLatency = std::max(InstrLatency, in computeOperandLatency()
209 return InstrLatency; in computeOperandLatency()
DTargetInstrInfo.cpp732 unsigned InstrLatency = getInstrLatency(ItinData, DefMI); in computeOperandLatency() local
736 InstrLatency = std::max(InstrLatency, in computeOperandLatency()
738 return InstrLatency; in computeOperandLatency()