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

References

include/llvm/MCA/HardwareUnits/LSUnit.h
  109       CriticalPredecessor.IID = IR.getSourceIndex();
include/llvm/MCA/HardwareUnits/Scheduler.h
   44     return Lhs.getSourceIndex() - Lhs.getInstruction()->getNumUsers();
   58       return Lhs.getSourceIndex() < Rhs.getSourceIndex();
   58       return Lhs.getSourceIndex() < Rhs.getSourceIndex();
include/llvm/MCA/Instruction.h
  586   void print(raw_ostream &OS) const { OS << getSourceIndex(); }
lib/MCA/HardwareUnits/LSUnit.cpp
  179     LLVM_DEBUG(dbgs() << "[LSUnit]: Instruction idx=" << IR.getSourceIndex()
  185     LLVM_DEBUG(dbgs() << "[LSUnit]: Instruction idx=" << IR.getSourceIndex()
lib/MCA/HardwareUnits/Scheduler.cpp
   82   IS->execute(IR.getSourceIndex());
lib/MCA/Stages/DispatchStage.cpp
  124     PRF.addRegisterWrite(WriteRef(IR.getSourceIndex(), &WS), RegisterFiles);
tools/llvm-mca/Views/BottleneckAnalysis.cpp
   69   unsigned IID = Event.IR.getSourceIndex();
  125       unsigned IID = IR.getSourceIndex();
  133       unsigned IID = IR.getSourceIndex();
  140       unsigned IID = IR.getSourceIndex();
  498   const unsigned IID = Event.IR.getSourceIndex();
tools/llvm-mca/Views/ResourcePressureView.cpp
   46     LastInstructionIdx = Event.IR.getSourceIndex();
   55   const unsigned SourceIdx = Event.IR.getSourceIndex() % Source.size();
tools/llvm-mca/Views/SchedulerStatistics.cpp
   50     const unsigned Index = Event.IR.getSourceIndex();
tools/llvm-mca/Views/SummaryView.cpp
   42     LastInstructionIdx = Event.IR.getSourceIndex();
   47       Event.IR.getSourceIndex() >= Source.size())
tools/llvm-mca/Views/TimelineView.cpp
   43   if (IR.getSourceIndex() >= Source.size())
   56   UsedBuffer[IR.getSourceIndex()] = BufferInfo;
   60   const unsigned Index = Event.IR.getSourceIndex();