Home
last modified time | relevance | path

Searched refs:ProcResourceCount (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/llvm/include/llvm/CodeGen/
H A DMachinePipeliner.h455 llvm::SmallVector<uint64_t, DefaultProcResSize> ProcResourceCount; variable
461 ProcResourceCount(SM.getNumProcResourceKinds(), 0) { in ResourceManager()
/llvm-project-15.0.7/llvm/lib/CodeGen/
H A DMachinePipeliner.cpp3097 ProcResourceCount[I->ProcResourceIdx], NumUnits, in canReserveResources()
3100 if (ProcResourceCount[I->ProcResourceIdx] >= NumUnits) in canReserveResources()
3129 ++ProcResourceCount[PRE.ProcResourceIdx]; in reserveResources()
3136 ProcResourceCount[PRE.ProcResourceIdx], in reserveResources()
3158 std::fill(ProcResourceCount.begin(), ProcResourceCount.end(), 0); in clearResources()