Home
last modified time | relevance | path

Searched refs:struct1 (Results 1 – 14 of 14) sorted by relevance

/external/llvm/test/Transforms/MergeFunc/
Dgep-base-type.ll7 %"struct1" = type <{ i8*, i32, [4 x i8] }>
29 define internal %struct1* @Gfunc(%struct1* %P, i64 %i) {
38 %1 = getelementptr inbounds %"struct1", %"struct1"* %P, i64 %i
39 %2 = getelementptr inbounds %"struct1", %"struct1"* %P, i64 %i
40 %3 = getelementptr inbounds %"struct1", %"struct1"* %P, i64 %i
41 %4 = getelementptr inbounds %"struct1", %"struct1"* %P, i64 %i
42 %5 = getelementptr inbounds %"struct1", %"struct1"* %P, i64 %i
43 %6 = getelementptr inbounds %"struct1", %"struct1"* %P, i64 %i
44 ret %struct1* %6
/external/llvm/test/CodeGen/X86/
D2012-12-19-NoImplicitFloat.ll5 %struct1 = type { i32*, i32* }
11 %0 = load %struct1*, %struct1** undef, align 8
12 %1 = getelementptr inbounds %struct1, %struct1* %0, i64 0, i32 0
14 %2 = getelementptr inbounds %struct1, %struct1* %0, i64 0, i32 1
Dopaque-constant-asm.ll7 %struct1 = type { i32, %union.anon }
11 …(%struct2, %struct2* bitcast (%union.anon* getelementptr inbounds (%struct1, %struct1* null, i32 0…
/external/llvm/test/Transforms/MemCpyOpt/
D2011-06-02-CallSlotOverwritten.ll9 %struct1 = type { i32, i32 }
10 %struct2 = type { %struct1, i8* }
12 declare void @bar(%struct1* nocapture sret %agg.result) nounwind
15 %x = alloca %struct1, align 8
17 call void @bar(%struct1* sret %x) nounwind
18 ; CHECK: call void @bar(%struct1* sret %x)
25 %bit1 = bitcast %struct1* %x to i64*
/external/llvm/test/Linker/
D2004-05-07-TypeResolution2.ll6 %struct1 = type { i32, void (%struct2*)*, i16*, i32 (i32*)* }
7 %struct2 = type { %struct1 }
9 define internal void @f1(%struct1* %tty) {
11 %tmp.2.i.i = getelementptr %struct1, %struct1* %tty, i64 0, i32 1 ; <void (%struct2*)**> [#uses=1]
D2004-05-07-TypeResolution1.ll7 %struct1 = type { i32, void (%struct2*)*, %myint*, i32 (i32*)* }
8 %struct2 = type { %struct1 }
9 @driver1 = global %struct1 zeroinitializer ; <%struct1*> [#uses=1]
33 …store volatile void (%struct2*)* @func, void (%struct2*)** getelementptr (%struct1, %struct1* @dri…
/external/clang/test/CodeGen/
Dext-vector-member-alignment.c5 struct __attribute__((packed, aligned(4))) struct1 { struct
8 int x = __alignof(struct struct1); argument
10 float4 f(struct struct1* x) { return x->position; } in f()
12 void func(struct struct1* p, float *a, float *b, float c) { in func()
/external/xmlrpcpp/test/
DTestValuesWin32.cpp133 XmlRpcValue struct1; in testStruct() local
134 struct1["i4"] = 1; in testStruct()
135 struct1["str"] = "two"; in testStruct()
136 struct1["d"] = 43.7; in testStruct()
145 assert(struct1["d"] == a[2]); in testStruct()
165 assert(struct1 == structXml); in testStruct()
169 assert(astruct["array"][2] == struct1["d"]); in testStruct()
DTestValues.cpp130 XmlRpcValue struct1; in testStruct() local
131 struct1["i4"] = 1; in testStruct()
132 struct1["str"] = "two"; in testStruct()
133 struct1["d"] = 43.7; in testStruct()
142 assert(struct1["d"] == a[2]); in testStruct()
162 assert(struct1 == structXml); in testStruct()
166 assert(astruct["array"][2] == struct1["d"]); in testStruct()
/external/llvm/test/Transforms/InstCombine/
Dgepphigep.ll3 %struct1 = type { %struct2*, i32, i32, i32 }
8 define i32 @test1(%struct1* %dm, i1 %tmp4, i64 %tmp9, i64 %tmp19) {
10 %tmp = getelementptr inbounds %struct1, %struct1* %dm, i64 0, i32 0
40 define i32 @test2(%struct1* %dm, i1 %tmp4, i64 %tmp9, i64 %tmp19) {
42 %tmp = getelementptr inbounds %struct1, %struct1* %dm, i64 0, i32 0
/external/llvm/test/CodeGen/PowerPC/
Dppc64-gep-opt.ll124 %struct1 = type { i64, %struct2 }
125 %struct0 = type { i32, i32, i64*, [100 x %struct1] }
129 ; %struct1 is 32. "i32 1" is the 2rd element whose field offset is 8. So the
/external/llvm/test/CodeGen/AArch64/
Daarch64-gep-opt.ll133 %struct1 = type { i64, %struct2 }
134 %struct0 = type { i32, i32, i64*, [100 x %struct1] }
138 ; %struct1 is 32. "i32 1" is the 2rd element whose field offset is 8. So the
/external/libbrillo/brillo/dbus/
Ddata_serialization_unittest.cc576 std::pair<std::string, int> struct1{"value2", 3}; in TEST() local
577 AppendValueToWriter(&writer, struct1); in TEST()
590 EXPECT_EQ(struct1, struct1_out); in TEST()
597 std::tuple<std::string, int> struct1{"value2", 3}; in TEST() local
598 AppendValueToWriter(&writer, struct1); in TEST()
613 EXPECT_EQ(struct1, struct1_out); in TEST()
/external/llvm/test/Transforms/SeparateConstOffsetFromGEP/NVPTX/
Dsplit-gep.ll265 %struct1 = type { i64, %struct2 }
266 %struct0 = type { i32, i32, i64*, [100 x %struct1] }