Searched refs:InstX86Base (Results 1 – 3 of 3) sorted by relevance
/external/swiftshader/third_party/subzero/src/ |
D | IceInstX86Base.h | 68 class InstX86Base : public InstTarget { 69 InstX86Base() = delete; 70 InstX86Base(const InstX86Base &) = delete; 71 InstX86Base &operator=(const InstX86Base &) = delete; 219 InstX86Base(Cfg *Func, InstKindX86 Kind, SizeT Maxsrcs, Variable *Dest) in InstX86Base() function 256 class InstX86FakeRMW final : public InstX86Base { 278 return InstX86Base::isClassof(Instr, InstX86Base::FakeRMW); in classof() 287 class InstX86GetIP final : public InstX86Base { 300 return InstX86Base::isClassof(Instr, InstX86Base::GetIP); in classof() 343 class InstX86Label final : public InstX86Base { [all …]
|
D | IceInstX86BaseImpl.h | 34 const char *InstImpl<TraitsType>::InstX86Base::getWidthString(Type Ty) { in getWidthString() 39 const char *InstImpl<TraitsType>::InstX86Base::getFldString(Type Ty) { in getFldString() 45 InstImpl<TraitsType>::InstX86Base::getOppositeCondition(BrCond Cond) { in getOppositeCondition() 54 : InstX86Base(Func, InstX86Base::FakeRMW, 3, nullptr), Op(Op) { in InstX86FakeRMW() 62 : InstX86Base(Func, InstX86Base::GetIP, 0, Dest) {} in InstX86GetIP() 68 : InstX86Base(Func, InstX86Base::Mul, 2, Dest) { in InstX86Mul() 77 : InstX86Base(Func, InstX86Base::Shld, 3, Dest) { in InstX86Shld() 87 : InstX86Base(Func, InstX86Base::Shrd, 3, Dest) { in InstX86Shrd() 96 : InstX86Base(Func, InstX86Base::Label, 0, nullptr), in InstX86Label() 112 : InstX86Base(Func, InstX86Base::Br, 0, nullptr), Condition(Condition), in InstX86Br() [all …]
|
D | IceTargetLoweringX86BaseImpl.h | 6737 Cond = InstImpl<TraitsType>::InstX86Base::getOppositeCondition(Cond);
|