Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Target/AMDGPU/
H A DAMDGPUReplaceLDSUseWithPointer.cpp409 if (!F || F->isDeclaration() || llvm::AMDGPU::isKernelCC(F)) in collectAddressTakenFunctions()
476 if (!llvm::AMDGPU::isKernelCC(&F)) in collectReachableCallees()
521 if (!llvm::AMDGPU::isKernelCC(F)) in collectNonKernelAccessorsOfLDS()
553 if (!llvm::AMDGPU::isKernelCC(F)) { in getFunctionToInstsMap()
557 if (llvm::AMDGPU::isKernelCC(F)) { in getFunctionToInstsMap()
/openbsd-src/gnu/llvm/llvm/lib/Target/AMDGPU/Utils/
H A DAMDGPUMemoryUtils.cpp44 assert(!F || isKernelCC(F)); in shouldLowerLDSToStruct()
65 Ret |= !isKernelCC(UF); in shouldLowerLDSToStruct()
H A DAMDGPUBaseInfo.h1085 bool isKernelCC(const Function *Func);
H A DAMDGPUBaseInfo.cpp1911 bool isKernelCC(const Function *Func) { in isKernelCC() function