Searched refs:MetadataStructType (Results 1 – 1 of 1) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
| H A D | AMDGPUSwLowerLDS.cpp | 474 StructType *MetadataStructType = in populateSwMetadataGlobal() local 480 M, MetadataStructType, false, GlobalValue::InternalLinkage, in populateSwMetadataGlobal() 481 PoisonValue::get(MetadataStructType), MDOS.str(), nullptr, in populateSwMetadataGlobal() 483 Constant *data = ConstantStruct::get(MetadataStructType, Initializers); in populateSwMetadataGlobal() 590 StructType *MetadataStructType = in updateMallocSizeForDynamicLDS() local 604 MetadataStructType, SwLDSMetadata, {Index0, Index1, Index2Offset}); in updateMallocSizeForDynamicLDS() 609 auto *GEPForSize = IRB.CreateInBoundsGEP(MetadataStructType, SwLDSMetadata, in updateMallocSizeForDynamicLDS() 616 MetadataStructType, SwLDSMetadata, {Index0, Index1, Index2AlignedSize}); in updateMallocSizeForDynamicLDS() 808 StructType *MetadataStructType = in lowerKernelLDSAccesses() local 831 IRB.CreateInBoundsGEP(MetadataStructType, SwLDSMetadata, in lowerKernelLDSAccesses() [all …]
|