Home
last modified time | relevance | path

Searched refs:hasSpilledSGPRs (Results 1 – 5 of 5) sorted by relevance

/external/llvm/lib/Target/AMDGPU/
DSIMachineFunctionInfo.h287 bool hasSpilledSGPRs() const { in hasSpilledSGPRs() function
DSIFrameLowering.cpp26 return FuncInfo->hasSpilledSGPRs() && in hasOnlySGPRSpills()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/
DSIMachineFunctionInfo.h460 bool hasSpilledSGPRs() const { in hasSpilledSGPRs() function
DSIFrameLowering.cpp677 if (TRI.spillSGPRToVGPR() && FuncInfo->hasSpilledSGPRs()) { in processFunctionBeforeFrameFinalized()
DSIRegisterInfo.cpp257 MF.getInfo<SIMachineFunctionInfo>()->hasSpilledSGPRs(); in requiresFrameIndexReplacementScavenging()