Home
last modified time | relevance | path

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

/external/llvm/lib/Target/AMDGPU/
DAMDGPUPromoteAlloca.cpp36 MDNode *MaxWorkGroupSizeRange; member in __anon9d59d54e0111::AMDGPUPromoteAlloca
70 MaxWorkGroupSizeRange(nullptr), in AMDGPUPromoteAlloca()
113 MaxWorkGroupSizeRange = MDB.createRange(APInt(32, 0), APInt(32, 2048)); in doInitialization()
241 LocalSizeY->setMetadata(LLVMContext::MD_range, MaxWorkGroupSizeRange); in getLocalSizeYZ()
242 LocalSizeZ->setMetadata(LLVMContext::MD_range, MaxWorkGroupSizeRange); in getLocalSizeYZ()
307 LoadZU->setMetadata(LLVMContext::MD_range, MaxWorkGroupSizeRange); in getLocalSizeYZ()
338 CI->setMetadata(LLVMContext::MD_range, MaxWorkGroupSizeRange); in getWorkitemID()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/
DAMDGPUSubtarget.cpp403 MDNode *MaxWorkGroupSizeRange = MDB.createRange(APInt(32, MinSize), in makeLIDRangeMetadata() local
405 I->setMetadata(LLVMContext::MD_range, MaxWorkGroupSizeRange); in makeLIDRangeMetadata()