Home
last modified time | relevance | path

Searched refs:HasStackObjects (Results 1 – 6 of 6) sorted by relevance

/aosp_15_r20/external/llvm/lib/Target/AMDGPU/
H A DSIMachineFunctionInfo.cpp116 bool HasStackObjects = FrameInfo->hasStackObjects(); local
118 if (HasStackObjects || MaySpill)
122 if (HasStackObjects || MaySpill)
135 if (HasStackObjects && ST.getGeneration() >= SISubtarget::SEA_ISLANDS &&
H A DSIISelLowering.cpp860 bool HasStackObjects = MF.getFrameInfo()->hasStackObjects(); in LowerFormalArguments() local
863 if (HasStackObjects) in LowerFormalArguments()
868 if (HasStackObjects) { in LowerFormalArguments()
902 if (HasStackObjects) { in LowerFormalArguments()
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
H A DSIMachineFunctionInfo.cpp111 bool HasStackObjects = FrameInfo.hasStackObjects(); in SIMachineFunctionInfo() local
150 if (!HasStackObjects) in SIMachineFunctionInfo()
H A DSIISelLowering.cpp1880 bool HasStackObjects = MFI.hasStackObjects(); in reservePrivateMemoryRegs() local
1885 if (HasStackObjects) in reservePrivateMemoryRegs()
1891 HasStackObjects = true; in reservePrivateMemoryRegs()
1895 bool RequiresStackAccess = HasStackObjects || MFI.hasCalls(); in reservePrivateMemoryRegs()
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/AMDGPU/
H A DSIMachineFunctionInfo.cpp158 bool HasStackObjects = F.hasFnAttribute("amdgpu-stack-objects"); in SIMachineFunctionInfo() local
165 (HasCalls || HasStackObjects || ST.enableFlatScratch()) && in SIMachineFunctionInfo()
H A DSIISelLowering.cpp2253 bool HasStackObjects = MFI.hasStackObjects(); in reservePrivateMemoryRegs() local
2258 if (HasStackObjects) in reservePrivateMemoryRegs()
2264 HasStackObjects = true; in reservePrivateMemoryRegs()
2268 bool RequiresStackAccess = HasStackObjects || MFI.hasCalls(); in reservePrivateMemoryRegs()