Searched refs:InstX86Store (Results 1 – 2 of 2) sorted by relevance
2752 class InstX86Store final : public InstX86Base {2753 InstX86Store() = delete;2754 InstX86Store(const InstX86Store &) = delete;2755 InstX86Store &operator=(const InstX86Store &) = delete;2758 static InstX86Store *create(Cfg *Func, Operand *Value, X86Operand *Mem) { in create()2759 return new (Func->allocate<InstX86Store>()) in create()2760 InstX86Store(Func, Value, Mem); in create()2770 InstX86Store(Cfg *Func, Operand *Value, X86Operand *Mem);3295 using Store = typename InstImpl<TraitsType>::InstX86Store;
291 InstImpl<TraitsType>::InstX86Store::InstX86Store(Cfg *Func, Operand *Value, in InstX86Store() function2014 void InstImpl<TraitsType>::InstX86Store::emit(const Cfg *Func) const { in emit()2029 void InstImpl<TraitsType>::InstX86Store::emitIAS(const Cfg *Func) const { in emitIAS()2060 void InstImpl<TraitsType>::InstX86Store::dump(const Cfg *Func) const { in dump()