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

  /external/swiftshader/third_party/subzero/src/
IceInst.cpp 489 InstStore::InstStore(Cfg *Func, Operand *Data, Operand *Addr)
497 Variable *InstStore::getRmwBeacon() const {
501 void InstStore::setRmwBeacon(Variable *Beacon) {
873 void InstStore::dump(const Cfg *Func) const {
    [all...]
IceInst.h 743 class InstStore : public InstHighLevel {
744 InstStore() = delete;
745 InstStore(const InstStore &) = delete;
746 InstStore &operator=(const InstStore &) = delete;
749 static InstStore *create(Cfg *Func, Operand *Data, Operand *Addr,
753 return new (Func->allocate<InstStore>()) InstStore(Func, Data, Addr);
764 InstStore(Cfg *Func, Operand *Data, Operand *Addr)
    [all...]

Completed in 445 milliseconds