/external/llvm/test/Assembler/ |
D | 2008-09-02-FunctionNotes.ll | 15 ; CHECK: define void @fn3() 16 ; CHECK-NOT: define void @fn3() #{{.*}} 17 define void @fn3() {
|
/external/llvm/test/Transforms/LoopStrengthReduce/X86/ |
D | pr17473.ll | 36 for.body: ; preds = %entry, %fn3.exit 37 %inc9 = phi i8 [ 0, %entry ], [ %inc, %fn3.exit ] 39 br i1 %tobool.i, label %fn3.exit, label %land.rhs.i 43 br label %fn3.exit 45 fn3.exit: ; preds = %for.body, %land.rhs.i 50 for.end: ; preds = %fn3.exit
|
/external/llvm/test/CodeGen/ARM/ |
D | plt-relative-reloc.ll | 6 …i32 sub (i32 ptrtoint (void ()* @fn3 to i32), i32 ptrtoint (i32* getelementptr ([4 x i32], [4 x i3… 11 declare void @fn3() 16 ; CHECK-NEXT: .long (fn3-vtable)-4
|
D | 2014-02-05-vfp-regs-after-stack.ll | 18 ; CHECK-LABEL: fn3: 19 define arm_aapcs_vfpcc float @fn3(float %a, double %b, double %c, double %d, double %e, double %f, …
|
/external/llvm/test/CodeGen/X86/ |
D | x86-plt-relative-reloc.ll | 6 …i32 sub (i32 ptrtoint (void ()* @fn3 to i32), i32 ptrtoint (i32* getelementptr ([4 x i32], [4 x i3… 11 declare void @fn3() 16 ; CHECK-NEXT: .long (fn3-vtable)-4
|
D | x86-64-plt-relative-reloc.ll | 6 …i32 trunc (i64 sub (i64 ptrtoint (void ()* @fn3 to i64), i64 ptrtoint (i32* getelementptr ([5 x i3… 12 declare void @fn3() 18 ; CHECK-NEXT: .long (fn3-vtable)-4
|
D | pr26870.ll | 28 %call4 = tail call x86_thiscallcc i32* @fn3(i8* nonnull %p1) 36 declare x86_thiscallcc i32* @fn3(i8*)
|
/external/clang/test/CoverageMapping/ |
D | trymacro.cpp | 17 void fn3() TRY { return; } // CHECK: [[@LINE]]:15 -> [[@LINE+1]]:14 = #1 in fn3() function 40 fn3();
|
/external/compiler-rt/test/asan/TestCases/ |
D | vla_chrome_testcase.cc | 16 __attribute__((noinline)) void fn3(int *first, int second) { in fn3() function 25 fn3(&f, sizeof 0 * (&c - e)); in main()
|
/external/clang/test/Sema/ |
D | unused-expr.c | 85 int fn3() __attribute__ ((__const)); 88 if (fn1() < 0 || fn2(2,1) < 0 || fn3(2) < 0) // no warnings in t6() 93 fn3(42); // expected-warning {{ignoring return value of function declared with const attribute}} in t6()
|
D | initialize-noreturn.c | 12 Fn_noret fn3 = &foo_noret; in test() local
|
/external/clang/test/OpenMP/ |
D | parallel_if_codegen.cpp | 10 void fn3(); 47 fn3(); in tmain()
|
D | task_if_codegen.cpp | 11 void fn3(); 53 fn3(); in tmain()
|
/external/compiler-rt/test/msan/ |
D | chained_origin_limits.cc | 114 void fn3() { in fn3() function 123 fn3(); in main()
|
/external/clang/test/SemaCXX/ |
D | deleted-function.cpp | 10 void fn3() = delete; // expected-note {{previous definition is here}} 11 void fn3() { // expected-error {{redefinition}} in fn3() function
|
D | enable_if.cpp | 119 int fn3(bool b) __attribute__((enable_if(b, ""))); // FIXME: This test should net 0 error messages. 121 …fn3(sizeof(T) == 1); // expected-error{{no matching function for call to 'fn3'}} expected-note@-2{… in test3() 161 …int fn3(bool b) __attribute__((enable_if(b, ""))); // FIXME: This test should net 0 error messages. 163 …fn3(sizeof(T) == 1); // expected-error{{no matching function for call to 'fn3'}} expected-note@-2{… in test3()
|
/external/llvm/test/Transforms/InstCombine/ |
D | pr24354.ll | 10 define void @fn3() { 11 ; CHECK: @fn3
|
D | call-cast-target.ll | 54 declare i32 @fn3(i64) 58 ; CHECK: %[[call:.*]] = tail call i32 bitcast (i32 (i64)* @fn3 to i32 (i32*)*)(i32* %a) 61 %call = tail call i32 bitcast (i32 (i64)* @fn3 to i32 (i32*)*)(i32* %a)
|
/external/llvm/test/Transforms/LoopUnroll/ |
D | pr28132.ll | 47 br label %fn3 49 fn3: ; preds = %call7.i.noexc 55 for.inc: ; preds = %fn3
|
/external/llvm/test/Object/ |
D | archive-long-index.test | 10 CHECKIDX: fn3 in 3.o 27 CHECKIDX: 0000000000000000 T fn3
|
/external/llvm/test/Transforms/LICM/ |
D | PR21582.ll | 3 @fn3.i = external global i32, align 4 22 %arrayidx2 = getelementptr inbounds i32, i32* @fn3.i, i64 0
|
/external/llvm/test/Transforms/Inline/ |
D | 2008-09-02-NoInline.ll | 7 define i32 @fn3() {
|
/external/swiftshader/third_party/LLVM/test/Transforms/Inline/ |
D | 2008-09-02-NoInline.ll | 7 define i32 @fn3() {
|
D | 2008-09-02-AlwaysInline.ll | 7 define i32 @fn3() {
|
/external/swiftshader/third_party/LLVM/test/Assembler/ |
D | 2008-09-02-FunctionNotes.ll | 12 define void @fn3() {
|