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.cpp154 bool hasApertureRegs(Function &F) { in hasApertureRegs() function in __anoncdd5dda90111::AMDGPUInformationCache
156 return ST.hasApertureRegs(); in hasApertureRegs()
243 bool HasAperture = hasApertureRegs(Fn); in needsQueuePtr()
453 bool HasApertureRegs = InfoCache.hasApertureRegs(*F); in updateImpl()
571 bool HasApertureRegs = InfoCache.hasApertureRegs(*F); in checkForQueuePtr()
H A DGCNSubtarget.h575 bool hasApertureRegs() const { in hasApertureRegs() function
H A DAMDGPUHSAMetadataStreamer.cpp662 if (!ST.hasApertureRegs()) { in emitHiddenKernelArgs()
H A DAMDGPULegalizerInfo.cpp2116 if (ST.hasApertureRegs()) { in getSegmentAperture()
H A DSIISelLowering.cpp6552 if (Subtarget->hasApertureRegs()) { in getSegmentAperture()