HomeSort by relevance Sort by last modified time
    Searched full:struct1 (Results 1 - 13 of 13) sorted by null

  /external/llvm/test/CodeGen/X86/
2012-12-19-NoImplicitFloat.ll 5 %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
opaque-constant-asm.ll 7 %struct1 = type { i32, %union.anon }
11 call void asm sideeffect "#ASM $0", "n"(i32 ptrtoint (i32* getelementptr inbounds (%struct2, %struct2* bitcast (%union.anon* getelementptr inbounds (%struct1, %struct1* null, i32 0, i32 1) to %struct2*), i32 0, i32 2) to i32))
  /external/llvm/test/Linker/
2004-05-07-TypeResolution2.ll 6 %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]
2004-05-07-TypeResolution1.ll 7 %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* @driver1, i64 0, i32 1)
testlink.ll 18 %Struct1 = type opaque
19 @S1GV = external global %Struct1*
  /external/clang/test/ASTMerge/
struct.c 1 // RUN: %clang_cc1 -emit-pch -o %t.1.ast %S/Inputs/struct1.c
5 // CHECK: struct1.c:13:8: warning: type 'struct S1' has incompatible definitions in different translation units
6 // CHECK: struct1.c:15:7: note: field 'field2' has type 'int' here
9 // CHECK: struct1.c:18:11: note: declared here with type 'struct S1'
10 // CHECK: struct1.c:21:8: warning: type 'struct S2' has incompatible definitions in different translation units
13 // CHECK: struct1.c:21:31: note: declared here with type 'struct S2'
14 // CHECK: struct1.c:24:8: warning: type 'struct S3' has incompatible definitions in different translation units
15 // CHECK: struct1.c:24:36: note: field 'd' has type 'double' here
18 // CHECK: struct1.c:24:41: note: declared here with type 'struct S3'
19 // CHECK: struct1.c:27:8: warning: type 'struct S4' has incompatible definitions in different translation unit
    [all...]
  /external/clang/test/CodeGen/
ext-vector-member-alignment.c 5 struct __attribute__((packed, aligned(4))) struct1 { struct
8 int x = __alignof(struct struct1);
10 float4 f(struct struct1* x) { return x->position; }
12 void func(struct struct1* p, float *a, float *b, float c) {
  /external/llvm/test/Transforms/MemCpyOpt/
2011-06-02-CallSlotOverwritten.ll 9 %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/Inputs/
testlink.ll 29 ; Provides definition of Struct1 and of S1GV.
30 %Struct1 = type { i32 }
31 @S1GV = global %Struct1* null
  /external/llvm/test/Transforms/InstCombine/
gepphigep.ll 3 %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/AArch64/
aarch64-gep-opt.ll 133 %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/llvm/test/CodeGen/PowerPC/
ppc64-gep-opt.ll 124 %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/Transforms/SeparateConstOffsetFromGEP/NVPTX/
split-gep.ll 265 %struct1 = type { i64, %struct2 }
266 %struct0 = type { i32, i32, i64*, [100 x %struct1] }

Completed in 1007 milliseconds