/toolchain/binutils/binutils-2.25/ld/testsuite/ld-powerpc/ |
aix-ref-1.s | 12 .globl foo1 13 .csect foo1[pr] 14 foo1: label 51 .csect foo1[pr]
|
/toolchain/binutils/binutils-2.25/ld/testsuite/ld-x86-64/ |
bnd-branch-1.s | 4 bnd jmp foo1@plt
|
tlspie1.s | 13 addl %fs:foo1@TPOFF, %ebx 28 .globl foo1 31 .type foo1, @object 32 .size foo1, 4 33 foo1: label
|
/external/llvm/test/CodeGen/Mips/ |
mips64lea.ll | 8 call void @foo1(i32* %a) nounwind 12 declare void @foo1(i32*)
|
cprestore.ll | 16 call void @foo1(%struct.S* byval %s) 20 declare void @foo1(%struct.S* byval)
|
inlineasm64.ll | 7 define void @foo1() nounwind { 9 ; CHECK: foo1
|
/toolchain/binutils/binutils-2.25/gold/testsuite/ |
pr14265.c | 2 int foo1 __attribute__((used,section(".foo1.0"))); variable
|
/toolchain/binutils/binutils-2.25/ld/testsuite/ld-elf/ |
noload-3.d | 2 #objdump: -s -j .foo1 5 Contents of section .foo1:
|
/toolchain/binutils/binutils-2.25/ld/testsuite/ld-gc/ |
pr14265.c | 2 int foo1 __attribute__((used,section(".foo1.0"))); variable
|
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/i386/ |
ifunc-2.s | 4 .long bar1-foo1 14 .type foo1,%gnu_indirect_function 15 foo1: label 17 .size foo1,.-foo1 19 .long bar1-foo1 34 .long bar1-foo1 62 .long bar1-foo1 77 .long bar1-foo1 92 .long bar1-foo1 [all...] |
/external/clang/test/CodeGen/ |
x86_32-inline-asm.c | 45 __asm__ volatile("foo1 %0" : : "A" (val128)); // expected-error {{invalid input size for constraint 'A'}} 46 __asm__ volatile("foo1 %0" : : "f" (val256)); // expected-error {{invalid input size for constraint 'f'}} 47 __asm__ volatile("foo1 %0" : : "t" (val256)); // expected-error {{invalid input size for constraint 't'}} 48 __asm__ volatile("foo1 %0" : : "u" (val256)); // expected-error {{invalid input size for constraint 'u'}} 49 __asm__ volatile("foo1 %0" : : "x" (val512)); // expected-error {{invalid input size for constraint 'x'}} 51 __asm__ volatile("foo1 %0" : "=R" (val)); // expected-error {{invalid output size for constraint '=R'}} 52 __asm__ volatile("foo1 %0" : "=q" (val)); // expected-error {{invalid output size for constraint '=q'}} 53 __asm__ volatile("foo1 %0" : "=Q" (val)); // expected-error {{invalid output size for constraint '=Q'}} 54 __asm__ volatile("foo1 %0" : "=a" (val)); // expected-error {{invalid output size for constraint '=a'}} 55 __asm__ volatile("foo1 %0" : "=b" (val)); // expected-error {{invalid output size for constraint '=b'} [all...] |
mips-byval-arg.c | 10 // O32-LABEL: define void @foo1(i32 inreg %a0.coerce0, i32 inreg %a0.coerce1, i32 inreg %a0.coerce2) 11 // N64-LABEL: define void @foo1(i64 inreg %a0.coerce0, i32 inreg %a0.coerce1) 13 void foo1(S0 a0) { function
|
/art/test/408-move-bug/src/ |
Main.java | 27 Main foo1 = create(); local 31 foo1.otherField = null; 37 foo1.field = b; 41 foo1.lastField = b; 47 Main foo1 = create(); local 51 foo1.field = b; 55 foo1.lastField = b;
|
/external/llvm/test/Transforms/SimplifyCFG/ |
switch_thread.ll | 5 declare void @foo1() 19 call void @foo1( ) 33 call void @foo1( ) 54 ; CHECK-NEXT: call void @foo1() 58 ; CHECK-NEXT: call void @foo1() 72 call void @foo1( ) 84 call void @foo1( ) 85 call void @foo1( ) 88 call void @foo1( ) 100 ; CHECK-NEXT: call void @foo1() [all...] |
/external/llvm/test/Transforms/Reassociate/ |
prev_insts_canonicalized.ll | 21 ; CHECK-LABEL: @foo1 22 define void @foo1(float %in, i1 %cmp) { 24 br label %foo1 28 br label %foo1 30 foo1: 47 ; foo1 is processed, the invariant of reassociate are not preserved 48 %unused = phi float [%in1, %foo1], [undef, %wrapper_entry] 49 br label %foo1 51 foo1:
|
/external/clang/test/SemaObjC/ |
provisional-ivar-lookup.m | 9 @property (readwrite, nonatomic) int foo, foo1, foo2, foo3; 16 @synthesize foo1; 23 _foo = foo1; // OK
|
/external/llvm/test/CodeGen/X86/ |
x32-function_pointer-1.ll | 6 @foo1 = external global void (i8*)* 11 %0 = load void (i8*)*, void (i8*)** @foo1, align 4 12 ; CHECK: movl foo1(%rip), %e{{[^,]*}}
|
/external/llvm/test/Feature/ |
packed.ll | 5 @foo1 = external global <4 x float> ; <<4 x float>*> [#uses=2] 9 store <4 x float> < float 1.000000e+00, float 2.000000e+00, float 3.000000e+00, float 4.000000e+00 >, <4 x float>* @foo1 11 %l1 = load <4 x float>, <4 x float>* @foo1 ; <<4 x float>> [#uses=0]
|
/external/llvm/test/Integer/ |
packed_bt.ll | 5 @foo1 = external global <4 x float> 11 store <4 x float> <float 1.0, float 2.0, float 3.0, float 4.0>, <4 x float>* @foo1 13 %l1 = load <4 x float>, <4 x float>* @foo1
|
/external/swiftshader/third_party/LLVM/test/Feature/ |
packed.ll | 5 @foo1 = external global <4 x float> ; <<4 x float>*> [#uses=2]
9 store <4 x float> < float 1.000000e+00, float 2.000000e+00, float 3.000000e+00, float 4.000000e+00 >, <4 x float>* @foo1
11 %l1 = load <4 x float>* @foo1 ; <<4 x float>> [#uses=0]
|
/external/swiftshader/third_party/LLVM/test/Integer/ |
packed_bt.ll | 5 @foo1 = external global <4 x float>
11 store <4 x float> <float 1.0, float 2.0, float 3.0, float 4.0>, <4 x float>* @foo1
13 %l1 = load <4 x float>* @foo1
|
/external/swiftshader/third_party/LLVM/test/Linker/ |
redefinition.ll | 3 ; RUN: llvm-as %s -o %t.foo1.bc
6 ; RUN: not llvm-link %t.foo1.bc %t.foo2.bc -o %t.bc |& \
8 ; RUN: not llvm-link %t.foo1.bc %t.foo3.bc -o %t.bc |& \
|
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/sparc-solaris/ |
addend.exp | 34 -re "08 R_SPARC_WDISP22 +foo1\[+\]+0x0+04\[^\n\]*\n" { incr x1 } 35 -re "0c R_SPARC_WDISP22 +foo1\[+\]+0x0+04\[^\n\]*\n" { incr x2 } 36 -re "10 R_SPARC_WDISP22 +foo1\[^\n\]*\n" { incr x3 } 37 -re "14 R_SPARC_WDISP22 +foo1\[^\n\]*\n" { incr x4 } 38 -re "1c R_SPARC_32 +foo1\[^\n\]*\n" { incr x5 } 39 -re "20 R_SPARC_32 +foo1\[+\]+0x0+04\[^\n\]*\n" { incr x6 }
|
/external/clang/test/CodeGenCXX/ |
fastcall.cpp | 3 void __attribute__((fastcall)) foo1(int &y); 7 foo1(y);
|
/external/clang/test/SemaCXX/ |
attr-notail.cpp | 5 [[clang::not_tail_called]] virtual int foo1(); // expected-error {{'not_tail_called' attribute cannot be applied to virtual functions}} 13 int foo1() override;
|