Home
last modified time | relevance | path

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

/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
Dtarget-cpu.ll95 ; CHECK: ScratchSize: 24
Dmerge-stores.ll651 ; GCN: ScratchSize: 0{{$}}
667 ; GCN: ScratchSize: 0{{$}}
683 ; GCN: ScratchSize: 0{{$}}
700 ; GCN: ScratchSize: 0{{$}}
Dinsert_vector_elt.ll410 ; GCN: ScratchSize: 64
438 ; GCN: ScratchSize: 128
Dvgpr-spill-emergency-stack-slot.ll7 ; Check the ScratchSize to avoid regressions from spilling
27 ; GCN: ScratchSize: 1024
Dvgpr-spill-emergency-stack-slot-compute.ll9 ; Check the ScratchSize to avoid regressions from spilling
43 ; GCN: ScratchSize: 1024
/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/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()