Searched refs:capLatency (Results 1 – 2 of 2) sorted by relevance
127 static unsigned capLatency(int Cycles) { in capLatency() function225 unsigned Latency = capLatency(WLEntry->Cycles); in computeOperandLatency()258 return capLatency(MCSchedModel::computeInstrLatency(*STI, SCDesc)); in computeInstrLatency()264 return capLatency(SchedModel.computeInstrLatency(*STI, SCIdx)); in computeInstrLatency()269 return capLatency(SchedModel.computeInstrLatency(*STI, *TII, Inst)); in computeInstrLatency()
95 static unsigned capLatency(int Cycles) { in capLatency() function194 unsigned Latency = capLatency(WLEntry->Cycles); in computeOperandLatency()233 Latency = std::max(Latency, capLatency(WLEntry->Cycles)); in computeInstrLatency()