Home
last modified time | relevance | path

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

/external/llvm-project/llvm/test/CodeGen/AMDGPU/
Dattr-amdgpu-waves-per-eu.ll5 ; CHECK: SGPRBlocks: 12
17 ; CHECK: SGPRBlocks: 12
29 ; CHECK: SGPRBlocks: 0
41 ; CHECK: SGPRBlocks: 0
53 ; CHECK: SGPRBlocks: 0
65 ; CHECK: SGPRBlocks: 0
79 ; CHECK: SGPRBlocks: 12
91 ; CHECK: SGPRBlocks: 0
105 ; CHECK: SGPRBlocks: 0
119 ; CHECK: SGPRBlocks: 1
[all …]
Dattr-amdgpu-flat-work-group-size.ll5 ; CHECK: SGPRBlocks: 0
16 ; CHECK: SGPRBlocks: 0
27 ; CHECK: SGPRBlocks: 0
38 ; CHECK: SGPRBlocks: 0
Dattr-amdgpu-flat-work-group-size-v3.ll5 ; CHECK: SGPRBlocks: 0
16 ; CHECK: SGPRBlocks: 0
27 ; CHECK: SGPRBlocks: 0
38 ; CHECK: SGPRBlocks: 0
Dattr-amdgpu-num-sgpr.ll7 ; ALL: SGPRBlocks: 1
53 ; XTOSGPR: SGPRBlocks: 1
95 ; XALL: SGPRBlocks: 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.h28 uint32_t SGPRBlocks = 0; member
DAMDGPUAsmPrinter.cpp523 " SGPRBlocks: " + Twine(CurrentProgramInfo.SGPRBlocks), false); in runOnMachineFunction()
1102 ProgInfo.SGPRBlocks = IsaInfo::getNumSGPRBlocks( in getSIProgramInfo()
1210 S_00B028_SGPRS(CurrentProgramInfo.SGPRBlocks), 4); in EmitProgramInfoSI()
/external/llvm/lib/Target/AMDGPU/
DAMDGPUAsmPrinter.h28 SGPRBlocks(0), in SIProgramInfo()
52 uint32_t SGPRBlocks; member
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
DSIProgramInfo.h24 uint32_t SGPRBlocks = 0; member
DAMDGPUAsmPrinter.cpp510 " SGPRBlocks: " + Twine(CurrentProgramInfo.SGPRBlocks), false); in runOnMachineFunction()
1030 ProgInfo.SGPRBlocks = IsaInfo::getNumSGPRBlocks( in getSIProgramInfo()
1079 S_00B848_SGPRS(ProgInfo.SGPRBlocks) | in getSIProgramInfo()
1150 S_00B028_SGPRS(CurrentProgramInfo.SGPRBlocks), 4); in EmitProgramInfoSI()
1190 S_00B028_SGPRS(CurrentProgramInfo.SGPRBlocks)); in EmitPALMetadata()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/AsmParser/
DAMDGPUAsmParser.cpp1040 unsigned &SGPRBlocks);
3651 unsigned &VGPRBlocks, unsigned &SGPRBlocks) { in calculateGPRBlocks() argument
3682 SGPRBlocks = IsaInfo::getNumSGPRBlocks(&getSTI(), NumSGPRs); in calculateGPRBlocks()
3944 unsigned SGPRBlocks; in ParseDirectiveAMDHSAKernel() local
3948 SGPRBlocks)) in ParseDirectiveAMDHSAKernel()
3958 SGPRBlocks)) in ParseDirectiveAMDHSAKernel()
3962 SGPRBlocks); in ParseDirectiveAMDHSAKernel()
/external/llvm-project/llvm/lib/Target/AMDGPU/AsmParser/
DAMDGPUAsmParser.cpp1083 unsigned &SGPRBlocks);
4119 unsigned &VGPRBlocks, unsigned &SGPRBlocks) { in calculateGPRBlocks() argument
4150 SGPRBlocks = IsaInfo::getNumSGPRBlocks(&getSTI(), NumSGPRs); in calculateGPRBlocks()
4412 unsigned SGPRBlocks; in ParseDirectiveAMDHSAKernel() local
4416 SGPRBlocks)) in ParseDirectiveAMDHSAKernel()
4426 SGPRBlocks)) in ParseDirectiveAMDHSAKernel()
4430 SGPRBlocks); in ParseDirectiveAMDHSAKernel()