Home
last modified time | relevance | path

Searched refs:ScratchSize (Results 1 – 25 of 39) sorted by relevance

12

/external/llvm/test/CodeGen/AMDGPU/
Dkernarg-stack-alignment.ll7 ; CHECK: ScratchSize: 8{{$}}
15 ; CHECK: ScratchSize: 8{{$}}
23 ; CHECK: ScratchSize: 8{{$}}
31 ; CHECK: ScratchSize: 8{{$}}
39 ; CHECK: ScratchSize: 8{{$}}
Dlarge-alloca-graphics.ll14 ; ALL: ; ScratchSize: 32772
35 ; ALL: ; ScratchSize: 32772
Dunknown-processor.ll13 ; GCN: ScratchSize: 8{{$}}
Dlarge-alloca-compute.ll48 ; ALL: ; ScratchSize: 32772
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/AMDGPU/
Dkernarg-stack-alignment.ll7 ; CHECK: ScratchSize: 5{{$}}
15 ; CHECK: ScratchSize: 5{{$}}
23 ; CHECK: ScratchSize: 5{{$}}
31 ; CHECK: ScratchSize: 5{{$}}
39 ; CHECK: ScratchSize: 5{{$}}
Dcall-graph-register-usage.ll133 ; 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
Dstack-realign.ll23 ; GCN: ; ScratchSize: 144
44 ; GCN: ; ScratchSize: 160
65 ; GCN: ; ScratchSize: 192
81 ; GCN: ; ScratchSize: 52
Dpromote-alloca-calling-conv.ll8 ; ASM: ; ScratchSize: 24
35 ; ASM: ; ScratchSize: 12
56 ; ASM: ; ScratchSize: 24
83 ; ASM: ScratchSize: 16400
Dspill-wide-sgpr.ll17 ; SMEM: ScratchSize: 12
57 ; SMEM: ScratchSize: 20
110 ; SMEM: ScratchSize: 36
Dlarge-alloca-graphics.ll16 ; ALL: ; ScratchSize: 32772
38 ; ALL: ; ScratchSize: 32772
Dstack-size-overflow.ll7 ; GCN: ; ScratchSize: 4294967296
Dunknown-processor.ll14 ; GCN: ScratchSize: 8{{$}}
Dsibling-call.ll25 ; GCN: ; ScratchSize: 68
45 ; GCN: ; ScratchSize: 68
59 ; GCN: ; ScratchSize: 136
Dlarge-alloca-compute.ll50 ; ALL: ; ScratchSize: 32772
Dextract_vector_elt-i16.ll29 ; GCN: ScratchSize: 0
47 ; GCN: ScratchSize: 0{{$}}
Dextract_vector_elt-f16.ll28 ; GCN: ScratchSize: 0
47 ; GCN: ScratchSize: 0{{$}}
/external/vboot_reference/utility/
Defidecompress.c681 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/
DAMDGPUAsmPrinter.cpp331 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 …]
DSIProgramInfo.h32 uint64_t ScratchSize = 0; member
DAMDGPUAsmPrinter.h81 uint64_t ScratchSize,
/external/vboot_reference/utility/include/
Deficompress.h74 OUT UINT32 *ScratchSize
85 IN UINT32 ScratchSize
/external/llvm/lib/Target/AMDGPU/
DAMDGPUAsmPrinter.h35 ScratchSize(0), in SIProgramInfo()
59 uint32_t ScratchSize; member
DAMDGPUMachineFunction.cpp14 ScratchSize(0), in AMDGPUMachineFunction()
DAMDGPUMachineFunction.h49 unsigned ScratchSize; variable
DAMDGPUAsmPrinter.cpp193 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()

12