Home
last modified time | relevance | path

Searched refs:VGPRBlocks (Results 1 – 12 of 12) sorted by relevance

/llvm-project-15.0.7/llvm/test/CodeGen/AMDGPU/
H A Dagpr-register-count.ll12 ; GFX908: VGPRBlocks: 7
13 ; GFX90A: VGPRBlocks: 5
32 ; GCN: VGPRBlocks: 0
52 ; GFX908: VGPRBlocks: 9
53 ; GFX90A: VGPRBlocks: 6
109 ; GFX908: VGPRBlocks: 63
110 ; GFX90A: VGPRBlocks: 63
130 ; GFX908: VGPRBlocks: 7
131 ; GFX90A: VGPRBlocks: 5
166 ; GFX908: VGPRBlocks: 7
[all …]
H A Dattr-amdgpu-waves-per-eu.ll6 ; CHECK: VGPRBlocks: 32
18 ; CHECK: VGPRBlocks: 10
30 ; CHECK: VGPRBlocks: 0
42 ; CHECK: VGPRBlocks: 0
54 ; CHECK: VGPRBlocks: 0
66 ; CHECK: VGPRBlocks: 0
80 ; CHECK: VGPRBlocks: 10
92 ; CHECK: VGPRBlocks: 0
106 ; CHECK: VGPRBlocks: 0
120 ; CHECK: VGPRBlocks: 5
[all …]
H A Dattr-amdgpu-flat-work-group-size.ll6 ; CHECK: VGPRBlocks: 0
17 ; CHECK: VGPRBlocks: 0
28 ; CHECK: VGPRBlocks: 0
39 ; CHECK: VGPRBlocks: 10
H A Dattr-amdgpu-flat-work-group-size-v3.ll6 ; CHECK: VGPRBlocks: 0
17 ; CHECK: VGPRBlocks: 0
28 ; CHECK: VGPRBlocks: 0
39 ; CHECK: VGPRBlocks: 10
H A Dspill-vgpr.ll17 ; GCN: VGPRBlocks: 2
67 ; GFX908: VGPRBlocks: 2
91 ; GCN: VGPRBlocks: 63
141 ; GFX900: VGPRBlocks: 63
142 ; GFX908: VGPRBlocks: 63
H A Dspill-vgpr-to-agpr.ll15 ; GFX908: VGPRBlocks: 2
84 ; GFX908: VGPRBlocks: 2
H A Dattr-amdgpu-num-vgpr.ll6 ; CHECK: VGPRBlocks: 4
H A Dwave32.ll942 ; GFX10DEFWAVE: ; VGPRBlocks: 1
962 ; GFX10DEFWAVE: ; VGPRBlocks: 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.h27 uint32_t VGPRBlocks = 0; member
H A DAMDGPUAsmPrinter.cpp558 " VGPRBlocks: " + Twine(CurrentProgramInfo.VGPRBlocks), false); in runOnMachineFunction()
864 ProgInfo.VGPRBlocks = IsaInfo::getNumVGPRBlocks( in getSIProgramInfo()
987 OutStreamer->emitIntValue(S_00B028_VGPRS(CurrentProgramInfo.VGPRBlocks) | in EmitProgramInfoSI()
/llvm-project-15.0.7/llvm/lib/Target/AMDGPU/AsmParser/
H A DAMDGPUAsmParser.cpp1280 SMRange SGPRRange, unsigned &VGPRBlocks,
4835 unsigned &VGPRBlocks, unsigned &SGPRBlocks) { in calculateGPRBlocks() argument
4864 VGPRBlocks = in calculateGPRBlocks()
5171 unsigned VGPRBlocks; in ParseDirectiveAMDHSAKernel() local
5176 VGPRRange, NextFreeSGPR, SGPRRange, VGPRBlocks, in ParseDirectiveAMDHSAKernel()
5181 VGPRBlocks)) in ParseDirectiveAMDHSAKernel()
5184 COMPUTE_PGM_RSRC1_GRANULATED_WORKITEM_VGPR_COUNT, VGPRBlocks); in ParseDirectiveAMDHSAKernel()
5223 if (SharedVGPRCount * 2 + VGPRBlocks > 63) { in ParseDirectiveAMDHSAKernel()