HomeSort by: relevance | last modified time | path
    Searched refs:getSourceIndex (Results 1 - 17 of 17) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/include/llvm/MCA/HardwareUnits/
Scheduler.h 44 return Lhs.getSourceIndex() - Lhs.getInstruction()->getNumUsers();
58 return Lhs.getSourceIndex() < Rhs.getSourceIndex();
RegisterFile.h 53 unsigned getSourceIndex() const { return IID; }
66 bool isValid() const { return getSourceIndex() != INVALID_IID; }
LSUnit.h 124 CriticalPredecessor.IID = IR.getSourceIndex();
169 CriticalMemoryInstruction.getSourceIndex() == IR.getSourceIndex()) {
  /src/external/apache2/llvm/dist/llvm/tools/llvm-mca/Views/
SummaryView.cpp 42 LastInstructionIdx = Event.IR.getSourceIndex();
47 Event.IR.getSourceIndex() >= Source.size())
TimelineView.cpp 43 if (IR.getSourceIndex() >= getSource().size())
56 UsedBuffer[IR.getSourceIndex()] = BufferInfo;
60 const unsigned Index = Event.IR.getSourceIndex();
ResourcePressureView.cpp 46 LastInstructionIdx = Event.IR.getSourceIndex();
56 const unsigned SourceIdx = Event.IR.getSourceIndex() % Source.size();
BottleneckAnalysis.cpp 68 unsigned IID = Event.IR.getSourceIndex();
124 unsigned IID = IR.getSourceIndex();
132 unsigned IID = IR.getSourceIndex();
139 unsigned IID = IR.getSourceIndex();
490 const unsigned IID = Event.IR.getSourceIndex();
SchedulerStatistics.cpp 50 const unsigned Index = Event.IR.getSourceIndex();
  /src/external/apache2/llvm/dist/llvm/lib/MCA/HardwareUnits/
RegisterFile.cpp 228 dbgs() << "RegisterFile: addRegisterWrite [ " << Write.getSourceIndex()
262 if (OtherWS && (OtherWrite.getSourceIndex() != Write.getSourceIndex())) {
265 OtherWS->addUser(OtherWrite.getSourceIndex(), &WS);
534 << WR.getSourceIndex() << ")\n";
565 WS.addUser(WR.getSourceIndex(), &RS, ReadAdvance);
576 RS.writeStartEvent(WR.getSourceIndex(), WR.getRegisterID(),
630 dbgs() << "IID=" << getSourceIndex() << ' ';
LSUnit.cpp 221 LLVM_DEBUG(dbgs() << "[LSUnit]: Instruction idx=" << IR.getSourceIndex()
227 LLVM_DEBUG(dbgs() << "[LSUnit]: Instruction idx=" << IR.getSourceIndex()
Scheduler.cpp 82 IS->execute(IR.getSourceIndex());
  /src/external/apache2/llvm/dist/llvm/lib/MCA/Stages/
DispatchStage.cpp 121 PRF.addRegisterWrite(WriteRef(IR.getSourceIndex(), &WS), RegisterFiles);
InOrderIssueStage.cpp 224 unsigned SourceIndex = IR.getSourceIndex();
  /src/external/apache2/llvm/dist/llvm/include/llvm/MCA/
Instruction.h 576 unsigned getSourceIndex() const { return Data.first; }
587 void print(raw_ostream &OS) const { OS << getSourceIndex(); }
  /src/external/apache2/llvm/dist/clang/include/clang/AST/
Attr.h 294 unsigned getSourceIndex() const {
304 /// Sema uses \c getSourceIndex instead.
  /src/external/apache2/llvm/dist/clang/lib/Sema/
SemaDeclAttr.cpp 1792 << I->args_begin()->getSourceIndex();
1795 << Idx.getSourceIndex() << Ex->getSourceRange();
5089 XRayLogArgsAttr(S.Context, AL, ArgCount.getSourceIndex()));
SemaTemplateInstantiateDecl.cpp 179 llvm::APInt(64, Align->getParamIndex().getSourceIndex()),

Completed in 57 milliseconds