Searched refs:GlobalFlags (Results 1 – 3 of 3) sorted by relevance
485 char GlobalFlags = 0; in scanInstructions() local518 GlobalFlags |= StateWQM; in scanInstructions()534 GlobalFlags |= StateStrictWWM; in scanInstructions()543 GlobalFlags |= StateStrictWQM; in scanInstructions()556 GlobalFlags |= StateExact; in scanInstructions()587 GlobalFlags |= StateExact; in scanInstructions()622 GlobalFlags |= Flags; in scanInstructions()630 if (GlobalFlags & StateWQM) { in scanInstructions()637 return GlobalFlags; in scanInstructions()739 return GlobalFlags; in analyzeFunction()[all …]
65 LOADCFG-NEXT: GlobalFlags Clear: 066 LOADCFG-NEXT: GlobalFlags Set: 0
724 hsa_amd_memory_pool_global_flag_t GlobalFlags; in printDeviceInfo() local727 Region, HSA_AMD_MEMORY_POOL_INFO_GLOBAL_FLAGS, &GlobalFlags), in printDeviceInfo()738 if (HSA_AMD_MEMORY_POOL_GLOBAL_FLAG_KERNARG_INIT & GlobalFlags) in printDeviceInfo()740 if (HSA_AMD_MEMORY_POOL_GLOBAL_FLAG_FINE_GRAINED & GlobalFlags) in printDeviceInfo()742 if (HSA_AMD_MEMORY_POOL_GLOBAL_FLAG_COARSE_GRAINED & GlobalFlags) in printDeviceInfo()868 uint32_t GlobalFlags = 0; in addDeviceMemoryPool() local870 MemoryPool, HSA_AMD_MEMORY_POOL_INFO_GLOBAL_FLAGS, &GlobalFlags); in addDeviceMemoryPool()876 if (GlobalFlags & HSA_AMD_MEMORY_POOL_GLOBAL_FLAG_FINE_GRAINED) { in addDeviceMemoryPool()926 uint32_t GlobalFlags = 0; in setupHostMemoryPools() local934 if (GlobalFlags & HSA_AMD_MEMORY_POOL_GLOBAL_FLAG_FINE_GRAINED) { in setupHostMemoryPools()[all …]