/external/swiftshader/third_party/LLVM/test/CodeGen/ARM/ |
aliases.ll | 7 @foo1 = alias i32* @bar
21 %tmp = load i32* @foo1
|
/external/swiftshader/third_party/LLVM/test/CodeGen/X86/ |
aliases.ll | 8 @foo1 = alias i32* @bar
26 %tmp = load i32* @foo1
|
2006-12-19-IntelSyntax.ll | 24 call void (...)* @foo1( )
48 call void (...)* @foo1( )
76 declare void @foo1(...)
|
/external/swiftshader/third_party/LLVM/test/Feature/ |
aliases.ll | 6 @foo1 = alias i32* @bar
22 %tmp = load i32* @foo1
|
/external/swiftshader/third_party/LLVM/test/Transforms/MergeFunc/ |
phi-speculation1.ll | 3 define i32 @foo1(i32 %x) { 6 %B = call i32 @foo1(i32 %A)
|
phi-speculation2.ll | 3 define i32 @foo1(i32 %x) { 6 %B = call i32 @foo1(i32 %A)
|
/external/swiftshader/third_party/LLVM/test/Transforms/SimplifyCFG/ |
switch_switch_fold.ll | 7 declare void @foo1()
29 call void @foo1( )
|
/external/llvm/test/Transforms/CodeGenPrepare/ |
builtin-condition.ll | 7 ; size_t foo1(int flag) { 29 ; ret = foo1(0); 39 define i64 @foo1(i32 %flag) { 53 ; CHECK-LABEL: foo1 84 %call = tail call i64 @foo1(i32 0)
|
/external/llvm/test/Assembler/ |
dicompositetype-members.ll | 19 ; CHECK-NEXT: !6 = !DISubprogram(name: "foo", linkageName: "foo1", scope: !3, file: !1 24 !6 = !DISubprogram(name: "foo", linkageName: "foo1", scope: !3, file: !1, isDefinition: false) 31 ; CHECK-NEXT: !11 = !DISubprogram(name: "foo", linkageName: "foo1", scope: !8, file: !1 36 !11 = !DISubprogram(name: "foo", linkageName: "foo1", scope: !8, file: !1, isDefinition: false) 42 ; CHECK-NEXT: !14 = !DISubprogram(name: "foo", linkageName: "foo1", scope: !8, file: !2, 44 !14 = !DISubprogram(name: "foo", linkageName: "foo1", scope: !8, file: !2, isDefinition: false) 49 !16 = !DISubprogram(name: "foo", linkageName: "foo1", scope: !3, file: !2, isDefinition: false)
|
/external/clang/test/CodeGenCXX/ |
debug-info-decl-nested.cpp | 37 class Foo1; 47 void Bar(const Foo1 *); 54 void OuterClass1::Bar(const Foo1 *meta) { }
|
/external/clang/test/SemaObjC/ |
method-sentinel-attr.m | 8 - (void) foo1 : (int)x, ... ATTR; // expected-note {{method has been explicitly marked sentinel here}} 30 [p foo1:1, NULL]; // OK 31 [p foo1:1, 0]; // expected-warning {{missing sentinel in method dispatch}}
|
warn-direct-ivar-access.m | 68 @property (copy, nonatomic) id foo1; 69 - (id) foo1; 75 - (id) foo1 { return _foo1; }
|
/external/compiler-rt/test/tsan/ |
simple_stack.c | 6 void __attribute__((noinline)) foo1() { function 12 foo1(); 52 // CHECK-NEXT: #0 foo1{{.*}} {{.*}}simple_stack.c:7{{(:10)?}} ({{.*}})
|
/external/llvm/test/CodeGen/ARM/ |
fast-isel-br-const.ll | 15 call void @foo1() 34 call void @foo1() 47 declare void @foo1()
|
/external/llvm/test/CodeGen/Mips/ |
spill-copy-acreg.ll | 14 tail call void @foo1() 21 declare void @foo1() 34 tail call void @foo1()
|
/external/llvm/test/CodeGen/Thumb2/ |
thumb2-tbb.ll | 14 tail call void(...) @foo1() 32 tail call void(...) @foo1() 54 declare void @foo1(...)
|
/external/llvm/test/CodeGen/X86/ |
2006-12-19-IntelSyntax.ll | 24 call void (...) @foo1( ) 48 call void (...) @foo1( ) 76 declare void @foo1(...)
|
aliases.ll | 21 ; CHECK-DAG: .globl foo1 22 @foo1 = alias i32, i32* @bar 67 %tmp = load i32, i32* @foo1
|
vec_i64.ll | 7 define <2 x i64> @foo1(i64* %y) nounwind { 8 ; X32-LABEL: foo1: 14 ; X64-LABEL: foo1:
|
/external/clang/test/CXX/temp/temp.param/ |
p9.cpp | 8 void foo1(T) { } function
|
/external/clang/test/CodeGen/ |
mips64-class-return.cpp | 28 D0 foo1(void) { function
|
whilestmt.c | 15 int foo1() { function
|
/external/clang/test/CodeGenObjC/ |
objc2-new-gc-api-strongcast.m | 22 void foo1 (NSFastEnumerationState * state)
|
/external/clang/test/Driver/ |
at_file.c | 21 foo1
|
at_file_win.c | 19 foo1
|