Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/lib/CodeGen/ !
H A DTargetSchedule.cpp184 std::optional<unsigned> OperLatency; in computeOperandLatency() local
186 OperLatency = TII->getOperandLatency(&InstrItins, *DefMI, DefOperIdx, in computeOperandLatency()
191 OperLatency = InstrItins.getOperandCycle(DefClass, DefOperIdx); in computeOperandLatency()
196 return OperLatency ? *OperLatency in computeOperandLatency()