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

  /external/llvm/lib/Target/AMDGPU/
SIMachineFunctionInfo.h 84 bool HasSpilledVGPRs;
295 bool hasSpilledVGPRs() const {
296 return HasSpilledVGPRs;
300 HasSpilledVGPRs = Spill;
SIMachineFunctionInfo.cpp 63 HasSpilledVGPRs(false),
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/
SIMachineFunctionInfo.h 144 bool HasSpilledVGPRs = false;
468 bool hasSpilledVGPRs() const {
469 return HasSpilledVGPRs;
473 HasSpilledVGPRs = Spill;

Completed in 364 milliseconds