Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/test/CodeGen/AMDGPU/
H A Dattr-amdgpu-waves-per-eu.ll5 ; CHECK: SGPRBlocks: 12
17 ; CHECK: SGPRBlocks: 12
29 ; CHECK: SGPRBlocks: 0
41 ; CHECK: SGPRBlocks: 0
53 ; CHECK: SGPRBlocks: 0
65 ; CHECK: SGPRBlocks: 0
79 ; CHECK: SGPRBlocks: 12
91 ; CHECK: SGPRBlocks: 0
105 ; CHECK: SGPRBlocks: 0
119 ; CHECK: SGPRBlocks: 1
[all …]
H A Dattr-amdgpu-flat-work-group-size.ll5 ; CHECK: SGPRBlocks: 0
16 ; CHECK: SGPRBlocks: 0
27 ; CHECK: SGPRBlocks: 0
38 ; CHECK: SGPRBlocks: 0
H A Dattr-amdgpu-flat-work-group-size-v3.ll5 ; CHECK: SGPRBlocks: 0
16 ; CHECK: SGPRBlocks: 0
27 ; CHECK: SGPRBlocks: 0
38 ; CHECK: SGPRBlocks: 0
H A Dattr-amdgpu-num-sgpr.ll7 ; ALL: SGPRBlocks: 1
53 ; XTOSGPR: SGPRBlocks: 1
95 ; XALL: SGPRBlocks: 2
/llvm-project-15.0.7/llvm/lib/Target/AMDGPU/
H A DSIProgramInfo.cpp24 return S_00B848_VGPRS(VGPRBlocks) | S_00B848_SGPRS(SGPRBlocks) | in getComputePGMRSrc1()
35 uint64_t Reg = S_00B848_VGPRS(VGPRBlocks) | S_00B848_SGPRS(SGPRBlocks) | in getPGMRSrc1()
H A DSIProgramInfo.h28 uint32_t SGPRBlocks = 0; member
H A DAMDGPUAsmPrinter.cpp556 " SGPRBlocks: " + Twine(CurrentProgramInfo.SGPRBlocks), false); in runOnMachineFunction()
862 ProgInfo.SGPRBlocks = IsaInfo::getNumSGPRBlocks( in getSIProgramInfo()
988 S_00B028_SGPRS(CurrentProgramInfo.SGPRBlocks), 4); in EmitProgramInfoSI()
/llvm-project-15.0.7/llvm/lib/Target/AMDGPU/AsmParser/
H A DAMDGPUAsmParser.cpp1281 unsigned &SGPRBlocks);
4835 unsigned &VGPRBlocks, unsigned &SGPRBlocks) { in calculateGPRBlocks() argument
4866 SGPRBlocks = IsaInfo::getNumSGPRBlocks(&getSTI(), NumSGPRs); in calculateGPRBlocks()
5172 unsigned SGPRBlocks; in ParseDirectiveAMDHSAKernel() local
5177 SGPRBlocks)) in ParseDirectiveAMDHSAKernel()
5187 SGPRBlocks)) in ParseDirectiveAMDHSAKernel()
5191 SGPRBlocks); in ParseDirectiveAMDHSAKernel()