Home
last modified time | relevance | path

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

/external/llvm/lib/Target/AMDGPU/
DSIMachineFunctionInfo.h84 bool HasSpilledVGPRs; variable
296 return HasSpilledVGPRs; in hasSpilledVGPRs()
300 HasSpilledVGPRs = Spill;
DSIMachineFunctionInfo.cpp63 HasSpilledVGPRs(false),