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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIMachineFunctionInfo.h433 MCPhysReg getNextSystemSGPR() const;
563 ArgInfo.WorkGroupIDX = ArgDescriptor::createRegister(getNextSystemSGPR());
569 ArgInfo.WorkGroupIDY = ArgDescriptor::createRegister(getNextSystemSGPR());
575 ArgInfo.WorkGroupIDZ = ArgDescriptor::createRegister(getNextSystemSGPR());
581 ArgInfo.WorkGroupInfo = ArgDescriptor::createRegister(getNextSystemSGPR());
601 = ArgDescriptor::createRegister(getNextSystemSGPR());
H A DSIMachineFunctionInfo.cpp453 MCPhysReg SIMachineFunctionInfo::getNextSystemSGPR() const { function in class:SIMachineFunctionInfo

Completed in 100 milliseconds