Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUAttributor.cpp293 bool HasAperture = hasApertureRegs(Fn); in needsQueuePtr() local
296 if (!IsNonEntryFunc && HasAperture) in needsQueuePtr()
306 return !HasAperture && (Access & ADDR_SPACE_CAST_BOTH_TO_FLAT); in needsQueuePtr()