Home
last modified time | relevance | path

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

/external/swiftshader/third_party/subzero/src/
DIceInst.h643 static InstLoad *create(Cfg *Func, Variable *Dest, Operand *SourceAddr,
647 return new (Func->allocate<InstLoad>()) InstLoad(Func, Dest, SourceAddr);
655 InstLoad(Cfg *Func, Variable *Dest, Operand *SourceAddr);
DIceInst.cpp392 InstLoad::InstLoad(Cfg *Func, Variable *Dest, Operand *SourceAddr) in InstLoad() argument
394 addSource(SourceAddr); in InstLoad()