Home
last modified time | relevance | path

Searched refs:InstImpl (Results 1 – 3 of 3) sorted by relevance

/external/swiftshader/third_party/subzero/src/
DIceInstX86Base.h34 template <typename TraitsType> struct InstImpl { struct
675 auto *Add = InstImpl<TraitsType>::InstX86Add::create( in deoptLeaToAddOrNull() argument
3191 using GetIP = typename InstImpl<TraitsType>::InstX86GetIP;
3192 using FakeRMW = typename InstImpl<TraitsType>::InstX86FakeRMW;
3193 using Label = typename InstImpl<TraitsType>::InstX86Label;
3195 using Call = typename InstImpl<TraitsType>::InstX86Call;
3197 using Br = typename InstImpl<TraitsType>::InstX86Br;
3198 using Jmp = typename InstImpl<TraitsType>::InstX86Jmp;
3199 using Bswap = typename InstImpl<TraitsType>::InstX86Bswap;
3200 using Neg = typename InstImpl<TraitsType>::InstX86Neg;
[all …]
DIceInstX86BaseImpl.h34 const char *InstImpl<TraitsType>::InstX86Base::getWidthString(Type Ty) { in getWidthString()
39 const char *InstImpl<TraitsType>::InstX86Base::getFldString(Type Ty) { in getFldString()
44 typename InstImpl<TraitsType>::Cond::BrCond
45 InstImpl<TraitsType>::InstX86Base::getOppositeCondition(BrCond Cond) { in getOppositeCondition()
50 InstImpl<TraitsType>::InstX86FakeRMW::InstX86FakeRMW(Cfg *Func, Operand *Data, in InstX86FakeRMW()
61 InstImpl<TraitsType>::InstX86GetIP::InstX86GetIP(Cfg *Func, Variable *Dest) in InstX86GetIP()
65 InstImpl<TraitsType>::InstX86Mul::InstX86Mul(Cfg *Func, Variable *Dest, in InstX86Mul()
74 InstImpl<TraitsType>::InstX86Shld::InstX86Shld(Cfg *Func, Variable *Dest, in InstX86Shld()
84 InstImpl<TraitsType>::InstX86Shrd::InstX86Shrd(Cfg *Func, Variable *Dest, in InstX86Shrd()
94 InstImpl<TraitsType>::InstX86Label::InstX86Label(Cfg *Func, in InstX86Label()
[all …]
DIceTargetLoweringX86BaseImpl.h6737 Cond = InstImpl<TraitsType>::InstX86Base::getOppositeCondition(Cond);