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

  /external/llvm/lib/Target/AMDGPU/
SIMachineFunctionInfo.h 84 bool HasSpilledVGPRs;
295 bool hasSpilledVGPRs() const {
296 return HasSpilledVGPRs;
300 HasSpilledVGPRs = Spill;
SIFrameLowering.cpp 27 (!FuncInfo->hasSpilledVGPRs() && !FuncInfo->hasNonSpillStackObjects());
  /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;
SIFrameLowering.cpp 713 if (FuncInfo->hasNonSpillStackObjects() || FuncInfo->hasSpilledVGPRs() ||

Completed in 251 milliseconds