Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/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: 1
Dattr-amdgpu-num-sgpr.ll11 ; ALL: SGPRBlocks: 1
55 ; XTOSGPR: SGPRBlocks: 1
62 ; XTOSMEM: SGPRBlocks: 1
108 ; XALL: SGPRBlocks: 2
Dattr-amdgpu-num-sgpr-spill-to-smem.ll6 ; ALL: SGPRBlocks: 1
/external/llvm/lib/Target/AMDGPU/
DAMDGPUAsmPrinter.h28 SGPRBlocks(0), in SIProgramInfo()
52 uint32_t SGPRBlocks; member
DAMDGPUAsmPrinter.cpp496 ProgInfo.SGPRBlocks = (ProgInfo.NumSGPR - 1) / 8; in getSIProgramInfo()
541 S_00B848_SGPRS(ProgInfo.SGPRBlocks) | in getSIProgramInfo()
601 S_00B028_SGPRS(KernelInfo.SGPRBlocks), 4); in EmitProgramInfoSI()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/
DSIProgramInfo.h25 uint32_t SGPRBlocks = 0; member
DAMDGPUAsmPrinter.cpp467 " SGPRBlocks: " + Twine(CurrentProgramInfo.SGPRBlocks), false); in runOnMachineFunction()
908 ProgInfo.SGPRBlocks = IsaInfo::getNumSGPRBlocks( in getSIProgramInfo()
960 S_00B848_SGPRS(ProgInfo.SGPRBlocks) | in getSIProgramInfo()
1026 S_00B028_SGPRS(CurrentProgramInfo.SGPRBlocks), 4); in EmitProgramInfoSI()
1102 S_00B028_SGPRS(CurrentProgramInfo.SGPRBlocks); in EmitPALMetadata()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/AsmParser/
DAMDGPUAsmParser.cpp868 unsigned &VGPRBlocks, unsigned &SGPRBlocks);
2661 unsigned &SGPRBlocks) { in calculateGPRBlocks() argument
2685 SGPRBlocks = IsaInfo::getNumSGPRBlocks(Features, NumSGPRs); in calculateGPRBlocks()
2914 unsigned SGPRBlocks; in ParseDirectiveAMDHSAKernel() local
2917 SGPRRange, VGPRBlocks, SGPRBlocks)) in ParseDirectiveAMDHSAKernel()
2927 SGPRBlocks)) in ParseDirectiveAMDHSAKernel()
2931 SGPRBlocks); in ParseDirectiveAMDHSAKernel()