Searched refs:getSourceIndex (Results 1 – 10 of 10) sorted by relevance
62 const unsigned Index = IR.getSourceIndex(); in reserve()77 const unsigned Index = IR.getSourceIndex(); in isReady()122 const unsigned Index = IR.getSourceIndex(); in onInstructionExecuted()
149 dbgs() << "RegisterFile: addRegisterWrite [ " << Write.getSourceIndex() in addRegisterWrite()177 if (OtherWrite.getSourceIndex() != Write.getSourceIndex()) { in addRegisterWrite()274 << WR.getSourceIndex() << ")\n"; in collectWrites()
383 unsigned getSourceIndex() const { return first; } in getSourceIndex() function391 void print(llvm::raw_ostream &OS) const { OS << getSourceIndex(); } in print()415 unsigned getSourceIndex() const { return Data.first; } in getSourceIndex() function
275 IssuedQueue[IR.getSourceIndex()] = IS; in issueInstructionImpl()386 WaitQueue[IR.getSourceIndex()] = IR.getInstruction(); in reserveResources()397 ReadyQueue[IR.getSourceIndex()] = IR.getInstruction(); in issueImmediately()
28 Instructions[IR.getSourceIndex()] = std::move(I); in execute()
41 if (Event.IR.getSourceIndex() >= Source.size()) in onEvent()
101 dbgs() << "IID=" << getSourceIndex() << ' '; in dump()
48 const unsigned SourceIdx = Event.IR.getSourceIndex() % Source.size(); in onEvent()
38 const unsigned Index = Event.IR.getSourceIndex(); in onEvent()
506 const unsigned Idx = IR.getSourceIndex(); in sanityCheck()