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

  /external/llvm/lib/Target/AMDGPU/
SIMachineFunctionInfo.h 83 bool HasSpilledSGPRs;
287 bool hasSpilledSGPRs() const {
288 return HasSpilledSGPRs;
292 HasSpilledSGPRs = Spill;
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/
SIMachineFunctionInfo.h 143 bool HasSpilledSGPRs = false;
460 bool hasSpilledSGPRs() const {
461 return HasSpilledSGPRs;
465 HasSpilledSGPRs = Spill;

Completed in 253 milliseconds