Home
last modified time | relevance | path

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

/external/swiftshader/third_party/subzero/src/
DIceInstrumentation.h72 virtual void instrumentLoad(LoweringContext &, class InstLoad *) {} in instrumentLoad()
DIceInst.cpp392 InstLoad::InstLoad(Cfg *Func, Variable *Dest, Operand *SourceAddr) in InstLoad() function in Ice::InstLoad