Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/
DTargetSchedule.cpp175 unsigned InstrLatency = TII->getInstrLatency(&InstrItins, DefMI); in computeOperandLatency() local
182 InstrLatency = std::max(InstrLatency, in computeOperandLatency()
184 return InstrLatency; in computeOperandLatency()
DTargetInstrInfo.cpp868 unsigned InstrLatency = getInstrLatency(ItinData, DefMI); in computeOperandLatency() local
871 InstrLatency = std::max(InstrLatency, in computeOperandLatency()
873 return InstrLatency; in computeOperandLatency()