Home
last modified time | relevance | path

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

/external/swiftshader/third_party/subzero/src/
DIceInstX86Base.h2961 class InstX86Ret final : public InstX86Base {
2962 InstX86Ret() = delete;
2963 InstX86Ret(const InstX86Ret &) = delete;
2964 InstX86Ret &operator=(const InstX86Ret &) = delete;
2967 static InstX86Ret *create(Cfg *Func, Variable *Source = nullptr) {
2968 return new (Func->allocate<InstX86Ret>()) InstX86Ret(Func, Source);
2978 InstX86Ret(Cfg *Func, Variable *Source);
3310 using Ret = typename InstImpl<TraitsType>::InstX86Ret;
DIceInstX86BaseImpl.h358 InstImpl<TraitsType>::InstX86Ret::InstX86Ret(Cfg *Func, Variable *Source) in InstX86Ret() function
2915 void InstImpl<TraitsType>::InstX86Ret::emit(const Cfg *Func) const { in emit()
2924 void InstImpl<TraitsType>::InstX86Ret::emitIAS(const Cfg *Func) const { in emitIAS()
2930 void InstImpl<TraitsType>::InstX86Ret::dump(const Cfg *Func) const { in dump()