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

References

tools/llvm-mca/Views/BottleneckAnalysis.cpp
   69   unsigned IID = Event.IR.getSourceIndex();
  498   const unsigned IID = Event.IR.getSourceIndex();
  511   const Instruction &IS = *Event.IR.getInstruction();
tools/llvm-mca/Views/RegisterFileStatistics.cpp
   90     updateMoveElimInfo(*DE.IR.getInstruction());
tools/llvm-mca/Views/ResourcePressureView.cpp
   46     LastInstructionIdx = Event.IR.getSourceIndex();
   55   const unsigned SourceIdx = Event.IR.getSourceIndex() % Source.size();
tools/llvm-mca/Views/RetireControlUnitStatistics.cpp
   39     unsigned ReleasedEntries = Event.IR.getInstruction()->getDesc().NumMicroOps;
tools/llvm-mca/Views/SchedulerStatistics.cpp
   46     const Instruction &Inst = *Event.IR.getInstruction();
   49     const Instruction &Inst = *Event.IR.getInstruction();
   50     const unsigned Index = Event.IR.getSourceIndex();
   62     const Instruction &Inst = *Event.IR.getInstruction();
tools/llvm-mca/Views/SummaryView.cpp
   42     LastInstructionIdx = Event.IR.getSourceIndex();
   47       Event.IR.getSourceIndex() >= Source.size())
   54   const Instruction &Inst = *Event.IR.getInstruction();
tools/llvm-mca/Views/TimelineView.cpp
   60   const unsigned Index = Event.IR.getSourceIndex();