Home
last modified time | relevance | path

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

/external/swiftshader/third_party/subzero/src/
DIceInstX86Base.h2931 class InstX86Push final : public InstX86Base {
2932 InstX86Push() = delete;
2933 InstX86Push(const InstX86Push &) = delete;
2934 InstX86Push &operator=(const InstX86Push &) = delete;
2937 static InstX86Push *create(Cfg *Func, InstX86Label *Label) { in create()
2938 return new (Func->allocate<InstX86Push>()) InstX86Push(Func, Label); in create()
2940 static InstX86Push *create(Cfg *Func, Operand *Source) { in create()
2941 return new (Func->allocate<InstX86Push>()) InstX86Push(Func, Source); in create()
2953 InstX86Push(Cfg *Func, Operand *Source);
2954 InstX86Push(Cfg *Func, InstX86Label *Label);
[all …]
DIceInstX86BaseImpl.h348 InstImpl<TraitsType>::InstX86Push::InstX86Push(Cfg *Func, Operand *Source) in InstX86Push() function
354 InstImpl<TraitsType>::InstX86Push::InstX86Push(Cfg *Func, InstX86Label *L) in InstX86Push() function
2908 void InstImpl<TraitsType>::InstX86Push::emit(const Cfg *Func) const { in emit()
2921 void InstImpl<TraitsType>::InstX86Push::emitIAS(const Cfg *Func) const { in emitIAS()
2939 void InstImpl<TraitsType>::InstX86Push::dump(const Cfg *Func) const { in dump()