Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AMDGPU/Utils/
H A DAMDGPULDSUtils.cpp41 if (!F || F->isDeclaration() || AMDGPU::isKernelCC(F)) in collectAddressTakenFunctions()
103 if (!AMDGPU::isKernelCC(&F)) in collectReachableCallees()
143 if (!AMDGPU::isKernelCC(F)) in collectNonKernelAccessorsOfLDS()
175 if (!AMDGPU::isKernelCC(F)) { in getFunctionToInstsMap()
179 if (AMDGPU::isKernelCC(F)) { in getFunctionToInstsMap()
191 bool isKernelCC(const Function *Func) { in isKernelCC() function
258 assert(!F || isKernelCC(F)); in shouldLowerLDSToStruct()
284 Ret |= !isKernelCC(UF); in shouldLowerLDSToStruct()
H A DAMDGPULDSUtils.h44 bool isKernelCC(const Function *Func);
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPULowerModuleLDSPass.cpp328 if (AMDGPU::isKernelCC(Func) && !Kernels.contains(Func)) { in processUsedLDS()