Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DMachinePipeliner.h440 llvm::SmallVector<uint64_t, DefaultProcResSize> ProcResourceCount; variable
446 ProcResourceCount(SM.getNumProcResourceKinds(), 0) { in ResourceManager()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DMachinePipeliner.cpp2964 ProcResourceCount[I->ProcResourceIdx], NumUnits, in canReserveResources()
2967 if (ProcResourceCount[I->ProcResourceIdx] >= NumUnits) in canReserveResources()
2996 ++ProcResourceCount[PRE.ProcResourceIdx]; in reserveResources()
3003 ProcResourceCount[PRE.ProcResourceIdx], in reserveResources()
3025 std::fill(ProcResourceCount.begin(), ProcResourceCount.end(), 0); in clearResources()