Home
last modified time | relevance | path

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

/external/llvm/lib/Target/R600/
DSIMachineFunctionInfo.h32 bool HasSpilledVGPRs; variable
57 bool hasSpilledVGPRs() const { return HasSpilledVGPRs; } in hasSpilledVGPRs()
58 void setHasSpilledVGPRs(bool Spill = true) { HasSpilledVGPRs = Spill; }
DSIMachineFunctionInfo.cpp32 HasSpilledVGPRs(false), in SIMachineFunctionInfo()