Home
last modified time | relevance | path

Searched refs:ICE_TLS_GET_FIELD (Results 1 – 4 of 4) sorted by relevance

/external/swiftshader/third_party/subzero/src/
DIceGlobalContext.cpp839 auto *Timers = &ICE_TLS_GET_FIELD(TLS)->Timers; in getTimerID()
845 auto *Timers = &ICE_TLS_GET_FIELD(TLS)->Timers; in pushTimer()
851 auto *Timers = &ICE_TLS_GET_FIELD(TLS)->Timers; in popTimer()
857 auto *Timers = &ICE_TLS_GET_FIELD(TLS)->Timers; in resetTimer()
863 auto *Timers = &ICE_TLS_GET_FIELD(TLS)->Timers; in getTimerName()
870 auto *Timers = &ICE_TLS_GET_FIELD(TLS)->Timers; in setTimerName()
939 ICE_TLS_GET_FIELD(TLS)->StatsFunction.reset(); in resetStats()
948 ICE_TLS_GET_FIELD(TLS)->StatsFunction.dump(Func, this); in dumpStats()
955 ThreadContext *Tls = ICE_TLS_GET_FIELD(TLS); in statsUpdateEmitted()
963 ThreadContext *Tls = ICE_TLS_GET_FIELD(TLS); in statsUpdateRegistersSaved()
[all …]
DIceASanInstrumentation.cpp219 if (ICE_TLS_GET_FIELD(LocalDtors) == nullptr) { in instrumentFuncStart()
277 ICE_TLS_GET_FIELD(LocalVars)->insert({Dest, VarSize}); in instrumentFuncStart()
335 ICE_TLS_GET_FIELD(LocalDtors) in instrumentFuncStart()
415 VarSizeMap *Checked = ICE_TLS_GET_FIELD(CheckedVars); in instrumentAccess()
416 if (ICE_TLS_GET_FIELD(CurNode) != Context.getNode()) { in instrumentAccess()
431 VarSizeMap::iterator LocalSize = ICE_TLS_GET_FIELD(LocalVars)->find(Op); in instrumentAccess()
432 if (LocalSize != ICE_TLS_GET_FIELD(LocalVars)->end() && in instrumentAccess()
464 for (InstStore *RzUnpoison : *ICE_TLS_GET_FIELD(LocalDtors)) { in instrumentRet()
490 ICE_TLS_GET_FIELD(LocalVars)->clear(); in finishFunc()
491 ICE_TLS_GET_FIELD(LocalDtors)->clear(); in finishFunc()
DIceMemory.cpp28 return ICE_TLS_GET_FIELD(CfgAllocator); in current()
49 return ICE_TLS_GET_FIELD(LivenessAllocator); in current()
DIceTLS.h89 #define ICE_TLS_GET_FIELD(FieldName) \ macro
109 #define ICE_TLS_GET_FIELD(FieldName) (FieldName) macro