Searched refs:VGPRBlocks (Results 1 – 8 of 8) sorted by relevance
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/AMDGPU/ |
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: 7
|
D | attr-amdgpu-num-vgpr.ll | 6 ; CHECK: VGPRBlocks: 4
|
/external/llvm/lib/Target/AMDGPU/ |
D | AMDGPUAsmPrinter.h | 27 VGPRBlocks(0), in SIProgramInfo() 51 uint32_t VGPRBlocks; member
|
D | AMDGPUAsmPrinter.cpp | 495 ProgInfo.VGPRBlocks = (ProgInfo.NumVGPR - 1) / 4; in getSIProgramInfo() 540 S_00B848_VGPRS(ProgInfo.VGPRBlocks) | in getSIProgramInfo() 600 OutStreamer->EmitIntValue(S_00B028_VGPRS(KernelInfo.VGPRBlocks) | in EmitProgramInfoSI()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/ |
D | SIProgramInfo.h | 24 uint32_t VGPRBlocks = 0; member
|
D | AMDGPUAsmPrinter.cpp | 469 " VGPRBlocks: " + Twine(CurrentProgramInfo.VGPRBlocks), false); in runOnMachineFunction() 910 ProgInfo.VGPRBlocks = IsaInfo::getNumVGPRBlocks( in getSIProgramInfo() 959 S_00B848_VGPRS(ProgInfo.VGPRBlocks) | in getSIProgramInfo() 1025 OutStreamer->EmitIntValue(S_00B028_VGPRS(CurrentProgramInfo.VGPRBlocks) | in EmitProgramInfoSI() 1101 PALMetadataMap[Rsrc1Reg] |= S_00B028_VGPRS(CurrentProgramInfo.VGPRBlocks) | in EmitPALMetadata()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/AsmParser/ |
D | AMDGPUAsmParser.cpp | 868 unsigned &VGPRBlocks, unsigned &SGPRBlocks); 2660 unsigned NextFreeSGPR, SMRange SGPRRange, unsigned &VGPRBlocks, in calculateGPRBlocks() argument 2684 VGPRBlocks = IsaInfo::getNumVGPRBlocks(Features, NumVGPRs); in calculateGPRBlocks() 2913 unsigned VGPRBlocks; in ParseDirectiveAMDHSAKernel() local 2917 SGPRRange, VGPRBlocks, SGPRBlocks)) in ParseDirectiveAMDHSAKernel() 2921 VGPRBlocks)) in ParseDirectiveAMDHSAKernel() 2924 COMPUTE_PGM_RSRC1_GRANULATED_WORKITEM_VGPR_COUNT, VGPRBlocks); in ParseDirectiveAMDHSAKernel()
|