Home
last modified time | relevance | path

Searched refs:HasSpilledSGPRs (Results 1 – 3 of 3) sorted by relevance

/external/llvm/lib/Target/AMDGPU/
DSIMachineFunctionInfo.h83 bool HasSpilledSGPRs;
288 return HasSpilledSGPRs; in hasSpilledSGPRs()
292 HasSpilledSGPRs = Spill;
DSIMachineFunctionInfo.cpp62 HasSpilledSGPRs(false),
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/
DSIMachineFunctionInfo.h143 bool HasSpilledSGPRs = false; variable
461 return HasSpilledSGPRs; in hasSpilledSGPRs()
465 HasSpilledSGPRs = Spill;