Home
last modified time | relevance | path

Searched refs:DebuggerWorkGroupIDStackObjectIndices (Results 1 – 2 of 2) sorted by relevance

/external/llvm/lib/Target/AMDGPU/
DSIMachineFunctionInfo.h69 std::array<int, 3> DebuggerWorkGroupIDStackObjectIndices; variable
363 return DebuggerWorkGroupIDStackObjectIndices[Dim]; in getDebuggerWorkGroupIDStackObjectIndex()
369 DebuggerWorkGroupIDStackObjectIndices[Dim] = ObjectIdx; in setDebuggerWorkGroupIDStackObjectIndex()
DSIMachineFunctionInfo.cpp56 DebuggerWorkGroupIDStackObjectIndices({{0, 0, 0}}), in SIMachineFunctionInfo()