Home
last modified time | relevance | path

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

/external/llvm/lib/Target/AMDGPU/
DSIMachineFunctionInfo.h303 bool hasNonSpillStackObjects() const { in hasNonSpillStackObjects() function
DSIFrameLowering.cpp27 (!FuncInfo->hasSpilledVGPRs() && !FuncInfo->hasNonSpillStackObjects()); in hasOnlySGPRSpills()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
DSIMachineFunctionInfo.cpp148 auto hasNonSpillStackObjects = [&]() { in SIMachineFunctionInfo() local
161 if (hasNonSpillStackObjects() || F.hasFnAttribute("amdgpu-flat-scratch")) in SIMachineFunctionInfo()
DSIMachineFunctionInfo.h763 bool hasNonSpillStackObjects() const {
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/AMDGPU/
DSIMachineFunctionInfo.h907 bool hasNonSpillStackObjects() const {