Home
last modified time | relevance | path

Searched defs:ScratchSize (Results 1 – 2 of 2) sorted by relevance

/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUAsmPrinter.cpp380 emitCommonFunctionComments(uint32_t NumVGPR,std::optional<uint32_t> NumAGPR,uint32_t TotalNumVGPR,uint32_t NumSGPR,uint64_t ScratchSize,uint64_t CodeSize,const AMDGPUMachineFunction * MFI) emitCommonFunctionComments() argument
409 emitCommonFunctionComments(const MCExpr * NumVGPR,const MCExpr * NumAGPR,const MCExpr * TotalNumVGPR,const MCExpr * NumSGPR,const MCExpr * ScratchSize,uint64_t CodeSize,const AMDGPUMachineFunction * MFI) emitCommonFunctionComments() argument
791 uint64_t ScratchSize; getSIProgramInfo() local
[all...]
H A DSIProgramInfo.h44 const MCExpr *ScratchSize = nullptr; member