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

/external/swiftshader/third_party/subzero/src/
H A DIceInstX86Base.h34 template <typename TraitsType> struct InstImpl { struct in namespace:Ice::X86NAMESPACE
675 auto *Add = InstImpl<TraitsType>::InstX86Add::create(
3184 }; // struct InstImpl
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<TraitsTyp
[all...]
H A DIceInstX86BaseImpl.h34 const char *InstImpl<TraitsType>::InstX86Base::getWidthString(Type Ty) {
39 const char *InstImpl<TraitsType>::InstX86Base::getFldString(Type Ty) {
44 typename InstImpl<TraitsType>::Cond::BrCond
45 InstImpl<TraitsType>::InstX86Base::getOppositeCondition(BrCond Cond) {
50 InstImpl<TraitsType>::InstX86FakeRMW::InstX86FakeRMW(Cfg *Func, Operand *Data,
61 InstImpl<TraitsType>::InstX86GetIP::InstX86GetIP(Cfg *Func, Variable *Dest)
65 InstImpl<TraitsType>::InstX86Mul::InstX86Mul(Cfg *Func, Variable *Dest,
74 InstImpl<TraitsType>::InstX86Shld::InstX86Shld(Cfg *Func, Variable *Dest,
84 InstImpl<TraitsType>::InstX86Shrd::InstX86Shrd(Cfg *Func, Variable *Dest,
94 InstImpl<TraitsTyp
[all...]
H A DIceTargetLoweringX86BaseImpl.h6684 Cond = InstImpl<TraitsType>::InstX86Base::getOppositeCondition(Cond);

Completed in 173 milliseconds