Home
last modified time | relevance | path

Searched refs:hasNonSpillStackObjects (Results 1 – 4 of 4) 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-7.0/llvm/lib/Target/AMDGPU/
DSIMachineFunctionInfo.h476 bool hasNonSpillStackObjects() const { in hasNonSpillStackObjects() function
DSIFrameLowering.cpp713 if (FuncInfo->hasNonSpillStackObjects() || FuncInfo->hasSpilledVGPRs() || in processFunctionBeforeFrameFinalized()