Searched refs:Unaligned (Results 1 – 25 of 70) sorted by relevance
123
39 Map<VectorType, Unaligned, InnerStride<Dynamic> > map(array, size, InnerStride<Dynamic>(2)); in map_class_vector()154 CALL_SUBTEST_1( map_class_vector<Unaligned>(Matrix<float, 1, 1>()) ); in test_mapstride()156 CALL_SUBTEST_2( map_class_vector<Unaligned>(Vector4d()) ); in test_mapstride()158 CALL_SUBTEST_3( map_class_vector<Unaligned>(RowVector4f()) ); in test_mapstride()160 CALL_SUBTEST_4( map_class_vector<Unaligned>(VectorXcf(internal::random<int>(1,maxn))) ); in test_mapstride()162 CALL_SUBTEST_5( map_class_vector<Unaligned>(VectorXi(internal::random<int>(1,maxn))) ); in test_mapstride()165 CALL_SUBTEST_1( map_class_matrix<Unaligned>(Matrix<float, 1, 1>()) ); in test_mapstride()167 CALL_SUBTEST_2( map_class_matrix<Unaligned>(Matrix4d()) ); in test_mapstride()169 CALL_SUBTEST_3( map_class_matrix<Unaligned>(Matrix<float,3,5>()) ); in test_mapstride()171 CALL_SUBTEST_3( map_class_matrix<Unaligned>(Matrix<float,4,8>()) ); in test_mapstride()[all …]
350 ------ PL Unaligned case with 0 leading acc+def bytes ------366 ------ PL Unaligned case with 1 leading acc+def bytes ------382 ------ PL Unaligned case with 2 leading acc+def bytes ------398 ------ PL Unaligned case with 3 leading acc+def bytes ------414 ------ PL Unaligned case with 4 leading acc+def bytes ------430 ------ PL Unaligned case with 5 leading acc+def bytes ------446 ------ PL Unaligned case with 6 leading acc+def bytes ------462 ------ PL Unaligned case with 7 leading acc+def bytes ------478 ------ PL Unaligned case with 8 leading acc+def bytes ------494 ------ PL Unaligned case with 9 leading acc+def bytes ------[all …]
571 ------ PL Unaligned case with 0 leading acc+def bytes ------587 ------ PL Unaligned case with 1 leading acc+def bytes ------603 ------ PL Unaligned case with 2 leading acc+def bytes ------619 ------ PL Unaligned case with 3 leading acc+def bytes ------635 ------ PL Unaligned case with 4 leading acc+def bytes ------651 ------ PL Unaligned case with 5 leading acc+def bytes ------667 ------ PL Unaligned case with 6 leading acc+def bytes ------683 ------ PL Unaligned case with 7 leading acc+def bytes ------699 ------ PL Unaligned case with 8 leading acc+def bytes ------715 ------ PL Unaligned case with 9 leading acc+def bytes ------[all …]
206 ------ PL Unaligned case with 0 leading acc+def bytes ------222 ------ PL Unaligned case with 1 leading acc+def bytes ------238 ------ PL Unaligned case with 2 leading acc+def bytes ------254 ------ PL Unaligned case with 3 leading acc+def bytes ------270 ------ PL Unaligned case with 4 leading acc+def bytes ------286 ------ PL Unaligned case with 5 leading acc+def bytes ------302 ------ PL Unaligned case with 6 leading acc+def bytes ------318 ------ PL Unaligned case with 7 leading acc+def bytes ------334 ------ PL Unaligned case with 8 leading acc+def bytes ------350 ------ PL Unaligned case with 9 leading acc+def bytes ------[all …]
315 ------ PL Unaligned case with 0 leading acc+def bytes ------331 ------ PL Unaligned case with 1 leading acc+def bytes ------347 ------ PL Unaligned case with 2 leading acc+def bytes ------363 ------ PL Unaligned case with 3 leading acc+def bytes ------379 ------ PL Unaligned case with 4 leading acc+def bytes ------395 ------ PL Unaligned case with 5 leading acc+def bytes ------411 ------ PL Unaligned case with 6 leading acc+def bytes ------427 ------ PL Unaligned case with 7 leading acc+def bytes ------443 ------ PL Unaligned case with 8 leading acc+def bytes ------459 ------ PL Unaligned case with 9 leading acc+def bytes ------[all …]
546 reg =lhs.loadPacket<Unaligned>(row, col); \ in EigenFloatContractionKernelInternal16x16()551 reg =lhs.loadPacket<Unaligned>(row, col); \ in EigenFloatContractionKernelInternal16x16()581 rhs_pf0 = rhs.loadPacket<Unaligned>(rhs_vert, rhs_horiz0); in EigenFloatContractionKernelInternal16x16()596 rhs_pf0 = rhs.loadPacket<Unaligned>(rhs_vert, rhs_horiz0); in EigenFloatContractionKernelInternal16x16()793 lhs_pf0 =lhs.loadPacket<Unaligned>(lhs_vert, (threadIdx.y/4+k)); in EigenFloatContractionKernelInternal()794 lhs_pf1 =lhs.loadPacket<Unaligned>(lhs_vert, (threadIdx.y/4+k+8)); in EigenFloatContractionKernelInternal()795 lhs_pf2 =lhs.loadPacket<Unaligned>(lhs_vert, (threadIdx.y/4+k+16)); in EigenFloatContractionKernelInternal()796 lhs_pf3 =lhs.loadPacket<Unaligned>(lhs_vert, (threadIdx.y/4+k+24)); in EigenFloatContractionKernelInternal()798 lhs_pf0 =lhs.loadPacket<Unaligned>(lhs_vert, (threadIdx.y/4+k)); in EigenFloatContractionKernelInternal()799 lhs_pf1 =lhs.loadPacket<Unaligned>(lhs_vert, (threadIdx.y/4+k+8)); in EigenFloatContractionKernelInternal()[all …]
347 … static_cast<const Derived*>(this)->template evalProduct<true, true, true, Unaligned>(buffer);350 … static_cast<const Derived*>(this)->template evalProduct<true, true, false, Unaligned>(buffer);355 … static_cast<const Derived*>(this)->template evalProduct<true, false, true, Unaligned>(buffer);358 … static_cast<const Derived*>(this)->template evalProduct<true, false, false, Unaligned>(buffer);365 … static_cast<const Derived*>(this)->template evalProduct<false, true, true, Unaligned>(buffer);368 … static_cast<const Derived*>(this)->template evalProduct<false, true, false, Unaligned>(buffer);373 … static_cast<const Derived*>(this)->template evalProduct<false, false, true, Unaligned>(buffer);376 … static_cast<const Derived*>(this)->template evalProduct<false, false, false, Unaligned>(buffer);393 const int lhs_alignment = LeftEvaluator::IsAligned ? Aligned : Unaligned;394 const int rhs_alignment = RightEvaluator::IsAligned ? Aligned : Unaligned;[all …]
139 const int LhsStoreMode = TensorEvaluator<LeftArgType, Device>::IsAligned ? Aligned : Unaligned;140 const int RhsLoadMode = TensorEvaluator<RightArgType, Device>::IsAligned ? Aligned : Unaligned;
223 _EIGEN_ACCUMULATE_PACKETS(Aligned,Unaligned,Aligned);262 _EIGEN_ACCUMULATE_PACKETS(Aligned,Unaligned,Unaligned);267 _EIGEN_ACCUMULATE_PACKETS(Unaligned,Unaligned,Unaligned);305 …pstore(&res[i], pcj.pmadd(lhs0.template load<LhsPacket, Unaligned>(i), ptmp0, pload<ResPacket>(&re…499 _EIGEN_ACCUMULATE_PACKETS(Aligned,Unaligned,Aligned);540 _EIGEN_ACCUMULATE_PACKETS(Aligned,Unaligned,Unaligned);545 _EIGEN_ACCUMULATE_PACKETS(Unaligned,Unaligned,Unaligned);592 …ptmp0 = pcj.pmadd(lhs0.template load<LhsPacket, Unaligned>(j), rhs.getVectorMapper(j, 0).template …
228 Unaligned=0, /**< Data pointer has no specific alignment. */ enumerator247 AlignedMax = Unaligned
265 … return m_xpr.template packet<Unaligned>(rowId + m_startRow.value(), colId + m_startCol.value());271 …m_xpr.template writePacket<Unaligned>(rowId + m_startRow.value(), colId + m_startCol.value(), val);277 return m_xpr.template packet<Unaligned>285 m_xpr.template writePacket<Unaligned>
122 friend class Eigen::Map<Derived, Unaligned>;123 typedef Eigen::Map<Derived, Unaligned> MapType;124 friend class Eigen::Map<const Derived, Unaligned>;125 typedef const Eigen::Map<const Derived, Unaligned> ConstMapType;133 …template<typename StrideType> struct StridedMapType { typedef Eigen::Map<Derived, Unaligned, Strid…134 …ideType> struct StridedConstMapType { typedef Eigen::Map<const Derived, Unaligned, StrideType> typ…
12 Map<CV_QUALIFIER MatrixXf, Unaligned, OuterStride<> > m(ptr, rows, cols, OuterStride<>(2)); in foo()
6 Map<Matrix<int,2,4>, Unaligned, Stride<1,4> >(array) << endl;
3 ; Unaligned load / store pair. Should be combined into a memmove
5 ; Unaligned load / store pair. Should be combined into a memmove
147 Eigen::Unaligned> in Compute()161 Eigen::TensorMap<Eigen::Tensor<T, 2, Eigen::RowMajor>, Eigen::Unaligned> in Compute()174 Eigen::Unaligned> in Compute()182 Eigen::Unaligned> in Compute()719 Eigen::TensorMap<Eigen::Tensor<T, 2, Eigen::RowMajor>, Eigen::Unaligned> in Compute()744 Eigen::TensorMap<Eigen::Tensor<T, 2, Eigen::RowMajor>, Eigen::Unaligned> in Compute()
141 dst.template copyPacket<Src, Aligned, Unaligned>(j, index, src); in triassign()143 dst.template copyPacket<Src, Aligned, Unaligned>(index, j, src); in triassign()
285 Unaligned = 0x0004 enumerator341 Unaligned = 0x00000800, enumerator