Home
last modified time | relevance | path

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

/external/swiftshader/third_party/subzero/src/
DIceInstX86Base.h2777 class InstX86StoreP final : public InstX86Base {
2778 InstX86StoreP() = delete;
2779 InstX86StoreP(const InstX86StoreP &) = delete;
2780 InstX86StoreP &operator=(const InstX86StoreP &) = delete;
2783 static InstX86StoreP *create(Cfg *Func, Variable *Value, in create()
2785 return new (Func->allocate<InstX86StoreP>()) in create()
2786 InstX86StoreP(Func, Value, Mem); in create()
2796 InstX86StoreP(Cfg *Func, Variable *Value, X86OperandMem *Mem);
3296 using StoreP = typename InstImpl<TraitsType>::InstX86StoreP;
DIceInstX86BaseImpl.h299 InstImpl<TraitsType>::InstX86StoreP::InstX86StoreP(Cfg *Func, Variable *Value, in InstX86StoreP() function
2085 void InstImpl<TraitsType>::InstX86StoreP::emit(const Cfg *Func) const { in emit()
2099 void InstImpl<TraitsType>::InstX86StoreP::emitIAS(const Cfg *Func) const { in emitIAS()
2112 void InstImpl<TraitsType>::InstX86StoreP::dump(const Cfg *Func) const { in dump()