| /freebsd/contrib/llvm-project/llvm/lib/MCA/HardwareUnits/ |
| H A D | RegisterFile.cpp | 244 dbgs() << "[PRF] addRegisterWrite [ " << Write.getSourceIndex() << ", " in addRegisterWrite() 278 if (OtherWS && (OtherWrite.getSourceIndex() != Write.getSourceIndex())) { in addRegisterWrite() 281 OtherWS->addUser(OtherWrite.getSourceIndex(), &WS); in addRegisterWrite() 301 if (OtherWS && OtherWrite.getSourceIndex() == Write.getSourceIndex()) { in addRegisterWrite() 570 << WR.getSourceIndex() << ")\n"; in collectWrites() 652 WS.addUser(WR.getSourceIndex(), &RS, ReadAdvance); in addRegisterRead() 663 RS.writeStartEvent(WR.getSourceIndex(), WR.getRegisterID(), in addRegisterRead() 718 dbgs() << "IID=" << getSourceIndex() << ' '; in dump()
|
| H A D | LSUnit.cpp | 211 LLVM_DEBUG(dbgs() << "[LSUnit]: Instruction idx=" << IR.getSourceIndex() in onInstructionRetired() 217 LLVM_DEBUG(dbgs() << "[LSUnit]: Instruction idx=" << IR.getSourceIndex() in onInstructionRetired()
|
| H A D | Scheduler.cpp | 82 IS->execute(IR.getSourceIndex()); in issueInstructionImpl()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/MCA/HardwareUnits/ |
| H A D | Scheduler.h | 45 return Lhs.getSourceIndex() - Lhs.getInstruction()->getNumUsers(); in computeRank() 59 return Lhs.getSourceIndex() < Rhs.getSourceIndex(); in compare()
|
| H A D | RegisterFile.h | 53 unsigned getSourceIndex() const { return IID; } in getSourceIndex() function 66 bool isValid() const { return getSourceIndex() != INVALID_IID; } in isValid()
|
| H A D | LSUnit.h | 332 CriticalPredecessor.IID = IR.getSourceIndex(); in onGroupIssued() 378 CriticalMemoryInstruction.getSourceIndex() == IR.getSourceIndex()) { in onInstructionExecuted()
|
| /freebsd/contrib/llvm-project/llvm/tools/llvm-mca/Views/ |
| H A D | SummaryView.cpp | 41 LastInstructionIdx = Event.IR.getSourceIndex(); in onEvent() 46 Event.IR.getSourceIndex() >= Source.size()) 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 | BottleneckAnalysis.cpp | 67 unsigned IID = Event.IR.getSourceIndex(); in handleInstructionIssuedEvent() 121 unsigned IID = IR.getSourceIndex(); in handlePressureEvent() 129 unsigned IID = IR.getSourceIndex(); in handlePressureEvent() 136 unsigned IID = IR.getSourceIndex(); in handlePressureEvent() 489 const unsigned IID = Event.IR.getSourceIndex(); in onEvent()
|
| H A D | ResourcePressureView.cpp | 54 LastInstructionIdx = Event.IR.getSourceIndex(); in onEvent() 64 const unsigned SourceIdx = Event.IR.getSourceIndex() % Source.size(); in onEvent()
|
| H A D | SchedulerStatistics.cpp | 50 const unsigned Index = Event.IR.getSourceIndex(); in onEvent()
|
| /freebsd/contrib/llvm-project/libc/src/__support/wchar/ |
| H A D | string_converter.h | 104 size_t getSourceIndex() { return src_idx; } in getSourceIndex() function
|
| /freebsd/contrib/llvm-project/llvm/lib/MCA/Stages/ |
| H A D | DispatchStage.cpp | 119 PRF.addRegisterWrite(WriteRef(IR.getSourceIndex(), &WS), RegisterFiles); in dispatch()
|
| H A D | InOrderIssueStage.cpp | 214 unsigned SourceIndex = IR.getSourceIndex(); in tryIssue()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/MCA/ |
| H A D | Instruction.h | 734 unsigned getSourceIndex() const { return Data.first; } in getSourceIndex() function 745 void print(raw_ostream &OS) const { OS << getSourceIndex(); } in print()
|
| /freebsd/contrib/llvm-project/clang/include/clang/AST/ |
| H A D | Attr.h | 324 unsigned getSourceIndex() const { in getSourceIndex() function
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/MCA/ |
| H A D | AMDGPUCustomBehaviour.cpp | 129 const unsigned PrevInstIndex = PrevIR.getSourceIndex() % SrcMgr.size(); in handleWaitCnt()
|
| /freebsd/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaDeclAttr.cpp | 1564 << I->args_begin()->getSourceIndex(); in handleOwnershipAttr() 1567 << Idx.getSourceIndex() << Ex->getSourceRange(); in handleOwnershipAttr() 1824 << DeallocPtrIdx.getSourceIndex() << DeallocPtrArgType in handleRestrictAttr() 5937 XRayLogArgsAttr(S.Context, AL, ArgCount.getSourceIndex())); in handleXRayLogArgsAttr()
|
| H A D | SemaTemplateInstantiateDecl.cpp | 190 llvm::APInt(64, Align->getParamIndex().getSourceIndex()), in instantiateDependentAllocAlignAttr()
|
| H A D | SemaChecking.cpp | 15453 << 0 << Attr->getTypeTagIdx().getSourceIndex(); in CheckArgumentWithTypeTag() 15473 << 1 << Attr->getArgumentIdx().getSourceIndex(); in CheckArgumentWithTypeTag()
|