Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUAttributor.cpp160 bool hasApertureRegs(Function &F) { in hasApertureRegs() function in __anon93435ae10111::AMDGPUInformationCache
162 return ST.hasApertureRegs(); in hasApertureRegs()
293 bool HasAperture = hasApertureRegs(Fn); in needsQueuePtr()
508 bool HasApertureRegs = InfoCache.hasApertureRegs(*F); in updateImpl()
629 bool HasApertureRegs = InfoCache.hasApertureRegs(*F); in checkForQueuePtr()
H A DGCNSubtarget.h629 bool hasApertureRegs() const { in hasApertureRegs() function
H A DAMDGPUHSAMetadataStreamer.cpp717 if (!ST.hasApertureRegs()) { in emitHiddenKernelArgs()
H A DAMDGPULegalizerInfo.cpp2250 if (ST.hasApertureRegs()) { in getSegmentAperture()
H A DSIISelLowering.cpp7514 if (Subtarget->hasApertureRegs()) { in getSegmentAperture()