Home
last modified time | relevance | path

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

/external/llvm-project/llvm/test/Transforms/GVN/
Dpr17732.ll6 %struct.with_array = type { [2 x i8], i32, i8 }
10 @array_with_zeroinit = common global %struct.with_array zeroinitializer, align 4
17 …py.p0i8.p0i8.i64(i8* align 4 getelementptr inbounds (%struct.with_array, %struct.with_array* @arra…
18 …%0 = load i8, i8* getelementptr inbounds (%struct.with_array, %struct.with_array* @array_with_zero…
/external/llvm/test/Transforms/GVN/
Dpr17732.ll6 %struct.with_array = type { [2 x i8], i32, i8 }
10 @array_with_zeroinit = common global %struct.with_array zeroinitializer, align 4
17 …lvm.memcpy.p0i8.p0i8.i64(i8* getelementptr inbounds (%struct.with_array, %struct.with_array* @arra…
18 …%0 = load i8, i8* getelementptr inbounds (%struct.with_array, %struct.with_array* @array_with_zero…
/external/llvm-project/llvm/test/Transforms/NewGVN/
Dpr17732.ll5 %struct.with_array = type { [2 x i8], i32, i8 }
9 @array_with_zeroinit = common global %struct.with_array zeroinitializer, align 4
16 …py.p0i8.p0i8.i64(i8* align 4 getelementptr inbounds (%struct.with_array, %struct.with_array* @arra…
17 …%0 = load i8, i8* getelementptr inbounds (%struct.with_array, %struct.with_array* @array_with_zero…
/external/mesa3d/src/mesa/state_tracker/tests/
Dst_tests_common.h61 const std::vector<std::tuple<int,int, const char*>>&_to, ARR with_array);
Dst_tests_common.cpp117 ARR with_array): in FakeCodeline() argument
120 (void)with_array; in FakeCodeline()