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

References

tools/llvm-mca/Views/BottleneckAnalysis.cpp
  498   const unsigned IID = Event.IR.getSourceIndex();
  499   if (Event.Type == HWInstructionEvent::Dispatched) {
  503   if (Event.Type == HWInstructionEvent::Executed) {
  508   if (Event.Type != HWInstructionEvent::Issued)
  511   const Instruction &IS = *Event.IR.getInstruction();
  541       static_cast<const HWInstructionIssuedEvent &>(Event));