Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/tools/llvm-mca/Views/
H A DSummaryView.cpp30 ProcResourceMasks(Model.getNumProcResourceKinds()), in SummaryView()
32 computeProcResourceMasks(SM, ProcResourceMasks); in SummaryView()
34 unsigned Index = getResourceStateIndex(ProcResourceMasks[I]); in SummaryView()
H A DSummaryView.h68 llvm::SmallVector<uint64_t, 8> ProcResourceMasks;
69 llvm::SmallVector<uint64_t, 8> ProcResourceMasks; global() variable
/freebsd/contrib/llvm-project/llvm/lib/MCA/
H A DInstrBuilder.cpp39 ProcResourceMasks.resize(SM.getNumProcResourceKinds()); in InstrBuilder()
40 computeProcResourceMasks(STI.getSchedModel(), ProcResourceMasks); in InstrBuilder()
46 ArrayRef<uint64_t> ProcResourceMasks) { in initializeUsedResources() argument
84 uint64_t Mask = ProcResourceMasks[PRE->ProcResourceIdx]; in initializeUsedResources()
96 uint64_t Super = ProcResourceMasks[PR.SuperIdx]; in initializeUsedResources()
192 uint64_t Mask = ProcResourceMasks[I]; in initializeUsedResources()
617 initializeUsedResources(*ID, SCDesc, STI, ProcResourceMasks); in createInstrDescImpl()
/freebsd/contrib/llvm-project/llvm/include/llvm/MCA/
H A DInstrBuilder.h68 SmallVector<uint64_t, 8> ProcResourceMasks; variable
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DMachinePipeliner.h472 llvm::SmallVector<uint64_t, DefaultProcResSize> ProcResourceMasks; variable
504 ProcResourceMasks(SM.getNumProcResourceKinds(), 0), in ResourceManager()
506 initProcResourceVectors(SM, ProcResourceMasks); in ResourceManager()