Searched defs:computeInstrLatency (Results 1 – 2 of 2) sorted by relevance
/llvm-project/llvm/lib/MC/ | ||
H A D | MCSchedule.cpp | 42 int MCSchedModel::computeInstrLatency(const MCSubtargetInfo &STI, in computeInstrLatency() function in MCSchedModel |
/llvm-project/llvm/lib/CodeGen/ | ||
H A D | TargetSchedule.cpp | 240 return capLatency(MCSchedModel::computeInstrLatency(*STI, SCDesc)); in computeInstrLatency() function in TargetSchedModel |