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

  /external/eigen/Eigen/src/Core/util/
BlasUtil.h 144 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...]
Constants.h 227 enum AlignmentType {
  /external/eigen/unsupported/Eigen/CXX11/src/Tensor/
TensorContractionMapper.h 238 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 : Unaligned;
  /external/clang/include/clang/Analysis/Analyses/
ThreadSafetyUtil.h 36 union AlignmentType {
48 return Allocator->Allocate(Sz, llvm::AlignOf<AlignmentType>::Alignment);
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/Analysis/Analyses/
ThreadSafetyUtil.h 36 union AlignmentType {
48 return Allocator->Allocate(Sz, alignof(AlignmentType));
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/clang/Analysis/Analyses/
ThreadSafetyUtil.h 36 union AlignmentType {
48 return Allocator->Allocate(Sz, alignof(AlignmentType));
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/clang/Analysis/Analyses/
ThreadSafetyUtil.h 36 union AlignmentType {
48 return Allocator->Allocate(Sz, alignof(AlignmentType));
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/clang/Analysis/Analyses/
ThreadSafetyUtil.h 36 union AlignmentType {
48 return Allocator->Allocate(Sz, alignof(AlignmentType));
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/clang/Analysis/Analyses/
ThreadSafetyUtil.h 36 union AlignmentType {
48 return Allocator->Allocate(Sz, alignof(AlignmentType));
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/clang/Analysis/Analyses/
ThreadSafetyUtil.h 36 union AlignmentType {
48 return Allocator->Allocate(Sz, alignof(AlignmentType));
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/clang/Analysis/Analyses/
ThreadSafetyUtil.h 36 union AlignmentType {
48 return Allocator->Allocate(Sz, alignof(AlignmentType));
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/Analysis/Analyses/
ThreadSafetyUtil.h 36 union AlignmentType {
48 return Allocator->Allocate(Sz, alignof(AlignmentType));
  /prebuilts/clang/host/linux-x86/clang-4393122/include/clang/Analysis/Analyses/
ThreadSafetyUtil.h 36 union AlignmentType {
48 return Allocator->Allocate(Sz, alignof(AlignmentType));
  /prebuilts/clang/host/linux-x86/clang-4479392/include/clang/Analysis/Analyses/
ThreadSafetyUtil.h 36 union AlignmentType {
48 return Allocator->Allocate(Sz, alignof(AlignmentType));
  /prebuilts/clang/host/linux-x86/clang-4579689/include/clang/Analysis/Analyses/
ThreadSafetyUtil.h 36 union AlignmentType {
48 return Allocator->Allocate(Sz, alignof(AlignmentType));
  /prebuilts/clang/host/linux-x86/clang-4630689/include/clang/Analysis/Analyses/
ThreadSafetyUtil.h 36 union AlignmentType {
48 return Allocator->Allocate(Sz, alignof(AlignmentType));
  /prebuilts/clang/host/linux-x86/clang-4639204/include/clang/Analysis/Analyses/
ThreadSafetyUtil.h 36 union AlignmentType {
48 return Allocator->Allocate(Sz, alignof(AlignmentType));
  /prebuilts/clang/host/linux-x86/clang-4691093/include/clang/Analysis/Analyses/
ThreadSafetyUtil.h 36 union AlignmentType {
48 return Allocator->Allocate(Sz, alignof(AlignmentType));
  /external/vixl/src/aarch32/
instructions-aarch32.h     [all...]
disasm-aarch32.cc 855 AlignmentType align;
866 AlignmentType align;
879 AlignmentType align;
900 AlignmentType align;
913 AlignmentType align;
926 AlignmentType align;
947 AlignmentType align;
960 AlignmentType align;
973 AlignmentType align;
    [all...]

Completed in 997 milliseconds