Home
last modified time | relevance | path

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

/external/llvm-project/llvm/test/CodeGen/AMDGPU/
Dagpr-register-count.ll8 ; GCN: VGPRBlocks: 7
23 ; GCN: VGPRBlocks: 0
37 ; GCN: VGPRBlocks: 9
84 ; GCN: VGPRBlocks: 63
99 ; GCN: VGPRBlocks: 7
125 ; GCN: VGPRBlocks: 5
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 …]
Dattr-amdgpu-flat-work-group-size.ll6 ; CHECK: VGPRBlocks: 0
17 ; CHECK: VGPRBlocks: 0
28 ; CHECK: VGPRBlocks: 0
39 ; CHECK: VGPRBlocks: 10
Dattr-amdgpu-flat-work-group-size-v3.ll6 ; CHECK: VGPRBlocks: 0
17 ; CHECK: VGPRBlocks: 0
28 ; CHECK: VGPRBlocks: 0
39 ; CHECK: VGPRBlocks: 10
Dspill-vgpr-to-agpr.ll21 ; GCN: VGPRBlocks: 2
73 ; GFX908: VGPRBlocks: 2
142 ; GCN: VGPRBlocks: 2
177 ; GFX908: VGPRBlocks: 2
200 ; GCN: VGPRBlocks: 63
251 ; GCN: VGPRBlocks: 63
Dattr-amdgpu-num-vgpr.ll6 ; CHECK: VGPRBlocks: 4
Dwave32.ll892 ; GFX10DEFWAVE: ; VGPRBlocks: 1
912 ; GFX10DEFWAVE: ; VGPRBlocks: 2
/external/llvm-project/llvm/lib/Target/AMDGPU/
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()
DSIProgramInfo.h27 uint32_t VGPRBlocks = 0; member
DAMDGPUAsmPrinter.cpp525 " VGPRBlocks: " + Twine(CurrentProgramInfo.VGPRBlocks), false); in runOnMachineFunction()
1104 ProgInfo.VGPRBlocks = IsaInfo::getNumVGPRBlocks( in getSIProgramInfo()
1209 OutStreamer->emitIntValue(S_00B028_VGPRS(CurrentProgramInfo.VGPRBlocks) | in EmitProgramInfoSI()
/external/llvm/lib/Target/AMDGPU/
DAMDGPUAsmPrinter.h27 VGPRBlocks(0), in SIProgramInfo()
51 uint32_t VGPRBlocks; member
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
DSIProgramInfo.h23 uint32_t VGPRBlocks = 0; member
DAMDGPUAsmPrinter.cpp512 " VGPRBlocks: " + Twine(CurrentProgramInfo.VGPRBlocks), false); in runOnMachineFunction()
1032 ProgInfo.VGPRBlocks = IsaInfo::getNumVGPRBlocks( in getSIProgramInfo()
1078 S_00B848_VGPRS(ProgInfo.VGPRBlocks) | in getSIProgramInfo()
1149 OutStreamer->EmitIntValue(S_00B028_VGPRS(CurrentProgramInfo.VGPRBlocks) | in EmitProgramInfoSI()
1189 MD->setRsrc1(CC, S_00B028_VGPRS(CurrentProgramInfo.VGPRBlocks) | in EmitPALMetadata()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/AsmParser/
DAMDGPUAsmParser.cpp1039 SMRange SGPRRange, unsigned &VGPRBlocks,
3651 unsigned &VGPRBlocks, unsigned &SGPRBlocks) { in calculateGPRBlocks() argument
3680 VGPRBlocks = in calculateGPRBlocks()
3943 unsigned VGPRBlocks; in ParseDirectiveAMDHSAKernel() local
3947 VGPRRange, NextFreeSGPR, SGPRRange, VGPRBlocks, in ParseDirectiveAMDHSAKernel()
3952 VGPRBlocks)) in ParseDirectiveAMDHSAKernel()
3955 COMPUTE_PGM_RSRC1_GRANULATED_WORKITEM_VGPR_COUNT, VGPRBlocks); in ParseDirectiveAMDHSAKernel()
/external/llvm-project/llvm/lib/Target/AMDGPU/AsmParser/
DAMDGPUAsmParser.cpp1082 SMRange SGPRRange, unsigned &VGPRBlocks,
4119 unsigned &VGPRBlocks, unsigned &SGPRBlocks) { in calculateGPRBlocks() argument
4148 VGPRBlocks = in calculateGPRBlocks()
4411 unsigned VGPRBlocks; in ParseDirectiveAMDHSAKernel() local
4415 VGPRRange, NextFreeSGPR, SGPRRange, VGPRBlocks, in ParseDirectiveAMDHSAKernel()
4420 VGPRBlocks)) in ParseDirectiveAMDHSAKernel()
4423 COMPUTE_PGM_RSRC1_GRANULATED_WORKITEM_VGPR_COUNT, VGPRBlocks); in ParseDirectiveAMDHSAKernel()