Searched refs:SourceIndex (Results 1 – 5 of 5) sorted by relevance
| /openbsd-src/gnu/llvm/llvm/tools/llvm-mca/Views/ |
| H A D | TimelineView.cpp | 136 unsigned SourceIndex, in printWaitTimeEntry() argument 138 bool PrintingTotals = SourceIndex == getSource().size(); in printWaitTimeEntry() 142 OS << SourceIndex << '.'; in printWaitTimeEntry() 157 int BufferSize = PrintingTotals ? 0 : UsedBuffer[SourceIndex].second; in printWaitTimeEntry() 220 unsigned SourceIndex) const { in printTimelineViewEntry() 221 if (Iteration == 0 && SourceIndex == 0) in printTimelineViewEntry() 223 OS << '[' << Iteration << ',' << SourceIndex << ']'; in printTimelineViewEntry() 304 unsigned SourceIndex = IID % Source.size(); in printTimeline() local 305 printTimelineViewEntry(FOS, Entry, Iteration, SourceIndex); in printTimeline()
|
| H A D | TimelineView.h | 149 unsigned SourceIndex) const;
|
| /openbsd-src/gnu/llvm/llvm/lib/MCA/Stages/ |
| H A D | InOrderIssueStage.cpp | 157 unsigned SourceIndex, in addRegisterReadWrite() argument 166 PRF.addRegisterWrite(WriteRef(SourceIndex, &WS), UsedRegs); in addRegisterReadWrite() 214 unsigned SourceIndex = IR.getSourceIndex(); in tryIssue() local 228 addRegisterReadWrite(PRF, IS, SourceIndex, STI, UsedRegs); in tryIssue() 235 IS.execute(SourceIndex); in tryIssue()
|
| /openbsd-src/gnu/llvm/llvm/include/llvm/MCA/HardwareUnits/ |
| H A D | RegisterFile.h | 51 WriteRef(unsigned SourceIndex, WriteState *WS);
|
| /openbsd-src/gnu/llvm/llvm/lib/MCA/HardwareUnits/ |
| H A D | RegisterFile.cpp | 27 WriteRef::WriteRef(unsigned SourceIndex, WriteState *WS) in WriteRef() argument 28 : IID(SourceIndex), WriteBackCycle(), WriteResID(), RegisterID(), in WriteRef()
|