HomeSort by relevance Sort by last modified time
    Searched refs:getSourceIndex (Results 1 - 10 of 10) sorted by null

  /external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-mca/
LSUnit.cpp 62 const unsigned Index = IR.getSourceIndex();
77 const unsigned Index = IR.getSourceIndex();
122 const unsigned Index = IR.getSourceIndex();
FetchStage.cpp 28 Instructions[IR.getSourceIndex()] = std::move(I);
SummaryView.cpp 41 if (Event.IR.getSourceIndex() >= Source.size())
RegisterFile.cpp 149 dbgs() << "RegisterFile: addRegisterWrite [ " << Write.getSourceIndex()
177 if (OtherWrite.getSourceIndex() != Write.getSourceIndex()) {
274 << WR.getSourceIndex() << ")\n";
Instruction.h 383 unsigned getSourceIndex() const { return first; }
391 void print(llvm::raw_ostream &OS) const { OS << getSourceIndex(); }
415 unsigned getSourceIndex() const { return Data.first; }
Instruction.cpp 101 dbgs() << "IID=" << getSourceIndex() << ' ';
Scheduler.cpp 275 IssuedQueue[IR.getSourceIndex()] = IS;
386 WaitQueue[IR.getSourceIndex()] = IR.getInstruction();
397 ReadyQueue[IR.getSourceIndex()] = IR.getInstruction();
ResourcePressureView.cpp 48 const unsigned SourceIdx = Event.IR.getSourceIndex() % Source.size();
TimelineView.cpp 38 const unsigned Index = Event.IR.getSourceIndex();
Scheduler.h 506 const unsigned Idx = IR.getSourceIndex();

Completed in 310 milliseconds