Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
DTargetSchedule.cpp127 static unsigned capLatency(int Cycles) { in capLatency() function
225 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()
/external/llvm/lib/CodeGen/
DTargetSchedule.cpp95 static unsigned capLatency(int Cycles) { in capLatency() function
194 unsigned Latency = capLatency(WLEntry->Cycles); in computeOperandLatency()
233 Latency = std::max(Latency, capLatency(WLEntry->Cycles)); in computeInstrLatency()