Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DTargetSchedule.cpp111 static unsigned capLatency(int Cycles) { in capLatency() function
205 unsigned Latency = capLatency(WLEntry->Cycles); in computeOperandLatency()
238 return capLatency(MCSchedModel::computeInstrLatency(*STI, SCDesc)); in computeInstrLatency()
244 return capLatency(SchedModel.computeInstrLatency(*STI, SCIdx)); in computeInstrLatency()
249 return capLatency(SchedModel.computeInstrLatency(*STI, *TII, Inst)); in computeInstrLatency()