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/
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()
414 VarSizeMap *Checked = ICE_TLS_GET_FIELD(CheckedVars); in instrumentAccess()
415 if (ICE_TLS_GET_FIELD(CurNode) != Context.getNode()) { in instrumentAccess()
430 VarSizeMap::iterator LocalSize = ICE_TLS_GET_FIELD(LocalVars)->find(Op); in instrumentAccess()
431 if (LocalSize != ICE_TLS_GET_FIELD(LocalVars)->end() && in instrumentAccess()
463 for (InstStore *RzUnpoison : *ICE_TLS_GET_FIELD(LocalDtors)) { in instrumentRet()
489 ICE_TLS_GET_FIELD(LocalVars)->clear(); in finishFunc()
490 ICE_TLS_GET_FIELD(LocalDtors)->clear(); in finishFunc()
DIceGlobalContext.cpp932 auto *Timers = &ICE_TLS_GET_FIELD(TLS)->Timers; in getTimerID()
938 auto *Timers = &ICE_TLS_GET_FIELD(TLS)->Timers; in pushTimer()
944 auto *Timers = &ICE_TLS_GET_FIELD(TLS)->Timers; in popTimer()
950 auto *Timers = &ICE_TLS_GET_FIELD(TLS)->Timers; in resetTimer()
956 auto *Timers = &ICE_TLS_GET_FIELD(TLS)->Timers; in getTimerName()
963 auto *Timers = &ICE_TLS_GET_FIELD(TLS)->Timers; in setTimerName()
1032 ICE_TLS_GET_FIELD(TLS)->StatsFunction.reset(); in resetStats()
1041 ICE_TLS_GET_FIELD(TLS)->StatsFunction.dump(Func, this); in dumpStats()
1048 ThreadContext *Tls = ICE_TLS_GET_FIELD(TLS); in statsUpdateEmitted()
1056 ThreadContext *Tls = ICE_TLS_GET_FIELD(TLS); in statsUpdateRegistersSaved()
[all …]
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