Searched refs:getSourceIndex (Results 1 – 18 of 18) sorted by relevance
/netbsd-src/external/apache2/llvm/dist/llvm/lib/MCA/HardwareUnits/ |
H A D | RegisterFile.cpp | 228 dbgs() << "RegisterFile: addRegisterWrite [ " << Write.getSourceIndex() in addRegisterWrite() 262 if (OtherWS && (OtherWrite.getSourceIndex() != Write.getSourceIndex())) { in addRegisterWrite() 265 OtherWS->addUser(OtherWrite.getSourceIndex(), &WS); in addRegisterWrite() 534 << WR.getSourceIndex() << ")\n"; in collectWrites() 565 WS.addUser(WR.getSourceIndex(), &RS, ReadAdvance); in addRegisterRead() 576 RS.writeStartEvent(WR.getSourceIndex(), WR.getRegisterID(), in addRegisterRead() 630 dbgs() << "IID=" << getSourceIndex() << ' '; in dump()
|
H A D | LSUnit.cpp | 221 LLVM_DEBUG(dbgs() << "[LSUnit]: Instruction idx=" << IR.getSourceIndex() in onInstructionRetired() 227 LLVM_DEBUG(dbgs() << "[LSUnit]: Instruction idx=" << IR.getSourceIndex() in onInstructionRetired()
|
H A D | Scheduler.cpp | 82 IS->execute(IR.getSourceIndex()); in issueInstructionImpl()
|
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/MCA/HardwareUnits/ |
H A D | Scheduler.h | 44 return Lhs.getSourceIndex() - Lhs.getInstruction()->getNumUsers(); in computeRank() 58 return Lhs.getSourceIndex() < Rhs.getSourceIndex(); in compare()
|
H A D | LSUnit.h | 124 CriticalPredecessor.IID = IR.getSourceIndex(); in onGroupIssued() 169 CriticalMemoryInstruction.getSourceIndex() == IR.getSourceIndex()) { in onInstructionExecuted()
|
H A D | RegisterFile.h | 53 unsigned getSourceIndex() const { return IID; } in getSourceIndex() function 66 bool isValid() const { return getSourceIndex() != INVALID_IID; } in isValid()
|
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-mca/Views/ |
H A D | SummaryView.cpp | 42 LastInstructionIdx = Event.IR.getSourceIndex(); in onEvent() 47 Event.IR.getSourceIndex() >= Source.size()) in onEvent()
|
H A D | BottleneckAnalysis.cpp | 68 unsigned IID = Event.IR.getSourceIndex(); in handleInstructionIssuedEvent() 124 unsigned IID = IR.getSourceIndex(); in handlePressureEvent() 132 unsigned IID = IR.getSourceIndex(); in handlePressureEvent() 139 unsigned IID = IR.getSourceIndex(); in handlePressureEvent() 490 const unsigned IID = Event.IR.getSourceIndex(); in onEvent()
|
H A D | TimelineView.cpp | 43 if (IR.getSourceIndex() >= getSource().size()) in onReservedBuffers() 56 UsedBuffer[IR.getSourceIndex()] = BufferInfo; in onReservedBuffers() 60 const unsigned Index = Event.IR.getSourceIndex(); in onEvent()
|
H A D | ResourcePressureView.cpp | 46 LastInstructionIdx = Event.IR.getSourceIndex(); in onEvent() 56 const unsigned SourceIdx = Event.IR.getSourceIndex() % Source.size(); in onEvent()
|
H A D | SchedulerStatistics.cpp | 50 const unsigned Index = Event.IR.getSourceIndex(); in onEvent()
|
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/MCA/ |
H A D | Instruction.h | 576 unsigned getSourceIndex() const { return Data.first; } in getSourceIndex() function 587 void print(raw_ostream &OS) const { OS << getSourceIndex(); } in print()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/MCA/Stages/ |
H A D | DispatchStage.cpp | 121 PRF.addRegisterWrite(WriteRef(IR.getSourceIndex(), &WS), RegisterFiles); in dispatch()
|
H A D | InOrderIssueStage.cpp | 224 unsigned SourceIndex = IR.getSourceIndex(); in tryIssue()
|
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/ |
H A D | Attr.h | 294 unsigned getSourceIndex() const { in getSourceIndex() function
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/ |
H A D | SemaDeclAttr.cpp | 1792 << I->args_begin()->getSourceIndex(); in handleOwnershipAttr() 1795 << Idx.getSourceIndex() << Ex->getSourceRange(); in handleOwnershipAttr() 5089 XRayLogArgsAttr(S.Context, AL, ArgCount.getSourceIndex())); in handleXRayLogArgsAttr()
|
H A D | SemaTemplateInstantiateDecl.cpp | 179 llvm::APInt(64, Align->getParamIndex().getSourceIndex()), in instantiateDependentAllocAlignAttr()
|
H A D | SemaChecking.cpp | 15830 << 0 << Attr->getTypeTagIdx().getSourceIndex(); in CheckArgumentWithTypeTag() 15850 << 1 << Attr->getArgumentIdx().getSourceIndex(); in CheckArgumentWithTypeTag()
|