Home | History | Annotate | Download | only in src

Lines Matching refs:InstX86StoreQ

2799   class InstX86StoreQ final : public InstX86Base {
2800 InstX86StoreQ() = delete;
2801 InstX86StoreQ(const InstX86StoreQ &) = delete;
2802 InstX86StoreQ &operator=(const InstX86StoreQ &) = delete;
2805 static InstX86StoreQ *create(Cfg *Func, Operand *Value,
2807 return new (Func->allocate<InstX86StoreQ>())
2808 InstX86StoreQ(Func, Value, Mem);
2818 InstX86StoreQ(Cfg *Func, Operand *Value, X86OperandMem *Mem);
3297 using StoreQ = typename InstImpl<TraitsType>::InstX86StoreQ;