Home
last modified time | relevance | path

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

/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/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;
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
H A DAMDGPUAsmPrinter.h42 struct SIFunctionResourceInfo { struct
59 DenseMap<const Function *, SIFunctionResourceInfo> CallGraphResourceInfo; argument