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

/external/swiftshader/third_party/subzero/src/
H A DIceInst.cpp392 InstLoad::InstLoad(Cfg *Func, Variable *Dest, Operand *SourceAddr) function in class:Ice::InstLoad
862 void InstLoad::dump(const Cfg *Func) const {
H A DIceInst.h637 class InstLoad : public InstHighLevel { class in namespace:Ice
638 InstLoad() = delete;
639 InstLoad(const InstLoad &) = delete;
640 InstLoad &operator=(const InstLoad &) = delete;
643 static InstLoad *create(Cfg *Func, Variable *Dest, Operand *SourceAddr,
647 return new (Func->allocate<InstLoad>()) InstLoad(Func, Dest, SourceAddr);
655 InstLoad(Cf
[all...]

Completed in 137 milliseconds