Searched refs:HasSpilledVGPRs (Results 1 – 2 of 2) sorted by relevance
32 bool HasSpilledVGPRs; variable57 bool hasSpilledVGPRs() const { return HasSpilledVGPRs; } in hasSpilledVGPRs()58 void setHasSpilledVGPRs(bool Spill = true) { HasSpilledVGPRs = Spill; }
32 HasSpilledVGPRs(false), in SIMachineFunctionInfo()