Home
last modified time | relevance | path

Searched refs:MaySpill (Results 1 – 2 of 2) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/
DSIMachineFunctionInfo.cpp120 bool MaySpill = ST.isVGPRSpillingEnabled(F); in SIMachineFunctionInfo() local
129 if (HasStackObjects || MaySpill) { in SIMachineFunctionInfo()
142 if (HasStackObjects || MaySpill) in SIMachineFunctionInfo()
154 if (HasStackObjects || MaySpill) in SIMachineFunctionInfo()
/external/llvm/lib/Target/AMDGPU/
DSIMachineFunctionInfo.cpp115 bool MaySpill = ST.isVGPRSpillingEnabled(*F); local
118 if (HasStackObjects || MaySpill)
122 if (HasStackObjects || MaySpill)