Searched refs:ProcResourceMasks (Results 1 – 4 of 4) sorted by relevance
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-mca/ |
D | SummaryView.cpp | 31 ProcResourceMasks(Model.getNumProcResourceKinds(), 0) { in SummaryView() 32 computeProcResourceMasks(SM, ProcResourceMasks); in SummaryView() 53 const auto It = find(ProcResourceMasks, RU.first); in onEvent() 54 assert(It != ProcResourceMasks.end() && in onEvent() 56 ProcResourceUsage[std::distance(ProcResourceMasks.begin(), It)] += in onEvent()
|
D | InstrBuilder.h | 46 llvm::SmallVector<uint64_t, 8> ProcResourceMasks; variable 66 ProcResourceMasks(STI.getSchedModel().getNumProcResourceKinds()) { in InstrBuilder() 67 computeProcResourceMasks(STI.getSchedModel(), ProcResourceMasks); in InstrBuilder() 76 return ProcResourceMasks; in getProcResourceMasks()
|
D | InstrBuilder.cpp | 32 ArrayRef<uint64_t> ProcResourceMasks) { in initializeUsedResources() argument 54 uint64_t Mask = ProcResourceMasks[PRE->ProcResourceIdx]; in initializeUsedResources() 60 uint64_t Super = ProcResourceMasks[PR.SuperIdx]; in initializeUsedResources() 376 initializeUsedResources(*ID, SCDesc, STI, ProcResourceMasks); in createInstrDescImpl()
|
D | SummaryView.h | 56 llvm::SmallVector<uint64_t, 8> ProcResourceMasks; variable
|