Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUSubtarget.cpp719 return getBaseReservedNumSGPRs(MFI.getUserSGPRInfo().hasFlatScratchInit()); in getReservedNumSGPRs()
1113 if (hasFlatScratchInit()) in GCNUserSGPRUsageInfo()
H A DAMDGPUResourceUsageAnalysis.cpp193 if (Info.UsesFlatScratch && !MFI->getUserSGPRInfo().hasFlatScratchInit() && in analyzeResourceUsage()
H A DGCNSubtarget.h1604 bool hasFlatScratchInit() const { return FlatScratchInit; } in hasFlatScratchInit() function
H A DAMDGPUAsmPrinter.cpp452 if (UserSGPRInfo.hasFlatScratchInit()) { in getAmdhsaKernelCodeProperties()
1404 if (UserSGPRInfo.hasFlatScratchInit()) in getAmdKernelCode()
H A DAMDGPUCallLowering.cpp500 if (UserSGPRInfo.hasFlatScratchInit()) { in allocateHSAUserSGPRs()
614 if (UserSGPRInfo.hasFlatScratchInit() && !Subtarget.isAmdPalOS()) { in lowerFormalArguments()
H A DSIFrameLowering.cpp707 MFI->getUserSGPRInfo().hasFlatScratchInit() && in emitEntryFunctionPrologue()
H A DSIISelLowering.cpp2484 if (UserSGPRInfo.hasFlatScratchInit() && !getSubtarget()->isAmdPalOS()) { in allocateHSAUserSGPRs()
2831 assert(!UserSGPRInfo.hasFlatScratchInit()); in LowerFormalArguments()
10245 return Info.getUserSGPRInfo().hasFlatScratchInit(); in addressMayBeAccessedAsPrivate()