Home
last modified time | relevance | path

Searched refs:DState (Results 1 – 5 of 5) sorted by relevance

/external/llvm-project/llvm/test/Transforms/SLPVectorizer/X86/
Dcrash_netbsd_decompress.ll7 %struct.DState = type { i32, i32 }
9 @b = common global %struct.DState zeroinitializer, align 4
18 … [[TMP0:%.*]] = load i32, i32* getelementptr inbounds (%struct.DState, %struct.DState* @b, i32 0…
19 … [[TMP1:%.*]] = load i32, i32* getelementptr inbounds (%struct.DState, %struct.DState* @b, i32 0…
36 ; CHECK-NEXT: store i32 [[T_0]], i32* getelementptr inbounds (%struct.DState, %struct.DState* @b…
37 ; CHECK-NEXT: store i32 [[F_0]], i32* getelementptr inbounds (%struct.DState, %struct.DState* @b…
41 …%0 = load i32, i32* getelementptr inbounds (%struct.DState, %struct.DState* @b, i32 0, i32 0), ali…
42 …%1 = load i32, i32* getelementptr inbounds (%struct.DState, %struct.DState* @b, i32 0, i32 1), ali…
62 …store i32 %t.0, i32* getelementptr inbounds (%struct.DState, %struct.DState* @b, i32 0, i32 0), al…
63 …store i32 %f.0, i32* getelementptr inbounds (%struct.DState, %struct.DState* @b, i32 0, i32 1), al…
/external/llvm/test/Transforms/SLPVectorizer/X86/
Dcrash_netbsd_decompress.ll6 %struct.DState = type { i32, i32 }
8 @b = common global %struct.DState zeroinitializer, align 4
16 …%0 = load i32, i32* getelementptr inbounds (%struct.DState, %struct.DState* @b, i32 0, i32 0), ali…
17 …%1 = load i32, i32* getelementptr inbounds (%struct.DState, %struct.DState* @b, i32 0, i32 1), ali…
37 …store i32 %t.0, i32* getelementptr inbounds (%struct.DState, %struct.DState* @b, i32 0, i32 0), al…
38 …store i32 %f.0, i32* getelementptr inbounds (%struct.DState, %struct.DState* @b, i32 0, i32 1), al…
/external/bzip2/
Dbzlib_private.h438 DState; typedef
488 BZ2_decompress ( DState* );
Dbzlib.c497 DState* s; in BZ_API()
508 s = BZALLOC( sizeof(DState) ); in BZ_API()
536 Bool unRLE_obuf_to_output_FAST ( DState* s ) in unRLE_obuf_to_output_FAST()
706 Bool unRLE_obuf_to_output_SMALL ( DState* s ) in unRLE_obuf_to_output_SMALL()
811 DState* s; in BZ_API()
864 DState* s; in BZ_API()
Ddecompress.c27 void makeMaps_d ( DState* s ) in makeMaps_d()
106 Int32 BZ2_decompress ( DState* s ) in BZ2_decompress()