Home
last modified time | relevance | path

Searched refs:hasSpilledVGPRs (Results 1 – 4 of 4) sorted by relevance

/external/llvm/lib/Target/AMDGPU/
DSIMachineFunctionInfo.h295 bool hasSpilledVGPRs() const { in hasSpilledVGPRs() function
DSIFrameLowering.cpp27 (!FuncInfo->hasSpilledVGPRs() && !FuncInfo->hasNonSpillStackObjects()); in hasOnlySGPRSpills()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/
DSIMachineFunctionInfo.h468 bool hasSpilledVGPRs() const { in hasSpilledVGPRs() function
DSIFrameLowering.cpp713 if (FuncInfo->hasNonSpillStackObjects() || FuncInfo->hasSpilledVGPRs() || in processFunctionBeforeFrameFinalized()