Home
last modified time | relevance | path

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

/external/swiftshader/third_party/subzero/src/
DIceInstX86Base.h287 class InstX86GetIP final : public InstX86Base {
288 InstX86GetIP() = delete;
289 InstX86GetIP(const InstX86GetIP &) = delete;
290 InstX86GetIP &operator=(const InstX86GetIP &) = delete;
293 static InstX86GetIP *create(Cfg *Func, Variable *Dest) { in create()
294 return new (Func->allocate<InstX86GetIP>()) InstX86GetIP(Func, Dest); in create()
304 InstX86GetIP(Cfg *Func, Variable *Dest);
3191 using GetIP = typename InstImpl<TraitsType>::InstX86GetIP;
DIceInstX86BaseImpl.h61 InstImpl<TraitsType>::InstX86GetIP::InstX86GetIP(Cfg *Func, Variable *Dest) in InstX86GetIP() function
424 void InstImpl<TraitsType>::InstX86GetIP::emit(const Cfg *Func) const { in emit()
438 void InstImpl<TraitsType>::InstX86GetIP::emitIAS(const Cfg *Func) const { in emitIAS()
447 void InstImpl<TraitsType>::InstX86GetIP::dump(const Cfg *Func) const { in dump()