Home
last modified time | relevance | path

Searched defs:InstRet (Results 1 – 3 of 3) sorted by relevance

/external/swiftshader/third_party/subzero/src/
DIceInstrumentation.h74 virtual void instrumentRet(LoweringContext &, class InstRet *) {} in instrumentRet()
DIceASanInstrumentation.cpp460 void ASanInstrumentation::instrumentRet(LoweringContext &Context, InstRet *) { in instrumentRet() argument
DIceInst.cpp474 InstRet::InstRet(Cfg *Func, Operand *RetValue) in InstRet() function in Ice::InstRet