Searched refs:ICE_TLS_SET_FIELD (Results 1 – 4 of 4) sorted by relevance
/external/swiftshader/third_party/subzero/src/ |
D | IceMemory.cpp | 38 ICE_TLS_SET_FIELD(CfgAllocator, Allocator); in set_current() 42 ICE_TLS_SET_FIELD(CfgAllocator, nullptr); in set_current() 55 ICE_TLS_SET_FIELD(LivenessAllocator, Allocator); in set_current()
|
D | IceTLS.h | 92 #define ICE_TLS_SET_FIELD(FieldName, Value) \ macro 110 #define ICE_TLS_SET_FIELD(FieldName, Value) (FieldName = (Value)) macro
|
D | IceASanInstrumentation.cpp | 220 ICE_TLS_SET_FIELD(LocalDtors, new std::vector<InstStore *>()); in instrumentFuncStart() 221 ICE_TLS_SET_FIELD(LocalVars, new VarSizeMap()); in instrumentFuncStart() 417 ICE_TLS_SET_FIELD(CurNode, Context.getNode()); in instrumentAccess() 420 ICE_TLS_SET_FIELD(CheckedVars, Checked); in instrumentAccess()
|
D | IceGlobalContext.cpp | 329 ICE_TLS_SET_FIELD(TLS, MyTLS); in GlobalContext() 375 ICE_TLS_SET_FIELD(TLS, MyTLS); in translateFunctionsWrapper() 512 ICE_TLS_SET_FIELD(TLS, MyTLS); in emitterWrapper() 915 ICE_TLS_SET_FIELD(TLS, Tls); in initParserThread()
|