Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUResourceUsageAnalysis.h32 struct SIFunctionResourceInfo { struct
35 int32_t NumVGPR = 0;
36 int32_t NumAGPR = 0;
37 int32_t NumExplicitSGPR = 0;
38 uint64_t PrivateSegmentSize = 0;
39 bool UsesVCC = false;
40 bool UsesFlatScratch = false;
41 bool HasDynamicallySizedStack = false;
42 bool HasRecursion = false;
43 bool HasIndirectCall = false;