Home
last modified time | relevance | path

Searched refs:alloc0 (Results 1 – 8 of 8) sorted by relevance

/external/compiler-rt/lib/tsan/tests/unit/
Dtsan_mman_test.cc112 uptr alloc0 = __sanitizer_get_current_allocated_bytes(); in TEST() local
125 EXPECT_EQ(alloc0 + 16, __sanitizer_get_current_allocated_bytes()); in TEST()
132 EXPECT_EQ(alloc0, __sanitizer_get_current_allocated_bytes()); in TEST()
/external/llvm-project/compiler-rt/lib/tsan/tests/unit/
Dtsan_mman_test.cpp113 uptr alloc0 = __sanitizer_get_current_allocated_bytes(); in TEST() local
126 EXPECT_EQ(alloc0 + 16, __sanitizer_get_current_allocated_bytes()); in TEST()
133 EXPECT_EQ(alloc0, __sanitizer_get_current_allocated_bytes()); in TEST()
/external/llvm-project/llvm/test/CodeGen/NVPTX/
Dvector-loads.ll73 define void @foo_complex(i8* nocapture readonly align 16 dereferenceable(134217728) %alloc0) {
74 %targ0.1.typed = bitcast i8* %alloc0 to [1024 x [131072 x i8]]*
/external/antlr/runtime/Cpp/include/
Dantlr3memory.hpp143 ANTLR_INLINE static void* alloc0( std::size_t bytes ) in alloc0() function in DefaultAllocPolicy
Dantlr3bitset.inl108 m_blist.set_bits( (ANTLR_BITWORD*) AllocPolicyType::alloc0(numelements * sizeof(ANTLR_BITWORD)));
233 newBits = (ANTLR_BITWORD*) AllocPolicyType::alloc0(newSize * sizeof(ANTLR_BITWORD) );
Dantlr3collections.inl608 m_edges = AllocPolicyType::alloc0(sizeof(BitsetType*) * (maxEdge + 1));
/external/tensorflow/tensorflow/compiler/xla/service/gpu/tests/
Dscatter.hlo3 …d @scatter_TensorFlowScatterV1(i8* noalias align 16 dereferenceable(36) %alloc0, i8* noalias align…
73 …void @scatter_ScatterIntoScalar(i8* noalias align 16 dereferenceable(4) %alloc0, i8* noalias align…
130 …@scatter_TensorFlowScatter_Mul(i8* noalias align 16 dereferenceable(36) %alloc0, i8* noalias align…
213 // CHECK-LABEL: define void @scatter_ScalarUpdate(i8* noalias align 16 dereferenceable(16) %alloc0,…
/external/llvm-project/mlir/docs/
DBufferization.md570 to free %alloc0 in bb0 and %alloc1 in bb1. Afterwards, we can continue