Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DTargetSchedule.cpp192 int OperLatency = 0; in computeOperandLatency() local
194 OperLatency = TII->getOperandLatency(&InstrItins, *DefMI, DefOperIdx, in computeOperandLatency()
199 OperLatency = InstrItins.getOperandCycle(DefClass, DefOperIdx); in computeOperandLatency()
201 if (OperLatency >= 0) in computeOperandLatency()
202 return OperLatency; in computeOperandLatency()