Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/include/llvm/MCA/HardwareUnits/
H A DScheduler.h45 return Lhs.getSourceIndex() - Lhs.getInstruction()->getNumUsers(); in computeRank()
59 return Lhs.getSourceIndex() < Rhs.getSourceIndex(); in compare()
/freebsd-12.1/contrib/llvm/lib/MCA/HardwareUnits/
H A DLSUnit.cpp74 const unsigned Index = IR.getSourceIndex(); in dispatch()
99 const unsigned Index = IR.getSourceIndex(); in isReady()
157 const unsigned Index = IR.getSourceIndex(); in onInstructionExecuted()
H A DRegisterFile.cpp155 dbgs() << "RegisterFile: addRegisterWrite [ " << Write.getSourceIndex() in addRegisterWrite()
189 if (OtherWS && (OtherWrite.getSourceIndex() != Write.getSourceIndex())) { in addRegisterWrite()
399 << WR.getSourceIndex() << ")\n"; in collectWrites()
/freebsd-12.1/contrib/llvm/tools/llvm-mca/Views/
H A DSummaryView.cpp37 LastInstructionIdx = Event.IR.getSourceIndex(); in onEvent()
42 Event.IR.getSourceIndex() >= Source.size()) in onEvent()
H A DTimelineView.cpp43 if (IR.getSourceIndex() >= Source.size()) in onReservedBuffers()
56 UsedBuffer[IR.getSourceIndex()] = BufferInfo; in onReservedBuffers()
60 const unsigned Index = Event.IR.getSourceIndex(); in onEvent()
H A DResourcePressureView.cpp47 LastInstructionIdx = Event.IR.getSourceIndex(); in onEvent()
56 const unsigned SourceIdx = Event.IR.getSourceIndex() % Source.size(); in onEvent()
H A DSchedulerStatistics.cpp51 const unsigned Index = Event.IR.getSourceIndex(); in onEvent()
/freebsd-12.1/contrib/llvm/include/llvm/MCA/
H A DInstruction.h487 unsigned getSourceIndex() const { return Data.first; } in getSourceIndex() function
498 void print(raw_ostream &OS) const { OS << getSourceIndex(); } in print()
522 unsigned getSourceIndex() const { return Data.first; } in getSourceIndex() function
534 if (getSourceIndex() == INVALID_IID) in isAvailable()
/freebsd-12.1/contrib/llvm/lib/MCA/
H A DInstruction.cpp121 dbgs() << "IID=" << getSourceIndex() << ' '; in dump()
/freebsd-12.1/contrib/llvm/lib/MCA/Stages/
H A DDispatchStage.cpp133 PRF.addRegisterWrite(WriteRef(IR.getSourceIndex(), &WS), RegisterFiles); in dispatch()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/AST/
H A DAttr.h277 unsigned getSourceIndex() const { in getSourceIndex() function
/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DSemaDeclAttr.cpp1787 << I->args_begin()->getSourceIndex(); in handleOwnershipAttr()
1790 << Idx.getSourceIndex() << Ex->getSourceRange(); in handleOwnershipAttr()
4772 AL.getRange(), S.Context, ArgCount.getSourceIndex(), in handleXRayLogArgsAttr()
H A DSemaTemplateInstantiateDecl.cpp180 llvm::APInt(64, Align->getParamIndex().getSourceIndex()), in instantiateDependentAllocAlignAttr()
H A DSemaChecking.cpp13680 << 0 << Attr->getTypeTagIdx().getSourceIndex(); in CheckArgumentWithTypeTag()
13700 << 1 << Attr->getArgumentIdx().getSourceIndex(); in CheckArgumentWithTypeTag()