Home
last modified time | relevance | path

Searched refs:SourceAddr (Results 1 – 2 of 2) sorted by relevance

/external/swiftshader/third_party/subzero/src/
DIceInst.h658 static InstLoad *create(Cfg *Func, Variable *Dest, Operand *SourceAddr,
662 return new (Func->allocate<InstLoad>()) InstLoad(Func, Dest, SourceAddr);
669 InstLoad(Cfg *Func, Variable *Dest, Operand *SourceAddr);
DIceInst.cpp384 InstLoad::InstLoad(Cfg *Func, Variable *Dest, Operand *SourceAddr) in InstLoad() argument
386 addSource(SourceAddr); in InstLoad()