Home
last modified time | relevance | path

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

12

/external/llvm-project/llvm/include/llvm/MCA/HardwareUnits/
DScheduler.h44 return Lhs.getSourceIndex() - Lhs.getInstruction()->getNumUsers(); in computeRank()
58 return Lhs.getSourceIndex() < Rhs.getSourceIndex(); in compare()
DLSUnit.h124 CriticalPredecessor.IID = IR.getSourceIndex(); in onGroupIssued()
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MCA/HardwareUnits/
DScheduler.h44 return Lhs.getSourceIndex() - Lhs.getInstruction()->getNumUsers(); in computeRank()
58 return Lhs.getSourceIndex() < Rhs.getSourceIndex(); in compare()
DLSUnit.h109 CriticalPredecessor.IID = IR.getSourceIndex(); in onGroupIssued()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/MCA/HardwareUnits/
DRegisterFile.cpp154 dbgs() << "RegisterFile: addRegisterWrite [ " << Write.getSourceIndex() in addRegisterWrite()
188 if (OtherWS && (OtherWrite.getSourceIndex() != Write.getSourceIndex())) { in addRegisterWrite()
191 OtherWS->addUser(OtherWrite.getSourceIndex(), &WS); in addRegisterWrite()
393 << WR.getSourceIndex() << ")\n"; in collectWrites()
423 WS.addUser(WR.getSourceIndex(), &RS, ReadAdvance); in addRegisterRead()
DLSUnit.cpp179 LLVM_DEBUG(dbgs() << "[LSUnit]: Instruction idx=" << IR.getSourceIndex() in onInstructionRetired()
185 LLVM_DEBUG(dbgs() << "[LSUnit]: Instruction idx=" << IR.getSourceIndex() in onInstructionRetired()
DScheduler.cpp82 IS->execute(IR.getSourceIndex()); in issueInstructionImpl()
/external/llvm-project/llvm/lib/MCA/HardwareUnits/
DRegisterFile.cpp154 dbgs() << "RegisterFile: addRegisterWrite [ " << Write.getSourceIndex() in addRegisterWrite()
188 if (OtherWS && (OtherWrite.getSourceIndex() != Write.getSourceIndex())) { in addRegisterWrite()
191 OtherWS->addUser(OtherWrite.getSourceIndex(), &WS); in addRegisterWrite()
384 << WR.getSourceIndex() << ")\n"; in collectWrites()
414 WS.addUser(WR.getSourceIndex(), &RS, ReadAdvance); in addRegisterRead()
DLSUnit.cpp221 LLVM_DEBUG(dbgs() << "[LSUnit]: Instruction idx=" << IR.getSourceIndex() in onInstructionRetired()
227 LLVM_DEBUG(dbgs() << "[LSUnit]: Instruction idx=" << IR.getSourceIndex() in onInstructionRetired()
DScheduler.cpp82 IS->execute(IR.getSourceIndex()); in issueInstructionImpl()
/external/llvm-project/llvm/tools/llvm-mca/Views/
DSummaryView.cpp42 LastInstructionIdx = Event.IR.getSourceIndex(); in onEvent()
47 Event.IR.getSourceIndex() >= Source.size()) in onEvent()
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()
DResourcePressureView.cpp46 LastInstructionIdx = Event.IR.getSourceIndex(); in onEvent()
56 const unsigned SourceIdx = Event.IR.getSourceIndex() % Source.size(); in onEvent()
DBottleneckAnalysis.cpp68 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()
491 const unsigned IID = Event.IR.getSourceIndex(); in onEvent()
DSchedulerStatistics.cpp50 const unsigned Index = Event.IR.getSourceIndex(); in onEvent()
/external/llvm-project/llvm/include/llvm/MCA/
DInstruction.h575 unsigned getSourceIndex() const { return Data.first; } in getSourceIndex() function
586 void print(raw_ostream &OS) const { OS << getSourceIndex(); } in print()
610 unsigned getSourceIndex() const { return Data.first; } in getSourceIndex() function
622 if (getSourceIndex() == INVALID_IID) in isAvailable()
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MCA/
DInstruction.h575 unsigned getSourceIndex() const { return Data.first; } in getSourceIndex() function
586 void print(raw_ostream &OS) const { OS << getSourceIndex(); } in print()
610 unsigned getSourceIndex() const { return Data.first; } in getSourceIndex() function
622 if (getSourceIndex() == INVALID_IID) in isAvailable()
/external/llvm-project/llvm/lib/MCA/Stages/
DDispatchStage.cpp124 PRF.addRegisterWrite(WriteRef(IR.getSourceIndex(), &WS), RegisterFiles); in dispatch()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/MCA/Stages/
DDispatchStage.cpp124 PRF.addRegisterWrite(WriteRef(IR.getSourceIndex(), &WS), RegisterFiles); in dispatch()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/MCA/
DInstruction.cpp130 dbgs() << "IID=" << getSourceIndex() << ' '; in dump()
/external/llvm-project/llvm/lib/MCA/
DInstruction.cpp130 dbgs() << "IID=" << getSourceIndex() << ' '; in dump()
/external/llvm-project/clang/include/clang/AST/
DAttr.h279 unsigned getSourceIndex() const { in getSourceIndex() function
/external/llvm-project/clang/lib/Sema/
DSemaDeclAttr.cpp1773 << I->args_begin()->getSourceIndex(); in handleOwnershipAttr()
1776 << Idx.getSourceIndex() << Ex->getSourceRange(); in handleOwnershipAttr()
5051 XRayLogArgsAttr(S.Context, AL, ArgCount.getSourceIndex())); in handleXRayLogArgsAttr()
DSemaTemplateInstantiateDecl.cpp179 llvm::APInt(64, Align->getParamIndex().getSourceIndex()), in instantiateDependentAllocAlignAttr()
DSemaChecking.cpp15561 << 0 << Attr->getTypeTagIdx().getSourceIndex(); in CheckArgumentWithTypeTag()
15581 << 1 << Attr->getArgumentIdx().getSourceIndex(); in CheckArgumentWithTypeTag()

12