Searched refs:emptyCharArray (Results 1 – 2 of 2) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
| H A D | AMDGPULowerModuleLDSPass.cpp | 851 auto *emptyCharArray = ArrayType::get(Type::getInt8Ty(Ctx), 0); in buildRepresentativeDynamicLDSInstance() local 853 M, emptyCharArray, false, GlobalValue::ExternalLinkage, nullptr, in buildRepresentativeDynamicLDSInstance() 891 auto *emptyCharArray = ArrayType::get(Type::getInt8Ty(Ctx), 0); in lowerDynamicLDSVariables() local 893 emptyCharArray, N, ConstantInt::get(I32, 0), true); in lowerDynamicLDSVariables()
|
| H A D | AMDGPUSwLowerLDS.cpp | 366 auto *emptyCharArray = ArrayType::get(IRB.getInt8Ty(), 0); in buildSwDynLDSGlobal() local 368 M, emptyCharArray, false, GlobalValue::ExternalLinkage, nullptr, in buildSwDynLDSGlobal()
|