HomeSort by relevance Sort by last modified time
    Searched defs:Retired (Results 1 - 3 of 3) sorted by null

  /external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-mca/
HWEventListener.h 40 Retired,
84 : HWInstructionEvent(HWInstructionEvent::Retired, IR),
TimelineView.cpp 42 case HWInstructionEvent::Retired: {
173 OS << TimelineView::DisplayChar::Retired;
TimelineView.h 50 /// R: Instruction retired
60 /// at iteration 0 was dispatched at cycle 0, and was retired at cycle 3.
61 /// Instruction [0,1] was also dispatched at cycle 0, and it retired at
160 static const char Retired = 'R';

Completed in 93 milliseconds