Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUMemoryUtils.cpp118 if (isKernelLDS(F)) in getUsesOfLDSByFunction()
127 bool isKernelLDS(const Function *F) { in isKernelLDS() function
140 if (!isKernelLDS(&F)) in getTransitiveUsesOfLDS()
172 if (!isKernelLDS(&F)) { in getTransitiveUsesOfLDS()
182 if (Func.isDeclaration() || isKernelLDS(&Func)) in getTransitiveUsesOfLDS()
219 if (Func.isDeclaration() || !isKernelLDS(&Func)) in getTransitiveUsesOfLDS()
327 if (!isKernelLDS(PotentialCallee)) { in removeFnAttrFromReachable()
H A DAMDGPULowerModuleLDSPass.cpp442 if (Func.isDeclaration() || !isKernelLDS(&Func)) in kernelsThatIndirectlyAccessAnyOfPassedVariables()
556 if (!isKernelLDS(&Func)) in assignLDSKernelIDToEachKernel()
704 return !isKernelLDS(F); in lowerModuleScopeStructVariables()
712 if (Func.isDeclaration() || !isKernelLDS(&Func)) in lowerModuleScopeStructVariables()
744 if (Func.isDeclaration() || !isKernelLDS(&Func)) in lowerKernelScopeStructVariables()
829 assert(isKernelLDS(func)); in buildRepresentativeDynamicLDSInstance()
879 assert(isKernelLDS(func)); in lowerDynamicLDSVariables()
913 if (isKernelLDS(I->getFunction())) in lowerDynamicLDSVariables()
929 if (isKernelLDS(F) && F != KF) { in uniquifyGVPerKernel()
946 if (!isKernelLDS(F) || F == KF) { in uniquifyGVPerKernel()
[all …]
H A DAMDGPUMemoryUtils.h56 bool isKernelLDS(const Function *F);
H A DAMDGPUSwLowerLDS.cpp274 if (AMDGPU::isKernelLDS(CalledFunc)) in getNonKernelsWithLDSArguments()
300 if (!isKernelLDS(F) && !F->isDeclaration()) in getUsesOfLDSByNonKernels()
1172 assert(isKernelLDS(F)); in run()