Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Target/AMDGPU/
H A DAMDGPULowerModuleLDSPass.cpp175 bool isKernelLDS(const Function *F) { in isKernelLDS() function
336 if (isKernelLDS(F)) { in getUsesOfLDSByFunction()
360 if (!isKernelLDS(&F)) in getTransitiveUsesOfLDS()
388 if (!isKernelLDS(&F)) { in getTransitiveUsesOfLDS()
398 if (Func.isDeclaration() || isKernelLDS(&Func)) in getTransitiveUsesOfLDS()
428 if (Func.isDeclaration() || !isKernelLDS(&Func)) in getTransitiveUsesOfLDS()
592 if (Func.isDeclaration() || !isKernelLDS(&Func)) in kernelsThatIndirectlyAccessAnyOfPassedVariables()
678 assert(isKernelLDS(F)); in runOnModule()
783 return !isKernelLDS(F); in runOnModule()
794 if (Func.isDeclaration() || !isKernelLDS(&Func)) in runOnModule()
[all …]