Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Target/AMDGPU/
H A DAMDGPUAttributor.cpp205 bool IsNonEntryFunc = !AMDGPU::isEntryFunctionCC(Fn.getCallingConv()); in needsQueuePtr() local
209 if (!IsNonEntryFunc && HasAperture) in needsQueuePtr()
215 if (IsNonEntryFunc && (Access & DS_GLOBAL)) in needsQueuePtr()
408 bool IsNonEntryFunc = !AMDGPU::isEntryFunctionCC(F->getCallingConv()); in updateImpl() local
429 if ((IsNonEntryFunc || !NonKernelOnly)) in updateImpl()
511 bool IsNonEntryFunc = !AMDGPU::isEntryFunctionCC(F->getCallingConv()); in checkForQueuePtr() local
543 if (!IsNonEntryFunc && HasApertureRegs) in checkForQueuePtr()