Home
last modified time | relevance | path

Searched refs:DynamicCallStack (Results 1 – 6 of 6) sorted by relevance

/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
DSIProgramInfo.h61 bool DynamicCallStack = false; member
DAMDGPUAsmPrinter.cpp935 ProgInfo.DynamicCallStack = Info.HasDynamicallySizedStack || Info.HasRecursion; in getSIProgramInfo()
1238 if (CurrentProgramInfo.DynamicCallStack) in getAmdKernelCode()
DAMDGPUHSAMetadataStreamer.cpp232 HSACodeProps.mIsDynamicCallStack = ProgramInfo.DynamicCallStack; in getHSACodeProps()
/external/llvm-project/llvm/lib/Target/AMDGPU/
DSIProgramInfo.h63 bool DynamicCallStack = false; member
DAMDGPUAsmPrinter.cpp997 ProgInfo.DynamicCallStack = Info.HasDynamicallySizedStack || Info.HasRecursion; in getSIProgramInfo()
1303 if (CurrentProgramInfo.DynamicCallStack) in getAmdKernelCode()
DAMDGPUHSAMetadataStreamer.cpp217 HSACodeProps.mIsDynamicCallStack = ProgramInfo.DynamicCallStack; in getHSACodeProps()