Home
last modified time | relevance | path

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

/freebsd-13.1/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.h69 llvm::SmallVector<uint64_t, 8> ProcResourceMasks; variable
/freebsd-13.1/contrib/llvm-project/llvm/lib/MCA/
H A DInstrBuilder.cpp34 ProcResourceMasks.resize(SM.getNumProcResourceKinds()); in InstrBuilder()
35 computeProcResourceMasks(STI.getSchedModel(), ProcResourceMasks); in InstrBuilder()
41 ArrayRef<uint64_t> ProcResourceMasks) { in initializeUsedResources() argument
79 uint64_t Mask = ProcResourceMasks[PRE->ProcResourceIdx]; in initializeUsedResources()
91 uint64_t Super = ProcResourceMasks[PR.SuperIdx]; in initializeUsedResources()
217 uint64_t Mask = ProcResourceMasks[I]; in initializeUsedResources()
603 initializeUsedResources(*ID, SCDesc, STI, ProcResourceMasks); in createInstrDescImpl()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/MCA/
H A DInstrBuilder.h43 SmallVector<uint64_t, 8> ProcResourceMasks; variable
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DMachinePipeliner.h444 llvm::SmallVector<uint64_t, DefaultProcResSize> ProcResourceMasks; variable
451 ProcResourceMasks(SM.getNumProcResourceKinds(), 0), in ResourceManager()
455 initProcResourceVectors(SM, ProcResourceMasks); in ResourceManager()