HomeSort by: relevance | last modified time | path
    Searched refs:hasSpilledSGPRs (Results 1 - 3 of 3) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
SILowerSGPRSpills.cpp 334 (HasCSRs || FuncInfo->hasSpilledSGPRs());
SIMachineFunctionInfo.cpp 561 HasSpilledSGPRs(MFI.hasSpilledSGPRs()),
591 HasSpilledSGPRs = YamlMFI.HasSpilledSGPRs;
SIMachineFunctionInfo.h 279 bool HasSpilledSGPRs = false;
314 YamlIO.mapOptional("hasSpilledSGPRs", MFI.HasSpilledSGPRs, false);
389 bool HasSpilledSGPRs = false;
776 bool hasSpilledSGPRs() const {
777 return HasSpilledSGPRs;
781 HasSpilledSGPRs = Spill;

Completed in 18 milliseconds