reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

Declarations

include/llvm/MC/MCSchedule.h
  354   static int computeInstrLatency(const MCSubtargetInfo &STI,

References

lib/CodeGen/TargetSchedule.cpp
  257   return capLatency(MCSchedModel::computeInstrLatency(*STI, SCDesc));
lib/MC/MCSchedule.cpp
   62     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);