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

  /src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
SILowerSGPRSpills.cpp 321 const bool SpillVGPRToAGPR = ST.hasMAIInsts() && FuncInfo->hasSpilledVGPRs()
SIMachineFunctionInfo.cpp 562 HasSpilledVGPRs(MFI.hasSpilledVGPRs()),
592 HasSpilledVGPRs = YamlMFI.HasSpilledVGPRs;
SIMachineFunctionInfo.h 280 bool HasSpilledVGPRs = false;
315 YamlIO.mapOptional("hasSpilledVGPRs", MFI.HasSpilledVGPRs, false);
390 bool HasSpilledVGPRs = false;
784 bool hasSpilledVGPRs() const {
785 return HasSpilledVGPRs;
789 HasSpilledVGPRs = Spill;

Completed in 17 milliseconds