Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
DAMDGPUAttributor.cpp103 bool hasApertureRegs(Function &F) { in hasApertureRegs() function in AMDGPUInformationCache
105 return ST.hasApertureRegs(); in hasApertureRegs()
146 bool HasAperture = hasApertureRegs(Fn); in needsQueuePtr()
416 bool HasApertureRegs = InfoCache.hasApertureRegs(*F); in updateImpl()
DAMDGPUAnnotateKernelFeatures.cpp263 bool HasApertureRegs = ST.hasApertureRegs(); in addFeatureAttributes()
DGCNSubtarget.h531 bool hasApertureRegs() const { in hasApertureRegs() function
DAMDGPULegalizerInfo.cpp1780 if (ST.hasApertureRegs()) { in getSegmentAperture()
DSIISelLowering.cpp5326 if (Subtarget->hasApertureRegs()) { in getSegmentAperture()