Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/lib/Target/AMDGPU/
DSIProgramInfo.h68 bool DynamicCallStack = false; member
DAMDGPUAsmPrinter.cpp413 if (CurrentProgramInfo.DynamicCallStack && in getAmdhsaKernelCodeProperties()
695 ProgInfo.DynamicCallStack = Info.HasDynamicallySizedStack || Info.HasRecursion; in getSIProgramInfo()
913 ProgInfo.ScratchBlocks > 0 || ProgInfo.DynamicCallStack; in getSIProgramInfo()
1097 if (CurrentProgramInfo.DynamicCallStack) in getAmdKernelCode()
DAMDGPUHSAMetadataStreamer.cpp211 HSACodeProps.mIsDynamicCallStack = ProgramInfo.DynamicCallStack; in getHSACodeProps()
895 Kern.getDocument()->getNode(ProgramInfo.DynamicCallStack); in getHSAKernelProps()