Home
last modified time | relevance | path

Searched refs:alloc1 (Results 1 – 4 of 4) sorted by relevance

/external/llvm/test/Transforms/DeadStoreElimination/
Dfree.ll50 %alloc1 = tail call noalias i8* @malloc(i64 4) nounwind
54 store i8 1, i8* %alloc1
58 tail call void @free(i8* %alloc1) nounwind
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/DeadStoreElimination/
Dfree.ll50 %alloc1 = tail call noalias i8* @malloc(i64 4) nounwind
54 store i8 1, i8* %alloc1
58 tail call void @free(i8* %alloc1) nounwind
/external/swiftshader/third_party/subzero/tests_lit/asan_tests/
Dquarantine.ll43 %alloc1 = inttoptr i32 %alloc1addr to i32*
59 %result_no_err = load i32, i32* %alloc1, align 1
/external/tensorflow/tensorflow/compiler/xrt/tests/
Draw_api_test.cc412 xrt::XLAAllocation alloc1; in TEST() local
413 *alloc1.mutable_value() = in TEST()
421 ops::Const(root.WithDevice("/device:CPU:0"), alloc1.SerializeAsString()); in TEST()