Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
DSIMachineFunctionInfo.h428 MCPhysReg getNextSystemSGPR() const;
544 ArgInfo.WorkGroupIDX = ArgDescriptor::createRegister(getNextSystemSGPR());
550 ArgInfo.WorkGroupIDY = ArgDescriptor::createRegister(getNextSystemSGPR());
556 ArgInfo.WorkGroupIDZ = ArgDescriptor::createRegister(getNextSystemSGPR());
562 ArgInfo.WorkGroupInfo = ArgDescriptor::createRegister(getNextSystemSGPR());
582 = ArgDescriptor::createRegister(getNextSystemSGPR());
DSIMachineFunctionInfo.cpp413 MCPhysReg SIMachineFunctionInfo::getNextSystemSGPR() const { in getNextSystemSGPR() function in SIMachineFunctionInfo