Searched refs:InstX86Setcc (Results 1 – 2 of 2) sorted by relevance
2982 class InstX86Setcc final : public InstX86Base {2983 InstX86Setcc() = delete;2984 InstX86Setcc(const InstX86Cmov &) = delete;2985 InstX86Setcc &operator=(const InstX86Setcc &) = delete;2988 static InstX86Setcc *create(Cfg *Func, Variable *Dest, BrCond Cond) { in create()2989 return new (Func->allocate<InstX86Setcc>()) in create()2990 InstX86Setcc(Func, Dest, Cond); in create()3000 InstX86Setcc(Cfg *Func, Variable *Dest, BrCond Cond);3311 using Setcc = typename InstImpl<TraitsType>::InstX86Setcc;
365 InstImpl<TraitsType>::InstX86Setcc::InstX86Setcc(Cfg *Func, Variable *Dest, in InstX86Setcc() function2941 void InstImpl<TraitsType>::InstX86Setcc::emit(const Cfg *Func) const { in emit()2951 void InstImpl<TraitsType>::InstX86Setcc::emitIAS(const Cfg *Func) const { in emitIAS()2966 void InstImpl<TraitsType>::InstX86Setcc::dump(const Cfg *Func) const { in dump()