Home
last modified time | relevance | path

Searched refs:SGPRBlocks (Results 1 – 4 of 4) sorted by relevance

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIProgramInfo.cpp25 uint64_t Reg = S_00B848_VGPRS(VGPRBlocks) | S_00B848_SGPRS(SGPRBlocks) | in getComputePGMRSrc1()
47 uint64_t Reg = S_00B848_VGPRS(VGPRBlocks) | S_00B848_SGPRS(SGPRBlocks) | in getPGMRSrc1()
H A DSIProgramInfo.h30 uint32_t SGPRBlocks = 0; member
H A DAMDGPUAsmPrinter.cpp551 " SGPRBlocks: " + Twine(CurrentProgramInfo.SGPRBlocks), false); in runOnMachineFunction()
858 ProgInfo.SGPRBlocks = IsaInfo::getNumSGPRBlocks( in getSIProgramInfo()
997 S_00B028_SGPRS(CurrentProgramInfo.SGPRBlocks), 4); in EmitProgramInfoSI()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AMDGPU/AsmParser/
H A DAMDGPUAsmParser.cpp1326 unsigned &VGPRBlocks, unsigned &SGPRBlocks);
5199 SMRange SGPRRange, unsigned &VGPRBlocks, unsigned &SGPRBlocks) { in calculateGPRBlocks() argument
5230 SGPRBlocks = IsaInfo::getNumSGPRBlocks(&getSTI(), NumSGPRs); in calculateGPRBlocks()
5573 unsigned SGPRBlocks; in ParseDirectiveAMDHSAKernel() local
5578 SGPRBlocks)) in ParseDirectiveAMDHSAKernel()
5588 SGPRBlocks)) in ParseDirectiveAMDHSAKernel()
5592 SGPRBlocks); in ParseDirectiveAMDHSAKernel()