HomeSort by relevance Sort by last modified time
    Searched refs:HasSpilledVGPRs (Results 1 - 2 of 2) sorted by null

  /external/llvm/lib/Target/AMDGPU/
SIMachineFunctionInfo.h 71 bool HasSpilledVGPRs;
268 bool hasSpilledVGPRs() const {
269 return HasSpilledVGPRs;
273 HasSpilledVGPRs = Spill;
SIMachineFunctionInfo.cpp 54 HasSpilledVGPRs(false),

Completed in 45 milliseconds