Home
last modified time | relevance | path

Searched defs:InstStore (Results 1 – 2 of 2) sorted by relevance

/external/swiftshader/third_party/subzero/src/
DIceInstrumentation.h76 virtual void instrumentStore(LoweringContext &, class InstStore *) {} in instrumentStore()
DIceInst.cpp489 InstStore::InstStore(Cfg *Func, Operand *Data, Operand *Addr) in InstStore() function in Ice::InstStore