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

  /external/llvm/lib/Target/AMDGPU/
SIMachineFunctionInfo.h 70 bool HasSpilledSGPRs;
260 bool hasSpilledSGPRs() const {
261 return HasSpilledSGPRs;
265 HasSpilledSGPRs = Spill;
SIFrameLowering.cpp 24 if (!FuncInfo->hasSpilledSGPRs())

Completed in 80 milliseconds