Home
last modified time | relevance | path

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

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