Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/lib/CodeGen/
H A DTargetSchedule.cpp114 static unsigned capLatency(int Cycles) { in capLatency() function
208 unsigned Latency = capLatency(WLEntry->Cycles); in computeOperandLatency()
241 return capLatency(MCSchedModel::computeInstrLatency(*STI, SCDesc)); in computeInstrLatency()
247 return capLatency(SchedModel.computeInstrLatency(*STI, SCIdx)); in computeInstrLatency()
252 return capLatency(SchedModel.computeInstrLatency(*STI, *TII, Inst)); in computeInstrLatency()