Home
last modified time | relevance | path

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

/external/llvm/lib/Target/AMDGPU/
DSIMachineFunctionInfo.h71 bool HasSpilledVGPRs; variable
269 return HasSpilledVGPRs; in hasSpilledVGPRs()
273 HasSpilledVGPRs = Spill;
DSIMachineFunctionInfo.cpp54 HasSpilledVGPRs(false), in SIMachineFunctionInfo()