Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUSubtarget.cpp704 return getBaseReservedNumSGPRs(MFI.getUserSGPRInfo().hasFlatScratchInit()); in getReservedNumSGPRs()
1098 if (hasFlatScratchInit()) in GCNUserSGPRUsageInfo()
H A DAMDGPUAsmPrinter.cpp404 if (UserSGPRInfo.hasFlatScratchInit()) { in getAmdhsaKernelCodeProperties()
1194 if (UserSGPRInfo.hasFlatScratchInit()) in getAmdKernelCode()
H A DAMDGPUResourceUsageAnalysis.cpp188 if (Info.UsesFlatScratch && !MFI->getUserSGPRInfo().hasFlatScratchInit() && in analyzeResourceUsage()
H A DGCNSubtarget.h1499 bool hasFlatScratchInit() const { return FlatScratchInit; } in hasFlatScratchInit() function
H A DAMDGPUCallLowering.cpp500 if (UserSGPRInfo.hasFlatScratchInit()) { in allocateHSAUserSGPRs()
614 if (UserSGPRInfo.hasFlatScratchInit() && !Subtarget.isAmdPalOS()) { in lowerFormalArguments()
H A DSIFrameLowering.cpp701 MFI->getUserSGPRInfo().hasFlatScratchInit() && in emitEntryFunctionPrologue()
H A DSIISelLowering.cpp2422 if (UserSGPRInfo.hasFlatScratchInit() && !getSubtarget()->isAmdPalOS()) { in allocateHSAUserSGPRs()
2763 assert(!UserSGPRInfo.hasFlatScratchInit()); in LowerFormalArguments()
10056 return Info.getUserSGPRInfo().hasFlatScratchInit(); in addressMayBeAccessedAsPrivate()