/external/llvm-project/llvm/include/llvm/MCA/HardwareUnits/ |
D | Scheduler.h | 44 return Lhs.getSourceIndex() - Lhs.getInstruction()->getNumUsers(); in computeRank() 58 return Lhs.getSourceIndex() < Rhs.getSourceIndex(); in compare()
|
D | LSUnit.h | 124 CriticalPredecessor.IID = IR.getSourceIndex(); in onGroupIssued()
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MCA/HardwareUnits/ |
D | Scheduler.h | 44 return Lhs.getSourceIndex() - Lhs.getInstruction()->getNumUsers(); in computeRank() 58 return Lhs.getSourceIndex() < Rhs.getSourceIndex(); in compare()
|
D | LSUnit.h | 109 CriticalPredecessor.IID = IR.getSourceIndex(); in onGroupIssued()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/MCA/HardwareUnits/ |
D | RegisterFile.cpp | 154 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()
|
D | LSUnit.cpp | 179 LLVM_DEBUG(dbgs() << "[LSUnit]: Instruction idx=" << IR.getSourceIndex() in onInstructionRetired() 185 LLVM_DEBUG(dbgs() << "[LSUnit]: Instruction idx=" << IR.getSourceIndex() in onInstructionRetired()
|
D | Scheduler.cpp | 82 IS->execute(IR.getSourceIndex()); in issueInstructionImpl()
|
/external/llvm-project/llvm/lib/MCA/HardwareUnits/ |
D | RegisterFile.cpp | 154 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()
|
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()
|
D | Scheduler.cpp | 82 IS->execute(IR.getSourceIndex()); in issueInstructionImpl()
|
/external/llvm-project/llvm/tools/llvm-mca/Views/ |
D | SummaryView.cpp | 42 LastInstructionIdx = Event.IR.getSourceIndex(); in onEvent() 47 Event.IR.getSourceIndex() >= Source.size()) in onEvent()
|
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()
|
D | ResourcePressureView.cpp | 46 LastInstructionIdx = Event.IR.getSourceIndex(); in onEvent() 56 const unsigned SourceIdx = Event.IR.getSourceIndex() % Source.size(); in onEvent()
|
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() 491 const unsigned IID = Event.IR.getSourceIndex(); in onEvent()
|
D | SchedulerStatistics.cpp | 50 const unsigned Index = Event.IR.getSourceIndex(); in onEvent()
|
/external/llvm-project/llvm/include/llvm/MCA/ |
D | Instruction.h | 575 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/ |
D | Instruction.h | 575 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/ |
D | DispatchStage.cpp | 124 PRF.addRegisterWrite(WriteRef(IR.getSourceIndex(), &WS), RegisterFiles); in dispatch()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/MCA/Stages/ |
D | DispatchStage.cpp | 124 PRF.addRegisterWrite(WriteRef(IR.getSourceIndex(), &WS), RegisterFiles); in dispatch()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/MCA/ |
D | Instruction.cpp | 130 dbgs() << "IID=" << getSourceIndex() << ' '; in dump()
|
/external/llvm-project/llvm/lib/MCA/ |
D | Instruction.cpp | 130 dbgs() << "IID=" << getSourceIndex() << ' '; in dump()
|
/external/llvm-project/clang/include/clang/AST/ |
D | Attr.h | 279 unsigned getSourceIndex() const { in getSourceIndex() function
|
/external/llvm-project/clang/lib/Sema/ |
D | SemaDeclAttr.cpp | 1773 << I->args_begin()->getSourceIndex(); in handleOwnershipAttr() 1776 << Idx.getSourceIndex() << Ex->getSourceRange(); in handleOwnershipAttr() 5051 XRayLogArgsAttr(S.Context, AL, ArgCount.getSourceIndex())); in handleXRayLogArgsAttr()
|
D | SemaTemplateInstantiateDecl.cpp | 179 llvm::APInt(64, Align->getParamIndex().getSourceIndex()), in instantiateDependentAllocAlignAttr()
|
D | SemaChecking.cpp | 15561 << 0 << Attr->getTypeTagIdx().getSourceIndex(); in CheckArgumentWithTypeTag() 15581 << 1 << Attr->getArgumentIdx().getSourceIndex(); in CheckArgumentWithTypeTag()
|