Searched refs:StorageOrdersAgree (Results 1 – 3 of 3) sorted by relevance
73 StorageOrdersAgree = (int(Lhs::Flags)&RowMajorBit)==(int(Rhs::Flags)&RowMajorBit),78 | (StorageOrdersAgree ? LinearAccessBit : 0)79 … | (functor_traits<BinaryOp>::PacketAccess && StorageOrdersAgree && SameType ? PacketAccessBit : 0)
51 StorageOrdersAgree = (int(Dst::IsRowMajor) == int(Src::IsRowMajor)), enumerator60 …MightEnableVml = vml_call<UnaryOp>::IsSupported && StorageOrdersAgree && DstHasDirectAccess && Sr…
47 StorageOrdersAgree = (int(Derived::IsRowMajor) == int(OtherDerived::IsRowMajor)), enumerator48 MightVectorize = StorageOrdersAgree52 …MayLinearize = StorageOrdersAgree && (int(Derived::Flags) & int(OtherDerived::Flags) & LinearAcces…111 EIGEN_DEBUG_VAR(StorageOrdersAgree) in debug()