Home
last modified time | relevance | path

Searched refs:NumSGPRsForWavesPerEU (Results 1 – 9 of 9) sorted by relevance

/external/llvm-project/llvm/test/CodeGen/AMDGPU/
Dattr-amdgpu-waves-per-eu.ll7 ; CHECK: NumSGPRsForWavesPerEU: 102
19 ; CHECK: NumSGPRsForWavesPerEU: 102
31 ; CHECK: NumSGPRsForWavesPerEU: 1
43 ; CHECK: NumSGPRsForWavesPerEU: 1
55 ; CHECK: NumSGPRsForWavesPerEU: 1
67 ; CHECK: NumSGPRsForWavesPerEU: 1
81 ; CHECK: NumSGPRsForWavesPerEU: 102
93 ; CHECK: NumSGPRsForWavesPerEU: 1
107 ; CHECK: NumSGPRsForWavesPerEU: 1
121 ; CHECK: NumSGPRsForWavesPerEU: 12
[all …]
Dattr-amdgpu-flat-work-group-size.ll7 ; CHECK: NumSGPRsForWavesPerEU: 1
18 ; CHECK: NumSGPRsForWavesPerEU: 1
29 ; CHECK: NumSGPRsForWavesPerEU: 1
40 ; CHECK: NumSGPRsForWavesPerEU: 2{{$}}
Dattr-amdgpu-flat-work-group-size-v3.ll7 ; CHECK: NumSGPRsForWavesPerEU: 1
18 ; CHECK: NumSGPRsForWavesPerEU: 1
29 ; CHECK: NumSGPRsForWavesPerEU: 1
40 ; CHECK: NumSGPRsForWavesPerEU: 2{{$}}
Dattr-amdgpu-num-sgpr.ll8 ; ALL: NumSGPRsForWavesPerEU: 10
54 ; XTOSGPR: NumSGPRsForWavesPerEU: 16
96 ; XALL: NumSGPRsForWavesPerEU: 18
Damdpal-elf.ll24 ; GFX10: NumSGPRsForWavesPerEU: 2
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
DSIProgramInfo.h51 uint32_t NumSGPRsForWavesPerEU = 0; member
DAMDGPUAsmPrinter.cpp240 CurrentProgramInfo.NumSGPRsForWavesPerEU - in EmitFunctionBodyEnd()
516 Twine(CurrentProgramInfo.NumSGPRsForWavesPerEU), false); in runOnMachineFunction()
986 ProgInfo.NumSGPRsForWavesPerEU = std::max( in getSIProgramInfo()
1005 ProgInfo.NumSGPRsForWavesPerEU = MaxAddressableNumSGPRs; in getSIProgramInfo()
1012 ProgInfo.NumSGPRsForWavesPerEU = in getSIProgramInfo()
1031 &STM, ProgInfo.NumSGPRsForWavesPerEU); in getSIProgramInfo()
1112 ProgInfo.NumSGPRsForWavesPerEU, in getSIProgramInfo()
1184 MD->setNumUsedSgprs(CC, CurrentProgramInfo.NumSGPRsForWavesPerEU); in EmitPALMetadata()
/external/llvm-project/llvm/lib/Target/AMDGPU/
DSIProgramInfo.h53 uint32_t NumSGPRsForWavesPerEU = 0; member
DAMDGPUAsmPrinter.cpp252 CurrentProgramInfo.NumSGPRsForWavesPerEU - in emitFunctionBodyEnd()
529 Twine(CurrentProgramInfo.NumSGPRsForWavesPerEU), false); in runOnMachineFunction()
1058 ProgInfo.NumSGPRsForWavesPerEU = std::max( in getSIProgramInfo()
1077 ProgInfo.NumSGPRsForWavesPerEU = MaxAddressableNumSGPRs; in getSIProgramInfo()
1084 ProgInfo.NumSGPRsForWavesPerEU = in getSIProgramInfo()
1103 &STM, ProgInfo.NumSGPRsForWavesPerEU); in getSIProgramInfo()
1172 ProgInfo.NumSGPRsForWavesPerEU, in getSIProgramInfo()
1245 MD->setNumUsedSgprs(CC, CurrentProgramInfo.NumSGPRsForWavesPerEU); in EmitPALMetadata()