Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/CodeGen/
H A DTargetSchedule.cpp176 int OperLatency = 0; in computeOperandLatency() local
178 OperLatency = TII->getOperandLatency(&InstrItins, *DefMI, DefOperIdx, in computeOperandLatency()
183 OperLatency = InstrItins.getOperandCycle(DefClass, DefOperIdx); in computeOperandLatency()
185 if (OperLatency >= 0) in computeOperandLatency()
186 return OperLatency; in computeOperandLatency()