Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/
DIceGlobalContext.cpp327 ThreadContext *MyTLS = new ThreadContext(); in GlobalContext() local
328 AllThreadContexts.push_back(MyTLS); in GlobalContext()
329 ICE_TLS_SET_FIELD(TLS, MyTLS); in GlobalContext()
337 Timers.initInto(MyTLS->Timers); in GlobalContext()
374 void GlobalContext::translateFunctionsWrapper(ThreadContext *MyTLS) { in translateFunctionsWrapper() argument
375 ICE_TLS_SET_FIELD(TLS, MyTLS); in translateFunctionsWrapper()
511 void GlobalContext::emitterWrapper(ThreadContext *MyTLS) { in emitterWrapper() argument
512 ICE_TLS_SET_FIELD(TLS, MyTLS); in emitterWrapper()
DIceGlobalContext.h381 void translateFunctionsWrapper(ThreadContext *MyTLS);
386 void emitterWrapper(ThreadContext *MyTLS);