Searched refs:isKernelLDS (Results 1 – 4 of 4) sorted by relevance
118 if (isKernelLDS(F)) in getUsesOfLDSByFunction()127 bool isKernelLDS(const Function *F) { in isKernelLDS() function140 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()
442 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 …]
56 bool isKernelLDS(const Function *F);
274 if (AMDGPU::isKernelLDS(CalledFunc)) in getNonKernelsWithLDSArguments()300 if (!isKernelLDS(F) && !F->isDeclaration()) in getUsesOfLDSByNonKernels()1172 assert(isKernelLDS(F)); in run()