HomeSort by relevance Sort by last modified time
    Searched refs:InstX86Base (Results 1 - 3 of 3) sorted by null

  /external/swiftshader/third_party/subzero/src/
IceInstX86Base.h 11 /// \brief This file defines the InstX86Base template class, as well as the
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)
256 class InstX86FakeRMW final : public InstX86Base {
278 return InstX86Base::isClassof(Instr, InstX86Base::FakeRMW)
    [all...]
IceInstX86BaseImpl.h 11 /// \brief Implements the InstX86Base class and its descendants.
34 const char *InstImpl<TraitsType>::InstX86Base::getWidthString(Type Ty) {
39 const char *InstImpl<TraitsType>::InstX86Base::getFldString(Type Ty) {
45 InstImpl<TraitsType>::InstX86Base::getOppositeCondition(BrCond Cond) {
54 : InstX86Base(Func, InstX86Base::FakeRMW, 3, nullptr), Op(Op) {
62 : InstX86Base(Func, InstX86Base::GetIP, 0, Dest) {}
68 : InstX86Base(Func, InstX86Base::Mul, 2, Dest)
    [all...]
IceTargetLoweringX86BaseImpl.h     [all...]

Completed in 132 milliseconds