Home
last modified time | relevance | path

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

/external/llvm/lib/Target/AMDGPU/
DSIFrameLowering.cpp30 static ArrayRef<MCPhysReg> getAllSGPR128() { in getAllSGPR128() function
161 for (MCPhysReg Reg : getAllSGPR128().drop_back(2).slice(NumPreloaded)) { in emitPrologue()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/
DSIFrameLowering.cpp26 static ArrayRef<MCPhysReg> getAllSGPR128(const GCNSubtarget &ST, in getAllSGPR128() function
130 ArrayRef<MCPhysReg> AllSGPR128s = getAllSGPR128(ST, MF); in getReservedPrivateSegmentBufferReg()