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 DGCNSubtarget.cpp395 return getBaseReservedNumSGPRs(MFI.getUserSGPRInfo().hasFlatScratchInit()); in getReservedNumSGPRs()
657 if (hasFlatScratchInit()) in GCNUserSGPRUsageInfo()
H A DAMDGPUResourceUsageAnalysis.cpp151 if (Info.UsesFlatScratch && !MFI->getUserSGPRInfo().hasFlatScratchInit() && in analyzeResourceUsage()
H A DGCNSubtarget.h1736 bool hasFlatScratchInit() const { return FlatScratchInit; } in hasFlatScratchInit() function
H A DAMDGPUCallLowering.cpp490 if (UserSGPRInfo.hasFlatScratchInit()) { in allocateHSAUserSGPRs()
616 if (UserSGPRInfo.hasFlatScratchInit() && !Subtarget.isAmdPalOS()) { in lowerFormalArguments()
H A DAMDGPUAsmPrinter.cpp576 if (UserSGPRInfo.hasFlatScratchInit()) { in getAmdhsaKernelCodeProperties()
1615 if (UserSGPRInfo.hasFlatScratchInit()) in getAmdKernelCode()
H A DSIFrameLowering.cpp754 MFI->getUserSGPRInfo().hasFlatScratchInit() && in emitEntryFunctionPrologue()
H A DSIISelLowering.cpp2581 if (UserSGPRInfo.hasFlatScratchInit() && !getSubtarget()->isAmdPalOS()) { in allocateHSAUserSGPRs()
2937 assert(!UserSGPRInfo.hasFlatScratchInit()); in LowerFormalArguments()
10922 return Info.getUserSGPRInfo().hasFlatScratchInit(); in addressMayBeAccessedAsPrivate()