Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUSwLowerLDS.cpp139 GlobalVariable *SwLDS = nullptr; member
350 LDSParams.SwLDS = new GlobalVariable( in buildSwLDSGlobal()
356 LDSParams.SwLDS->setSanitizerMetadata(MD); in buildSwLDSGlobal()
381 recordLDSAbsoluteAddress(M, LDSParams.SwLDS, 0); in populateSwLDSAttributeAndMetadata()
459 SwLDSVector.insert(LDSParams.SwLDS); in populateSwMetadataGlobal()
467 Type *Ty = LDSParams.SwLDS->getValueType(); in populateSwMetadataGlobal()
485 assert(LDSParams.SwLDS); in populateSwMetadataGlobal()
487 LDSParams.SwLDS->setAlignment(MaxAlignment); in populateSwMetadataGlobal()
512 SwLDSVector.insert(LDSParams.SwLDS); in populateLDSToReplacementIndicesMap()
537 GlobalVariable *SwLDS = LDSParams.SwLDS; in replaceKernelLDSAccesses() local
[all …]