Home
last modified time | relevance | path

Searched refs:getSourceIndex (Results 1 – 10 of 10) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-mca/
DLSUnit.cpp62 const unsigned Index = IR.getSourceIndex(); in reserve()
77 const unsigned Index = IR.getSourceIndex(); in isReady()
122 const unsigned Index = IR.getSourceIndex(); in onInstructionExecuted()
DRegisterFile.cpp149 dbgs() << "RegisterFile: addRegisterWrite [ " << Write.getSourceIndex() in addRegisterWrite()
177 if (OtherWrite.getSourceIndex() != Write.getSourceIndex()) { in addRegisterWrite()
274 << WR.getSourceIndex() << ")\n"; in collectWrites()
DInstruction.h383 unsigned getSourceIndex() const { return first; } in getSourceIndex() function
391 void print(llvm::raw_ostream &OS) const { OS << getSourceIndex(); } in print()
415 unsigned getSourceIndex() const { return Data.first; } in getSourceIndex() function
DScheduler.cpp275 IssuedQueue[IR.getSourceIndex()] = IS; in issueInstructionImpl()
386 WaitQueue[IR.getSourceIndex()] = IR.getInstruction(); in reserveResources()
397 ReadyQueue[IR.getSourceIndex()] = IR.getInstruction(); in issueImmediately()
DFetchStage.cpp28 Instructions[IR.getSourceIndex()] = std::move(I); in execute()
DSummaryView.cpp41 if (Event.IR.getSourceIndex() >= Source.size()) in onEvent()
DInstruction.cpp101 dbgs() << "IID=" << getSourceIndex() << ' '; in dump()
DResourcePressureView.cpp48 const unsigned SourceIdx = Event.IR.getSourceIndex() % Source.size(); in onEvent()
DTimelineView.cpp38 const unsigned Index = Event.IR.getSourceIndex(); in onEvent()
DScheduler.h506 const unsigned Idx = IR.getSourceIndex(); in sanityCheck()