HomeSort by relevance Sort by last modified time
    Searched defs:InstLoad (Results 1 - 2 of 2) sorted by null

  /external/swiftshader/third_party/subzero/src/
IceInst.cpp 392 InstLoad::InstLoad(Cfg *Func, Variable *Dest, Operand *SourceAddr)
862 void InstLoad::dump(const Cfg *Func) const {
    [all...]
IceInst.h 637 class InstLoad : public InstHighLevel {
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(Cfg *Func, Variable *Dest, Operand *SourceAddr)
    [all...]

Completed in 282 milliseconds