Home
last modified time | relevance | path

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

/freebsd-14.2/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; variable
/freebsd-14.2/contrib/llvm-project/llvm/lib/MCA/
H A DInstrBuilder.cpp38 ProcResourceMasks.resize(SM.getNumProcResourceKinds()); in InstrBuilder()
39 computeProcResourceMasks(STI.getSchedModel(), ProcResourceMasks); in InstrBuilder()
45 ArrayRef<uint64_t> ProcResourceMasks) { in initializeUsedResources() argument
83 uint64_t Mask = ProcResourceMasks[PRE->ProcResourceIdx]; in initializeUsedResources()
95 uint64_t Super = ProcResourceMasks[PR.SuperIdx]; in initializeUsedResources()
191 uint64_t Mask = ProcResourceMasks[I]; in initializeUsedResources()
573 initializeUsedResources(*ID, SCDesc, STI, ProcResourceMasks); in createInstrDescImpl()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/MCA/
H A DInstrBuilder.h67 SmallVector<uint64_t, 8> ProcResourceMasks; variable
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DMachinePipeliner.h467 llvm::SmallVector<uint64_t, DefaultProcResSize> ProcResourceMasks; variable
499 ProcResourceMasks(SM.getNumProcResourceKinds(), 0), in ResourceManager()
501 initProcResourceVectors(SM, ProcResourceMasks); in ResourceManager()