Home
last modified time | relevance | path

Searched refs:AlignmentType (Results 1 – 9 of 9) sorted by relevance

/external/eigen/Eigen/src/Core/util/
DBlasUtil.h144 template <typename Packet, int AlignmentType>
146 return ploadt<Packet, AlignmentType>(m_data + i);
158 template<typename Scalar, typename Index, int AlignmentType>
175 return ploadt<Packet, AlignmentType>(m_data + i);
179 return ploadt<HalfPacket, AlignmentType>(m_data + i);
183 pstoret<Scalar, Packet, AlignmentType>(m_data + i, p);
191 template<typename Scalar, typename Index, int StorageOrder, int AlignmentType = Unaligned>
197 typedef BlasLinearMapper<Scalar, Index, AlignmentType> LinearMapper;
202 …EIGEN_DEVICE_FUNC EIGEN_ALWAYS_INLINE blas_data_mapper<Scalar, Index, StorageOrder, AlignmentType>
204 … return blas_data_mapper<Scalar, Index, StorageOrder, AlignmentType>(&operator()(i, j), m_stride);
[all …]
DConstants.h227 enum AlignmentType { enum
/external/eigen/unsupported/Eigen/CXX11/src/Tensor/
DTensorContractionMapper.h238 template <int AlignmentType>
250 return this->m_tensor.template packet<AlignmentType>(index);
265 return this->m_tensor.template packet<AlignmentType>(first);
281 template <int AlignmentType>
289 return loadPacket<AlignmentType>(i, j);
409 template <typename PacketT, int AlignmentType>
412 …const int ActualAlignment = (AlignmentType == Aligned) && (Alignment == Aligned) ? Aligned : Unali…
/external/llvm-project/clang/include/clang/Analysis/Analyses/
DThreadSafetyUtil.h40 union AlignmentType { union
52 return Allocator->Allocate(Sz, alignof(AlignmentType)); in allocate()
/external/clang/include/clang/Analysis/Analyses/
DThreadSafetyUtil.h36 union AlignmentType { union
48 return Allocator->Allocate(Sz, llvm::AlignOf<AlignmentType>::Alignment); in allocate()
/external/vixl/src/aarch32/
Dinstructions-aarch32.h1317 enum AlignmentType { enum
1328 AlignmentType align_;
1331 Alignment(AlignmentType align) // NOLINT(runtime/explicit) in Alignment()
1334 : align_(static_cast<AlignmentType>(align)) { in Alignment()
1337 AlignmentType GetType() const { return align_; } in GetType()
1338 bool Is(AlignmentType type) { return align_ == type; } in Is()
Ddisasm-aarch32.cc866 AlignmentType align; in Align_index_align_1_Decode()
877 AlignmentType align; in Align_index_align_1_Decode()
890 AlignmentType align; in Align_index_align_1_Decode()
911 AlignmentType align; in Align_index_align_2_Decode()
924 AlignmentType align; in Align_index_align_2_Decode()
937 AlignmentType align; in Align_index_align_2_Decode()
958 AlignmentType align; in Align_index_align_3_Decode()
971 AlignmentType align; in Align_index_align_3_Decode()
984 AlignmentType align; in Align_index_align_3_Decode()
/external/tensorflow/tensorflow/compiler/xla/service/cpu/
Druntime_single_threaded_matmul.cc32 template <typename T, Eigen::AlignmentType Alignment>
Druntime_matmul.cc36 template <typename T, Eigen::AlignmentType Alignment>