Home
last modified time | relevance | path

Searched refs:fn3 (Results 1 – 25 of 48) sorted by relevance

12

/external/llvm/test/Assembler/
D2008-09-02-FunctionNotes.ll15 ; CHECK: define void @fn3()
16 ; CHECK-NOT: define void @fn3() #{{.*}}
17 define void @fn3() {
/external/llvm/test/Transforms/LoopStrengthReduce/X86/
Dpr17473.ll36 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/
Dplt-relative-reloc.ll6 …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
D2014-02-05-vfp-regs-after-stack.ll18 ; 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/
Dx86-plt-relative-reloc.ll6 …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
Dx86-64-plt-relative-reloc.ll6 …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
Dpr26870.ll28 %call4 = tail call x86_thiscallcc i32* @fn3(i8* nonnull %p1)
36 declare x86_thiscallcc i32* @fn3(i8*)
/external/clang/test/CoverageMapping/
Dtrymacro.cpp17 void fn3() TRY { return; } // CHECK: [[@LINE]]:15 -> [[@LINE+1]]:14 = #1 in fn3() function
40 fn3();
/external/compiler-rt/test/asan/TestCases/
Dvla_chrome_testcase.cc16 __attribute__((noinline)) void fn3(int *first, int second) { in fn3() function
25 fn3(&f, sizeof 0 * (&c - e)); in main()
/external/clang/test/Sema/
Dunused-expr.c85 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()
Dinitialize-noreturn.c12 Fn_noret fn3 = &foo_noret; in test() local
/external/clang/test/OpenMP/
Dparallel_if_codegen.cpp10 void fn3();
47 fn3(); in tmain()
Dtask_if_codegen.cpp11 void fn3();
53 fn3(); in tmain()
/external/compiler-rt/test/msan/
Dchained_origin_limits.cc114 void fn3() { in fn3() function
123 fn3(); in main()
/external/clang/test/SemaCXX/
Ddeleted-function.cpp10 void fn3() = delete; // expected-note {{previous definition is here}}
11 void fn3() { // expected-error {{redefinition}} in fn3() function
Denable_if.cpp119 int fn3(bool b) __attribute__((enable_if(b, ""))); // FIXME: This test should net 0 error messages.
121fn3(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.
163fn3(sizeof(T) == 1); // expected-error{{no matching function for call to 'fn3'}} expected-note@-2{… in test3()
/external/llvm/test/Transforms/InstCombine/
Dpr24354.ll10 define void @fn3() {
11 ; CHECK: @fn3
Dcall-cast-target.ll54 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/
Dpr28132.ll47 br label %fn3
49 fn3: ; preds = %call7.i.noexc
55 for.inc: ; preds = %fn3
/external/llvm/test/Object/
Darchive-long-index.test10 CHECKIDX: fn3 in 3.o
27 CHECKIDX: 0000000000000000 T fn3
/external/llvm/test/Transforms/LICM/
DPR21582.ll3 @fn3.i = external global i32, align 4
22 %arrayidx2 = getelementptr inbounds i32, i32* @fn3.i, i64 0
/external/llvm/test/Transforms/Inline/
D2008-09-02-NoInline.ll7 define i32 @fn3() {
/external/swiftshader/third_party/LLVM/test/Transforms/Inline/
D2008-09-02-NoInline.ll7 define i32 @fn3() {
D2008-09-02-AlwaysInline.ll7 define i32 @fn3() {
/external/swiftshader/third_party/LLVM/test/Assembler/
D2008-09-02-FunctionNotes.ll12 define void @fn3() {

12