reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
354 static int computeInstrLatency(const MCSubtargetInfo &STI,
257 return capLatency(MCSchedModel::computeInstrLatency(*STI, SCDesc));
lib/MC/MCSchedule.cpp62 return MCSchedModel::computeInstrLatency(STI, SCDesc); 82 return MCSchedModel::computeInstrLatency(STI, *SCDesc);lib/MCA/InstrBuilder.cpp
213 int Latency = MCSchedModel::computeInstrLatency(STI, SCDesc);
tools/llvm-mca/Views/InstructionInfoView.cpp 53 unsigned Latency = MCSchedModel::computeInstrLatency(STI, SCDesc);