Home
last modified time | relevance | path

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

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