Home
last modified time | relevance | path

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

/external/clang/test/CodeGenCXX/
Dmangle-local-class-names.cpp19 SSSS VAR1(IVAR1); in FUNC() local
43 SSSS VAR1(IVAR1); in GORF() local
66 SSSS VAR1(x); in OmittingCode() local
/external/llvm/test/Transforms/IndVarSimplify/
Dloop_evaluate_1.ll26 ; CHECK: [[VAR1:%.+]] = add i32 %arg, -11
27 ; CHECK: [[VAR2:%.+]] = lshr i32 [[VAR1]], 1
/external/llvm/test/CodeGen/Hexagon/
Dextload-combine.ll29 ; CHECK: [[VAR1:r[0-9]+]]{{ *}}={{ *}}memh(##
30 ; CHECK: sxtw([[VAR1]])
/external/llvm/test/Transforms/LoopVectorize/
Dstore-shuffle-bug.ll22 ; CHECK: [[VAR1:%[a-zA-Z0-9.]+]] = load <4 x i32>
24 ; CHECK: [[VAR3:%[a-zA-Z0-9]+]] = add nsw <4 x i32> [[VAR2]], [[VAR1]]
/external/pcre/dist/cmake/
DFindPackageHandleStandardArgs.cmake1 # FIND_PACKAGE_HANDLE_STANDARD_ARGS(NAME (DEFAULT_MSG|"Custom failure message") VAR1 ... )
14 # If it is found, the location is reported using the VAR1 argument, so
/external/eigen/bench/btl/cmake/
DFindPackageHandleStandardArgs.cmake1 # FIND_PACKAGE_HANDLE_STANDARD_ARGS(NAME (DEFAULT_MSG|"Custom failure message") VAR1 ... )
16 # If it is found, the location is reported using the VAR1 argument, so
/external/clang/test/CodeGenObjC/
Darc-unoptimized-byref-var.m8 // CHECK-UNOPT: [[X2:%.*]] = getelementptr inbounds [[BYREF_T:%.*]]* [[VAR1:%.*]], i32 0, i32 6
/external/llvm/test/Transforms/InstCombine/
Dvec_shuffle.ll329 ; CHECK: [[VAR1:%[a-zA-Z0-9.]+]] = add <4 x i32> %v1, <i32 4, i32 1, i32 2, i32 3>
330 ; CHECK: [[VAR2:%[a-zA-Z0-9.]+]] = shufflevector <4 x i32> [[VAR1]], <4 x i32> undef, <4 x i32> <i3…
354 ; CHECK: [[VAR1:%[a-zA-Z0-9.]+]] = mul <4 x i32> %v, %v
355 ; CHECK: [[VAR2:%[a-zA-Z0-9.]+]] = shufflevector <4 x i32> [[VAR1]], <4 x i32> undef, <4 x i32> zer…
381 ; CHECK: [[VAR1:%[a-zA-Z0-9.]+]] = mul <8 x i16> %in0, %in1
382 ; CHECK: [[VAR2:%[a-zA-Z0-9.]+]] = shufflevector <8 x i16> [[VAR1]], <8 x i16> undef, <4 x i32> <i3…
/external/valgrind/main/drd/tests/
Dtsan_unittest.cpp5754 int VAR1 = 0; variable
5769 void Thread1() { WriteWhileHoldingReaderLock(&VAR1); } in Thread1()
5770 void Thread2() { CorrectWrite(&VAR1); } in Thread2()
5777 VAR1 = 0; in Run()
5779 ANNOTATE_TRACE_MEMORY(&VAR1); in Run()
5782 ANNOTATE_EXPECT_RACE_FOR_TSAN(&VAR1, "test122. TP. ReaderLock-ed while writing"); in Run()