Searched refs:InstX86IacaEnd (Results 1 – 2 of 2) sorted by relevance
3084 class InstX86IacaEnd final : public InstX86Base {3085 InstX86IacaEnd() = delete;3086 InstX86IacaEnd(const InstX86IacaEnd &) = delete;3087 InstX86IacaEnd &operator=(const InstX86IacaEnd &) = delete;3090 static InstX86IacaEnd *create(Cfg *Func) { in create()3091 return new (Func->allocate<InstX86IacaEnd>()) InstX86IacaEnd(Func); in create()3101 InstX86IacaEnd(Cfg *Func);3316 using IacaEnd = typename InstImpl<TraitsType>::InstX86IacaEnd;
393 InstImpl<TraitsType>::InstX86IacaEnd::InstX86IacaEnd(Cfg *Func) in InstX86IacaEnd() function3090 void InstImpl<TraitsType>::InstX86IacaEnd::emit(const Cfg *Func) const { in emit()3102 void InstImpl<TraitsType>::InstX86IacaEnd::emitIAS(const Cfg *Func) const { in emitIAS()3108 void InstImpl<TraitsType>::InstX86IacaEnd::dump(const Cfg *Func) const { in dump()