Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/CodeGen/
H A DTargetSchedule.cpp191 int OperLatency = 0; in computeOperandLatency() local
193 OperLatency = TII->getOperandLatency(&InstrItins, *DefMI, DefOperIdx, in computeOperandLatency()
198 OperLatency = InstrItins.getOperandCycle(DefClass, DefOperIdx); in computeOperandLatency()
200 if (OperLatency >= 0) in computeOperandLatency()
201 return OperLatency; in computeOperandLatency()