Home
last modified time | relevance | path

Searched refs:ProcResourceMasks (Results 1 – 4 of 4) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-mca/
DSummaryView.cpp31 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()
DInstrBuilder.h46 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()
DInstrBuilder.cpp32 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()
DSummaryView.h56 llvm::SmallVector<uint64_t, 8> ProcResourceMasks; variable