Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/MCA/HardwareUnits/
H A DRegisterFile.cpp239 dbgs() << "[PRF] addRegisterWrite [ " << Write.getSourceIndex() << ", " in addRegisterWrite()
273 if (OtherWS && (OtherWrite.getSourceIndex() != Write.getSourceIndex())) { in addRegisterWrite()
276 OtherWS->addUser(OtherWrite.getSourceIndex(), &WS); in addRegisterWrite()
295 if (OtherWS && OtherWrite.getSourceIndex() == Write.getSourceIndex()) { in addRegisterWrite()
562 << WR.getSourceIndex() << ")\n"; in collectWrites()
644 WS.addUser(WR.getSourceIndex(), &RS, ReadAdvance); in addRegisterRead()
655 RS.writeStartEvent(WR.getSourceIndex(), WR.getRegisterID(), in addRegisterRead()
710 dbgs() << "IID=" << getSourceIndex() << ' '; in dump()
H A DLSUnit.cpp222 LLVM_DEBUG(dbgs() << "[LSUnit]: Instruction idx=" << IR.getSourceIndex() in onInstructionRetired()
228 LLVM_DEBUG(dbgs() << "[LSUnit]: Instruction idx=" << IR.getSourceIndex() in onInstructionRetired()
H A DScheduler.cpp82 IS->execute(IR.getSourceIndex()); in issueInstructionImpl()
/freebsd/contrib/llvm-project/llvm/include/llvm/MCA/HardwareUnits/
H A DScheduler.h44 return Lhs.getSourceIndex() - Lhs.getInstruction()->getNumUsers(); in computeRank()
58 return Lhs.getSourceIndex() < Rhs.getSourceIndex(); in compare()
H A DLSUnit.h121 CriticalPredecessor.IID = IR.getSourceIndex(); in onGroupIssued()
166 CriticalMemoryInstruction.getSourceIndex() == IR.getSourceIndex()) { in onInstructionExecuted()
H A DRegisterFile.h53 unsigned getSourceIndex() const { return IID; } in getSourceIndex() function
66 bool isValid() const { return getSourceIndex() != INVALID_IID; } in isValid()
/freebsd/contrib/llvm-project/llvm/tools/llvm-mca/Views/
H A DSummaryView.cpp41 LastInstructionIdx = Event.IR.getSourceIndex(); in onEvent()
46 Event.IR.getSourceIndex() >= Source.size()) in onEvent()
H A DTimelineView.cpp43 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 DBottleneckAnalysis.cpp68 unsigned IID = Event.IR.getSourceIndex(); in handleInstructionIssuedEvent()
122 unsigned IID = IR.getSourceIndex(); in handlePressureEvent()
130 unsigned IID = IR.getSourceIndex(); in handlePressureEvent()
137 unsigned IID = IR.getSourceIndex(); in handlePressureEvent()
490 const unsigned IID = Event.IR.getSourceIndex(); in onEvent()
H A DResourcePressureView.cpp46 LastInstructionIdx = Event.IR.getSourceIndex(); in onEvent()
56 const unsigned SourceIdx = Event.IR.getSourceIndex() % Source.size(); in onEvent()
H A DSchedulerStatistics.cpp50 const unsigned Index = Event.IR.getSourceIndex(); in onEvent()
/freebsd/contrib/llvm-project/llvm/lib/MCA/Stages/
H A DDispatchStage.cpp120 PRF.addRegisterWrite(WriteRef(IR.getSourceIndex(), &WS), RegisterFiles); in dispatch()
H A DInOrderIssueStage.cpp214 unsigned SourceIndex = IR.getSourceIndex(); in tryIssue()
/freebsd/contrib/llvm-project/llvm/include/llvm/MCA/
H A DInstruction.h733 unsigned getSourceIndex() const { return Data.first; } in getSourceIndex() function
744 void print(raw_ostream &OS) const { OS << getSourceIndex(); } in print()
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/MCA/
H A DAMDGPUCustomBehaviour.cpp128 const unsigned PrevInstIndex = PrevIR.getSourceIndex() % SrcMgr.size(); in handleWaitCnt()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaDeclAttr.cpp1534 << I->args_begin()->getSourceIndex(); in handleOwnershipAttr()
1537 << Idx.getSourceIndex() << Ex->getSourceRange(); in handleOwnershipAttr()
5238 XRayLogArgsAttr(S.Context, AL, ArgCount.getSourceIndex())); in handleXRayLogArgsAttr()
H A DSemaTemplateInstantiateDecl.cpp191 llvm::APInt(64, Align->getParamIndex().getSourceIndex()), in instantiateDependentAllocAlignAttr()
H A DSemaChecking.cpp14021 << 0 << Attr->getTypeTagIdx().getSourceIndex(); in CheckArgumentWithTypeTag()
14041 << 1 << Attr->getArgumentIdx().getSourceIndex(); in CheckArgumentWithTypeTag()