Home
last modified time | relevance | path

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

/external/swiftshader/third_party/subzero/src/
DIceGlobalContext.cpp328 ThreadContext *MyTLS = new ThreadContext(); in GlobalContext() local
329 AllThreadContexts.push_back(MyTLS); in GlobalContext()
330 ICE_TLS_SET_FIELD(TLS, MyTLS); in GlobalContext()
338 Timers.initInto(MyTLS->Timers); in GlobalContext()
375 void GlobalContext::translateFunctionsWrapper(ThreadContext *MyTLS) { in translateFunctionsWrapper() argument
376 ICE_TLS_SET_FIELD(TLS, MyTLS); in translateFunctionsWrapper()
567 void GlobalContext::emitterWrapper(ThreadContext *MyTLS) { in emitterWrapper() argument
568 ICE_TLS_SET_FIELD(TLS, MyTLS); in emitterWrapper()
DIceGlobalContext.h384 void translateFunctionsWrapper(ThreadContext *MyTLS);
389 void emitterWrapper(ThreadContext *MyTLS);