Home
last modified time | relevance | path

Searched refs:getAllSGPRs (Results 1 – 2 of 2) sorted by relevance

/external/llvm/lib/Target/AMDGPU/
DSIFrameLowering.cpp35 static ArrayRef<MCPhysReg> getAllSGPRs() { in getAllSGPRs() function
191 for (MCPhysReg Reg : getAllSGPRs().drop_back(13).slice(NumPreloaded)) { in emitPrologue()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/
DSIFrameLowering.cpp32 static ArrayRef<MCPhysReg> getAllSGPRs(const GCNSubtarget &ST, in getAllSGPRs() function
173 ArrayRef<MCPhysReg> AllSGPRs = getAllSGPRs(ST, MF); in getReservedPrivateSegmentWaveByteOffsetReg()