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;
SIFrameLowering.cpp 27 if (FuncInfo->hasSpilledVGPRs())

Completed in 47 milliseconds