Home
last modified time | relevance | path

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

/llvm-project-15.0.7/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()
H A DAMDGPULowerModuleLDSPass.cpp186 if (!Func.isDeclaration() && AMDGPU::isKernelCC(&Func)) { in runOnModule()
/llvm-project-15.0.7/llvm/lib/Target/AMDGPU/Utils/
H A DAMDGPUMemoryUtils.cpp74 assert(!F || isKernelCC(F)); in shouldLowerLDSToStruct()
95 Ret |= !isKernelCC(UF); in shouldLowerLDSToStruct()
H A DAMDGPUBaseInfo.h807 bool isKernelCC(const Function *Func);
H A DAMDGPUBaseInfo.cpp1713 bool isKernelCC(const Function *Func) { in isKernelCC() function