Lines Matching refs:Pool
1765 for (AMDGPUMemoryPoolTy *Pool : AllMemoryPools)
1766 delete Pool;
2670 for (AMDGPUMemoryPoolTy *Pool : AllMemoryPools) {
2673 if (Pool->isGlobal())
2675 else if (Pool->isReadOnly())
2677 else if (Pool->isPrivate())
2679 else if (Pool->isGroup())
2684 Info.add<InfoLevel2>(std::string("Pool ") + TmpStr);
2686 if (Pool->isGlobal()) {
2687 if (Pool->isFineGrained())
2689 if (Pool->isCoarseGrained())
2691 if (Pool->supportsKernelArgs())
2697 Status = Pool->getAttrRaw(HSA_AMD_MEMORY_POOL_INFO_SIZE, TmpSt);
2701 Status = Pool->getAttrRaw(HSA_AMD_MEMORY_POOL_INFO_RUNTIME_ALLOC_ALLOWED,
2706 Status = Pool->getAttrRaw(HSA_AMD_MEMORY_POOL_INFO_RUNTIME_ALLOC_GRANULE,
2711 Status = Pool->getAttrRaw(
2717 Pool->getAttrRaw(HSA_AMD_MEMORY_POOL_INFO_ACCESSIBLE_BY_ALL, TmpBool);
2774 for (AMDGPUMemoryPoolTy *Pool : AllMemoryPools) {
2775 if (Pool->isGlobal()) {
2777 Pool->getAttrRaw(HSA_AMD_MEMORY_POOL_INFO_SIZE, Value);