Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/AMDGPU/
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: 7
Dattr-amdgpu-num-vgpr.ll6 ; CHECK: VGPRBlocks: 4
/external/llvm/lib/Target/AMDGPU/
DAMDGPUAsmPrinter.h27 VGPRBlocks(0), in SIProgramInfo()
51 uint32_t VGPRBlocks; member
DAMDGPUAsmPrinter.cpp495 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/
DSIProgramInfo.h24 uint32_t VGPRBlocks = 0; member
DAMDGPUAsmPrinter.cpp469 " 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/
DAMDGPUAsmParser.cpp868 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()