Home
last modified time | relevance | path

Searched refs:DebuggerWorkGroupIDStackObjectIndices (Results 1 – 3 of 3) 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()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/
DSIMachineFunctionInfo.h128 std::array<int, 3> DebuggerWorkGroupIDStackObjectIndices = {{0, 0, 0}}; variable
571 return DebuggerWorkGroupIDStackObjectIndices[Dim]; in getDebuggerWorkGroupIDStackObjectIndex()
577 DebuggerWorkGroupIDStackObjectIndices[Dim] = ObjectIdx; in setDebuggerWorkGroupIDStackObjectIndex()