Home
last modified time | relevance | path

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

/external/swiftshader/third_party/subzero/src/
DIceInstX86Base.h476 class InstX86Call final : public InstX86Base {
477 InstX86Call() = delete;
478 InstX86Call(const InstX86Call &) = delete;
479 InstX86Call &operator=(const InstX86Call &) = delete;
482 static InstX86Call *create(Cfg *Func, Variable *Dest, Operand *CallTarget) { in create()
483 return new (Func->allocate<InstX86Call>()) in create()
484 InstX86Call(Func, Dest, CallTarget); in create()
495 InstX86Call(Cfg *Func, Variable *Dest, Operand *CallTarget);
3195 using Call = typename InstImpl<TraitsType>::InstX86Call;
DIceInstX86BaseImpl.h176 InstImpl<TraitsType>::InstX86Call::InstX86Call(Cfg *Func, Variable *Dest, in InstX86Call() function
626 void InstImpl<TraitsType>::InstX86Call::emit(const Cfg *Func) const { in emit()
648 void InstImpl<TraitsType>::InstX86Call::emitIAS(const Cfg *Func) const { in emitIAS()
671 void InstImpl<TraitsType>::InstX86Call::dump(const Cfg *Func) const { in dump()