HomeSort by relevance Sort by last modified time
    Searched full:foo2 (Results 226 - 250 of 432) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/llvm/test/CodeGen/NVPTX/
vector-loads.ll 19 define void @foo2(<4 x float>* %a) {
20 ; CHECK: .func foo2
  /external/llvm/test/CodeGen/PowerPC/
ctrloop-sh.ll 28 define void @foo2(i128* %a, i128* readonly %b, i128* readonly %c) #0 {
45 ; CHECK-LABEL: @foo2
fast-isel-fold.ll 20 call void @foo2(i16 zeroext %1)
38 declare void @foo2(i16 zeroext)
float-to-int.ll 24 define i64 @foo2(double %a) nounwind {
28 ; CHECK: @foo2
34 ; CHECK-VSX: @foo2
  /external/llvm/test/CodeGen/X86/
h-register-addressing-32.ll 25 define i16 @foo2(i16* nocapture inreg %p, i32 inreg %x) nounwind readonly {
32 ; CHECK: foo2:
h-register-addressing-64.ll 25 define i16 @foo2(i16* nocapture inreg %p, i64 inreg %x) nounwind readonly {
32 ; CHECK: foo2:
  /external/llvm/test/MC/ARM/
elf-reloc-03.ll 23 @vtable = internal constant [10 x i32 (...)*] [i32 (...)* bitcast (i32 ()* @foo0 to i32 (...)*), i32 (...)* bitcast (i32 ()* @foo1 to i32 (...)*), i32 (...)* bitcast (i32 ()* @foo2 to i32 (...)*), i32 (...)* bitcast (i32 ()* @foo3 to i32 (...)*), i32 (...)* bitcast (i32 ()* @foo4 to i32 (...)*), i32 (...)* bitcast (i32 ()* @foo5 to i32 (...)*), i32 (...)* bitcast (i32 ()* @foo6 to i32 (...)*), i32 (...)* bitcast (i32 ()* @foo7 to i32 (...)*), i32 (...)* bitcast (i32 ()* @foo8 to i32 (...)*), i32 (...)* bitcast (i32 ()* @foo9 to i32 (...)*)]
39 define internal i32 @foo2() nounwind readnone {
  /external/llvm/test/MC/ELF/
tls.s 6 leaq foo2@GOTTPOFF(%rip), %rdi
35 // CHECK-NEXT: Name: foo2
  /external/v8/test/mjsunit/
object-literal-overwrite.js 41 var foo2 = {
82 assertEquals(7, foo2.bar);
  /external/vboot_reference/tests/
vb2_common_tests.c 18 TEST_NEQ(vb2_safe_memcmp("foo1", "foo2", 4), 0, "memcmp different");
19 TEST_EQ(vb2_safe_memcmp("foo1", "foo2", 0), 0, "memcmp 0-size");
  /ndk/sources/android/crazy_linker/tests/
test_search_path_list.cpp 14 // $TMPDIR2/libfoo.so -> a copy of libfoo2.so that contains the 'Foo2'
93 static const char* const kFoo2Symbols[] = {"Foo2", NULL};
  /external/clang/test/ARCMT/
releases.m 88 @implementation Foo2
  /external/clang/test/CXX/dcl.dcl/basic.namespace/namespace.def/
p8.cpp 56 void foo2() { function
  /external/clang/test/SemaCXX/
cxx11-crashes.cpp 33 S4 foo2() { function in namespace:rdar12240916
  /external/clang/test/SemaObjC/
invalid-code.m 41 -(void) foo2 {}
  /external/clang/test/SemaOpenCL/
amdgpu-num-register-attrs.cl 9 __attribute__((amdgpu_num_vgpr("ABC"))) kernel void foo2() {} // expected-error {{'amdgpu_num_vgpr' attribute requires an integer constant}}
  /external/lldb/test/expression_command/formatters/
TestFormatters.py 81 self.expect("expression foo2",
88 self.expect("frame variable foo2",
89 substrs = ['(foo)', 'foo2', ' = a = 121, a_ptr = ', ' -> 122, i = 242, i_ptr = ', ' -> 243'])
106 self.expect("expression foo2",
  /external/llvm/docs/
GoldPlugin.rst 90 void foo2(void) {
91 printf("Foo2\n");
105 extern void foo2(void);
108 foo2();
  /external/llvm/test/Transforms/ScalarRepl/
vector_memcpy.ll 17 define <16 x float> @foo2(<16 x float> %A) nounwind {
  /external/v8/test/webkit/fast/js/
object-prototype-constructor-expected.txt 31 PASS f2.constructor is Foo2.Bar
  /libcore/luni/src/test/java/libcore/java/util/logging/
OldLogManagerTest.java 132 Logger foo2 = new MockLogger(FOO, null); local
134 mockManager.addLogger(foo2);
135 assertSame(foo2, mockManager.getLogger(FOO));
137 assertSame(foo2, mockManager.getLogger(FOO));
  /external/clang/test/CodeGen/
stdcall-fastcall.c 62 void __attribute__((fastcall)) foo2(struct S1 y);
65 // CHECK: call x86_fastcallcc void @foo2(i32 inreg undef, i32 %
66 foo2(y);
  /external/clang/test/CodeGenCXX/
aarch64-aapcs-zerolength-bitfield.cpp 138 char foo2 : 1; member in struct:t14
192 long foo2 : 1; member in struct:t19
215 int foo2 : 16; member in struct:t21
  /external/llvm/test/CodeGen/ARM/
stack_guard_remat.ll 8 ;PIC: foo2
18 ;NO-PIC: foo2
57 call void asm sideeffect "foo2", "~{r0},~{r1},~{r2},~{r3},~{r4},~{r5},~{r6},~{r7},~{r8},~{r9},~{r10},~{r11},~{r12},~{sp},~{lr}"()
  /external/llvm/test/CodeGen/Mips/
fpneeded.ll 97 define void @foo2() #0 {
106 ; 32: .ent foo2
114 ; 32: .end foo2

Completed in 1302 milliseconds

1 2 3 4 5 6 7 8 91011>>