/external/llvm/test/CodeGen/AMDGPU/ |
D | kernarg-stack-alignment.ll | 7 ; CHECK: ScratchSize: 8{{$}} 15 ; CHECK: ScratchSize: 8{{$}} 23 ; CHECK: ScratchSize: 8{{$}} 31 ; CHECK: ScratchSize: 8{{$}} 39 ; CHECK: ScratchSize: 8{{$}}
|
D | large-alloca-graphics.ll | 14 ; ALL: ; ScratchSize: 32772 35 ; ALL: ; ScratchSize: 32772
|
D | unknown-processor.ll | 13 ; GCN: ScratchSize: 8{{$}}
|
D | large-alloca-compute.ll | 48 ; ALL: ; ScratchSize: 32772
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/AMDGPU/ |
D | kernarg-stack-alignment.ll | 7 ; CHECK: ScratchSize: 5{{$}} 15 ; CHECK: ScratchSize: 5{{$}} 23 ; CHECK: ScratchSize: 5{{$}} 31 ; CHECK: ScratchSize: 5{{$}} 39 ; CHECK: ScratchSize: 5{{$}}
|
D | call-graph-register-usage.ll | 133 ; GCN: ScratchSize: 2052 141 ; GCN: ScratchSize: 404 149 ; GCN: ScratchSize: 2132 159 ; GCN: ScratchSize: 2132 169 ; GCN: ScratchSize: 2052 183 ; GCN: ScratchSize: 16384 195 ; GCN: ScratchSize: 16384 202 ; GCN: ScratchSize: 2064
|
D | stack-realign.ll | 23 ; GCN: ; ScratchSize: 144 44 ; GCN: ; ScratchSize: 160 65 ; GCN: ; ScratchSize: 192 81 ; GCN: ; ScratchSize: 52
|
D | promote-alloca-calling-conv.ll | 8 ; ASM: ; ScratchSize: 24 35 ; ASM: ; ScratchSize: 12 56 ; ASM: ; ScratchSize: 24 83 ; ASM: ScratchSize: 16400
|
D | spill-wide-sgpr.ll | 17 ; SMEM: ScratchSize: 12 57 ; SMEM: ScratchSize: 20 110 ; SMEM: ScratchSize: 36
|
D | large-alloca-graphics.ll | 16 ; ALL: ; ScratchSize: 32772 38 ; ALL: ; ScratchSize: 32772
|
D | stack-size-overflow.ll | 7 ; GCN: ; ScratchSize: 4294967296
|
D | unknown-processor.ll | 14 ; GCN: ScratchSize: 8{{$}}
|
D | sibling-call.ll | 25 ; GCN: ; ScratchSize: 68 45 ; GCN: ; ScratchSize: 68 59 ; GCN: ; ScratchSize: 136
|
D | large-alloca-compute.ll | 50 ; ALL: ; ScratchSize: 32772
|
D | extract_vector_elt-i16.ll | 29 ; GCN: ScratchSize: 0 47 ; GCN: ScratchSize: 0{{$}}
|
D | extract_vector_elt-f16.ll | 28 ; GCN: ScratchSize: 0 47 ; GCN: ScratchSize: 0{{$}}
|
/external/vboot_reference/utility/ |
D | efidecompress.c | 681 OUT UINT32 *ScratchSize in GetInfo() argument 705 *ScratchSize = sizeof (SCRATCH_DATA); in GetInfo() 723 IN UINT32 ScratchSize, in Decompress() argument 763 if (ScratchSize < sizeof (SCRATCH_DATA)) { in Decompress() 848 OUT UINT32 *ScratchSize in EfiGetInfo() argument 875 ScratchSize in EfiGetInfo() 887 IN UINT32 ScratchSize in EfiDecompress() argument 921 ScratchSize, in EfiDecompress() 932 OUT UINT32 *ScratchSize in TianoGetInfo() argument 959 ScratchSize in TianoGetInfo() [all …]
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/ |
D | AMDGPUAsmPrinter.cpp | 331 uint64_t ScratchSize, in emitCommonFunctionComments() argument 337 OutStreamer->emitRawComment(" ScratchSize: " + Twine(ScratchSize), false); in emitCommonFunctionComments() 381 assert(isUInt<32>(PI.ScratchSize)); in getAmdhsaKernelDescriptor() 386 KernelDescriptor.private_segment_fixed_size = PI.ScratchSize; in getAmdhsaKernelDescriptor() 455 CurrentProgramInfo.ScratchSize, in runOnMachineFunction() 807 ProgInfo.ScratchSize = Info.PrivateSegmentSize; in getSIProgramInfo() 812 if (!isUInt<32>(ProgInfo.ScratchSize)) { in getSIProgramInfo() 814 ProgInfo.ScratchSize, DS_Error); in getSIProgramInfo() 954 alignTo(ProgInfo.ScratchSize * STM.getWavefrontSize(), in getSIProgramInfo() 1099 alignTo(CurrentProgramInfo.ScratchSize, 16); in EmitPALMetadata() [all …]
|
D | SIProgramInfo.h | 32 uint64_t ScratchSize = 0; member
|
D | AMDGPUAsmPrinter.h | 81 uint64_t ScratchSize,
|
/external/vboot_reference/utility/include/ |
D | eficompress.h | 74 OUT UINT32 *ScratchSize 85 IN UINT32 ScratchSize
|
/external/llvm/lib/Target/AMDGPU/ |
D | AMDGPUAsmPrinter.h | 35 ScratchSize(0), in SIProgramInfo() 59 uint32_t ScratchSize; member
|
D | AMDGPUMachineFunction.cpp | 14 ScratchSize(0), in AMDGPUMachineFunction()
|
D | AMDGPUMachineFunction.h | 49 unsigned ScratchSize; variable
|
D | AMDGPUAsmPrinter.cpp | 193 OutStreamer->emitRawComment(" ScratchSize: " + Twine(KernelInfo.ScratchSize), in runOnMachineFunction() 507 ProgInfo.ScratchSize = FrameInfo->getStackSize(); in getSIProgramInfo() 535 alignTo(ProgInfo.ScratchSize * STM.getWavefrontSize(), in getSIProgramInfo() 704 header.workitem_private_segment_byte_size = KernelInfo.ScratchSize; in EmitAmdKernelCodeT()
|