Home
last modified time | relevance | path

Searched refs:IsAligned (Results 1 – 25 of 108) sorted by relevance

12345

/external/eigen/unsupported/Eigen/CXX11/src/Tensor/
DTensorEvaluator.h41 IsAligned = Derived::IsAligned, enumerator
161 IsAligned = Derived::IsAligned,
233 IsAligned = true,
298 IsAligned = TensorEvaluator<ArgType, Device>::IsAligned,
366IsAligned = TensorEvaluator<LeftArgType, Device>::IsAligned & TensorEvaluator<RightArgType, Device…
446IsAligned = TensorEvaluator<Arg1Type, Device>::IsAligned & TensorEvaluator<Arg2Type, Device>::IsAl…
550IsAligned = TensorEvaluator<ThenArgType, Device>::IsAligned & TensorEvaluator<ElseArgType, Device>…
DTensorAssign.h100IsAligned = TensorEvaluator<LeftArgType, Device>::IsAligned & TensorEvaluator<RightArgType, Device…
139 const int LhsStoreMode = TensorEvaluator<LeftArgType, Device>::IsAligned ? Aligned : Unaligned;
140 const int RhsLoadMode = TensorEvaluator<RightArgType, Device>::IsAligned ? Aligned : Unaligned;
DTensorLayoutSwap.h119 IsAligned = TensorEvaluator<ArgType, Device>::IsAligned,
181 IsAligned = TensorEvaluator<ArgType, Device>::IsAligned,
DTensorEvalTo.h104 IsAligned = TensorEvaluator<ArgType, Device>::IsAligned,
137 …(m_buffer + i, m_impl.template packet<TensorEvaluator<ArgType, Device>::IsAligned ? Aligned : Unal…
DTensorMorphing.h105 IsAligned = TensorEvaluator<ArgType, Device>::IsAligned,
170 IsAligned = TensorEvaluator<ArgType, Device>::IsAligned,
314 IsAligned = /*TensorEvaluator<ArgType, Device>::IsAligned*/false,
539 IsAligned = /*TensorEvaluator<ArgType, Device>::IsAligned*/false,
701 IsAligned = false,
860 IsAligned = false,
/external/llvm-project/compiler-rt/lib/sanitizer_common/
Dsanitizer_allocator_secondary.h101 CHECK(IsAligned(map_beg, page_size_)); in Allocate()
107 CHECK(IsAligned(res, alignment)); in Allocate()
108 CHECK(IsAligned(res, page_size_)); in Allocate()
175 if (!IsAligned(reinterpret_cast<uptr>(p), page_size_)) { in GetMetaData()
177 CHECK(IsAligned(reinterpret_cast<uptr>(p), page_size_)); in GetMetaData()
301 CHECK(IsAligned(p, page_size_)); in GetHeader()
309 CHECK(IsAligned((uptr)h, page_size_)); in GetUser()
Dsanitizer_stacktrace_sparc.cpp55 while (next_bp != bp && IsAligned(next_bp, sizeof(uhwptr)) && i++ < 8) { in UnwindFast()
65 while (IsValidFrame(bp, stack_top, bottom) && IsAligned(bp, sizeof(uhwptr)) && in UnwindFast()
Dsanitizer_stacktrace.cpp108 IsAligned((uptr)frame, sizeof(*frame)) && in UnwindFast()
116 !IsAligned((uptr)caller_frame, sizeof(uhwptr))) in UnwindFast()
/external/llvm-project/clang/lib/Format/
DContinuationIndenter.h205 NestedBlockIndent(Indent), IsAligned(false), in ParenState()
271 bool IsAligned : 1; member
361 if (IsAligned != Other.IsAligned)
362 return IsAligned;
DWhitespaceManager.h113 bool IsAligned, bool ContinuesPPDirective, bool IsInsideToken);
129 bool IsAligned; member
221 bool IsAligned);
DWhitespaceManager.cpp33 StringRef CurrentLinePrefix, bool IsAligned, in Change() argument
39 CurrentLinePrefix(CurrentLinePrefix), IsAligned(IsAligned), in Change()
49 bool IsAligned, bool InPPDirective) { in replaceWhitespace() argument
55 IsAligned, InPPDirective && !Tok.IsFirst, in replaceWhitespace()
873 C.StartOfTokenColumn - std::max(0, C.Spaces), C.IsAligned); in generateChanges()
920 bool IsAligned) { in appendIndentText() argument
961 IsAligned ? IndentLevel * Style.IndentWidth : Spaces; in appendIndentText()
/external/llvm-project/compiler-rt/lib/hwasan/
Dhwasan_poisoning.cpp23 CHECK(IsAligned(p, kShadowAlignment)); in TagMemoryAligned()
24 CHECK(IsAligned(size, kShadowAlignment)); in TagMemoryAligned()
/external/libchrome/mojo/core/
Doptions_validation.h35 CHECK(options && IsAligned<MOJO_ALIGNOF(Options)>(options)); in UserOptionsReader()
73 static bool IsAligned(const void* pointer) { in IsAligned() function
/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_stacktrace.cc80 IsAligned((uptr)frame, sizeof(*frame)) && in FastUnwindStack()
88 !IsAligned((uptr)caller_frame, sizeof(uhwptr))) in FastUnwindStack()
/external/libchrome/mojo/public/cpp/bindings/lib/
Dbuffer.cc19 DCHECK(IsAligned(data_)); in Buffer()
31 DCHECK(IsAligned(data_)); in Buffer()
Dvalidation_util.cc32 if (!IsAligned(data)) { in ValidateStructHeaderAndClaimMemory()
63 if (!IsAligned(data)) { in ValidateNonInlinedUnionHeaderAndClaimMemory()
Dserialization.h104 bool need_copy = !IsAligned(input_buffer);
107 DCHECK(IsAligned(aligned_input_buffer));
/external/vixl/src/
Dcode-buffer-vixl.h139 bool Is16bitAligned() const { return IsAligned<2>(cursor_); } in Is16bitAligned()
141 bool Is32bitAligned() const { return IsAligned<4>(cursor_); } in Is32bitAligned()
/external/tensorflow/tensorflow/core/framework/
Dtensor.h297 bool IsAligned() const { in IsAligned() function
759 CHECK(IsAligned()); in bit_casted_tensor()
766 CHECK(IsAligned()); in bit_casted_tensor()
776 CHECK(IsAligned()); in reinterpret_last_dimension()
792 CHECK(IsAligned()); in reinterpret_last_dimension()
851 CHECK(IsAligned()); in bit_casted_shaped()
870 CHECK(IsAligned()); in shaped()
879 CHECK(IsAligned()); in bit_casted_shaped()
/external/tensorflow/tensorflow/core/kernels/
Dops_util_test.cc336 EXPECT_EQ(sliced.IsAligned(), true); in TEST_F()
350 EXPECT_EQ(sliced.IsAligned(), false); in TEST_F()
374 EXPECT_EQ(sliced.IsAligned(), true); in TEST_F()
390 EXPECT_EQ(sliced.IsAligned(), false); in TEST_F()
/external/llvm-project/compiler-rt/lib/scudo/
Dscudo_allocator_secondary.h91 DCHECK(IsAligned(ReservedBeg, PageSize)); in Allocate()
105 if (!IsAligned(UserBeg, Alignment)) { in Allocate()
/external/tensorflow/tensorflow/c/
Dtf_tensor.cc319 bool TensorInterface::IsAligned() const { return tensor_.IsAligned(); } in IsAligned() function in tensorflow::TensorInterface
323 bool TF_TensorIsAligned(const TF_Tensor* t) { return t->tensor->IsAligned(); } in TF_TensorIsAligned()
Dtensor_interface.h49 virtual bool IsAligned() const = 0;
/external/llvm-project/llvm/utils/TableGen/
DX86FoldTablesEmitter.cpp105 bool IsAligned = false; member in __anon8345842b0111::X86FoldTablesEmitter::X86FoldTableEntry
125 if (IsAligned) in print()
501 Result.IsAligned = true; in addEntryWithFlags()
508 Result.IsAligned = true; in addEntryWithFlags()
/external/compiler-rt/lib/asan/
Dasan_poisoning.cc85 CHECK(IsAligned(end, SHADOW_GRANULARITY)); in AsanPoisonOrUnpoisonIntraObjectRedzone()
86 if (!IsAligned(ptr, SHADOW_GRANULARITY)) { in AsanPoisonOrUnpoisonIntraObjectRedzone()
340 IsAligned(beg, granularity))) { in __sanitizer_annotate_contiguous_container()

12345