Searched refs:VGPRBlocks (Results 1 – 15 of 15) sorted by relevance
/external/llvm-project/llvm/test/CodeGen/AMDGPU/ |
D | agpr-register-count.ll | 8 ; GCN: VGPRBlocks: 7 23 ; GCN: VGPRBlocks: 0 37 ; GCN: VGPRBlocks: 9 84 ; GCN: VGPRBlocks: 63 99 ; GCN: VGPRBlocks: 7 125 ; GCN: VGPRBlocks: 5
|
D | attr-amdgpu-waves-per-eu.ll | 6 ; 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 …]
|
D | attr-amdgpu-flat-work-group-size.ll | 6 ; CHECK: VGPRBlocks: 0 17 ; CHECK: VGPRBlocks: 0 28 ; CHECK: VGPRBlocks: 0 39 ; CHECK: VGPRBlocks: 10
|
D | attr-amdgpu-flat-work-group-size-v3.ll | 6 ; CHECK: VGPRBlocks: 0 17 ; CHECK: VGPRBlocks: 0 28 ; CHECK: VGPRBlocks: 0 39 ; CHECK: VGPRBlocks: 10
|
D | spill-vgpr-to-agpr.ll | 21 ; GCN: VGPRBlocks: 2 73 ; GFX908: VGPRBlocks: 2 142 ; GCN: VGPRBlocks: 2 177 ; GFX908: VGPRBlocks: 2 200 ; GCN: VGPRBlocks: 63 251 ; GCN: VGPRBlocks: 63
|
D | attr-amdgpu-num-vgpr.ll | 6 ; CHECK: VGPRBlocks: 4
|
D | wave32.ll | 892 ; GFX10DEFWAVE: ; VGPRBlocks: 1 912 ; GFX10DEFWAVE: ; VGPRBlocks: 2
|
/external/llvm-project/llvm/lib/Target/AMDGPU/ |
D | SIProgramInfo.cpp | 24 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()
|
D | SIProgramInfo.h | 27 uint32_t VGPRBlocks = 0; member
|
D | AMDGPUAsmPrinter.cpp | 525 " 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/ |
D | AMDGPUAsmPrinter.h | 27 VGPRBlocks(0), in SIProgramInfo() 51 uint32_t VGPRBlocks; member
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/ |
D | SIProgramInfo.h | 23 uint32_t VGPRBlocks = 0; member
|
D | AMDGPUAsmPrinter.cpp | 512 " 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/ |
D | AMDGPUAsmParser.cpp | 1039 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/ |
D | AMDGPUAsmParser.cpp | 1082 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()
|