Searched refs:ProgInfo (Results 1 - 1 of 1) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUAsmPrinter.cpp978 void AMDGPUAsmPrinter::getSIProgramInfo(SIProgramInfo &ProgInfo, argument
983 ProgInfo.NumArchVGPR = Info.NumVGPR;
984 ProgInfo.NumAccVGPR = Info.NumAGPR;
985 ProgInfo.NumVGPR = Info.getTotalNumVGPRs(STM);
986 ProgInfo.NumSGPR = Info.NumExplicitSGPR;
987 ProgInfo.ScratchSize = Info.PrivateSegmentSize;
988 ProgInfo.VCCUsed = Info.UsesVCC;
989 ProgInfo.FlatUsed = Info.UsesFlatScratch;
990 ProgInfo.DynamicCallStack = Info.HasDynamicallySizedStack || Info.HasRecursion;
992 if (!isUInt<32>(ProgInfo
[all...]

Completed in 180 milliseconds