Searched refs:ScratchSize (Results 1 – 6 of 6) sorted by relevance
| /freebsd/sys/contrib/edk2/Include/Protocol/ |
| H A D | Decompress.h | 59 OUT UINT32 *ScratchSize 103 IN UINT32 ScratchSize
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
| H A D | AMDGPUAsmPrinter.cpp | 380 uint32_t NumSGPR, uint64_t ScratchSize, uint64_t CodeSize, in emitCommonFunctionComments() argument 390 OutStreamer->emitRawComment(" ScratchSize: " + Twine(ScratchSize), false); in emitCommonFunctionComments() 409 const MCExpr *NumSGPR, const MCExpr *ScratchSize, uint64_t CodeSize, in emitCommonFunctionComments() argument 419 OutStreamer->emitRawComment(" ScratchSize: " + getMCExprStr(ScratchSize), in emitCommonFunctionComments() 492 KernelDescriptor.private_segment_fixed_size = PI.ScratchSize; in getAmdhsaKernelDescriptor() 599 CurrentProgramInfo.ScratchSize, getFunctionCodeSize(MF), MFI); in runOnMachineFunction() 783 ProgInfo.ScratchSize = CreateExpr(Info.PrivateSegmentSize); in getSIProgramInfo() 791 uint64_t ScratchSize; in getSIProgramInfo() local 792 if (TryGetMCExprValue(ProgInfo.ScratchSize, ScratchSize) && in getSIProgramInfo() 793 ScratchSize > MaxScratchPerWorkitem) { in getSIProgramInfo() [all …]
|
| H A D | AMDGPUAsmPrinter.h | 66 uint64_t ScratchSize, uint64_t CodeSize, 71 const MCExpr *ScratchSize, uint64_t CodeSize,
|
| H A D | SIProgramInfo.h | 44 const MCExpr *ScratchSize = nullptr; member
|
| H A D | SIProgramInfo.cpp | 41 ScratchSize = ZeroExpr; in reset()
|
| H A D | AMDGPUHSAMetadataStreamer.cpp | 474 msgpack::Type::UInt, ProgramInfo.ScratchSize); in getHSAKernelProps()
|