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

1 2 3 4 5 6 78 91011>>

  /external/llvm/test/CodeGen/Mips/
biggot.ll 32 define void @foo2(i32* nocapture %d, i32* nocapture %s, i32 %n) nounwind {
34 ; O32-LABEL: foo2:
39 ; N64-LABEL: foo2:
sr1.ll 25 define void @foo2() #0 {
33 ; CHECK: .ent foo2
36 ; CHECK: .end foo2
  /external/llvm/test/CodeGen/PowerPC/
vsx-spill.ll 28 define double @foo2(double %a) nounwind {
34 ; CHECK-REG: @foo2
39 ; CHECK-FISL: @foo2
fp-to-int-ext.ll 19 define double @foo2(i32* %x) #0 {
26 ; CHECK-LABEL: @foo2
  /external/llvm/test/CodeGen/Thumb/
stack_guard_remat.ll 5 ;PIC: foo2
15 ;NO-PIC: foo2
33 call void asm sideeffect "foo2", "~{r0},~{r1},~{r2},~{r3},~{r4},~{r5},~{r6},~{r7},~{r8},~{r9},~{r10},~{r11},~{r12},~{sp},~{lr}"()
  /external/llvm/test/CodeGen/X86/
codemodel.ll 18 define i32 @foo2() nounwind readonly {
20 ; CHECK-SMALL-LABEL: foo2:
22 ; CHECK-KERNEL-LABEL: foo2:
huge-stack-offset.ll 29 define i32 @foo2() nounwind {
30 ; CHECK-64-LABEL: foo2:
34 ; CHECK-32-LABEL: foo2:
nosse-error1.ll 19 %3 = tail call double @foo2(double %2) nounwind ; <double> [#uses=1]
32 declare double @foo2(double)
nosse-error2.ll 19 %3 = tail call inreg double @foo2(double inreg %2) nounwind ; <double> [#uses=1]
32 declare inreg double @foo2(double inreg)
stack-protector-weight.ll 22 call void @foo2(i32* %arraydecay)
32 declare void @foo2(i32*)
  /external/llvm/test/TableGen/
Dag.td 55 def foo2 : foo<somedef2>;
67 def VAL4 : bar<foo2, somedef2>;
75 def VAL5 : bar<foo2, somedef2> {
  /external/protobuf/java/src/test/java/com/google/protobuf/
LiteEqualsAndHashTest.java 67 Foo foo2 = Foo.newBuilder() local
69 .addBar(Bar.newBuilder().setName("foo2"))
77 assertFalse(foo1a.equals(foo2));
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/eclipse/adt/internal/resources/
ResourceNameValidatorTest.java 81 existing.add("foo2");
91 assertNotNull(validator.isValid("foo2"));
98 assertNull(validator.isValid("foo2"));
  /external/clang/test/CodeGenCXX/
stmtexpr.cpp 30 void foo2()
61 foo2();
  /external/clang/test/SemaObjC/
method-attributes.m 20 - (int) foo2: (int)arg1 __attribute__((deprecated)) __attribute__((unavailable));
31 - (int) foo2: (int)arg1 __attribute__((deprecated)) {
  /external/libunwind/tests/
Gtest-nomalloc.c 88 foo2 (void) function
96 foo2 ();
  /external/llvm/test/CodeGen/AArch64/
arm64-fast-isel-addr-offset.ll 20 define i64 @foo2() nounwind {
22 ; CHECK: @foo2
arm64-setcc-int-to-fp-combine.ll 31 define <4 x float> @foo2(<4 x float> %val, <4 x float> %test) nounwind {
37 ; CHECK-LABEL: foo2:
  /external/llvm/test/CodeGen/ARM/
2013-04-16-AAPCS-C5-vs-VFP.ll 23 define void @foo2(double %p0, ; --> D0
48 tail call void @foo2(double 23.0, ; --> D0
fast-isel-br-const.ll 24 call void @foo2()
49 declare void @foo2()
  /external/llvm/test/Transforms/GVN/
cond_br.ll 30 define void @foo2(i32 %x) {
31 ; CHECK: @foo2(i32 %x)
  /external/llvm/test/Transforms/InstCombine/
bitcast-vec-uniform.ll 31 ; CHECK-LABEL: @foo2(
34 define <2 x double> @foo2() {
  /external/llvm/test/Transforms/SLPVectorizer/X86/
gep.ll 27 ; CHECK-LABEL: foo2
29 define void @foo2 ({ i32*, i32* }* noalias %x, { i32*, i32* }* noalias %y, i32 %i) {
  /external/llvm/test/Transforms/SimplifyCFG/
switch_thread.ll 8 declare void @foo2()
41 call void @foo2( )
  /frameworks/data-binding/integration-tests/TestApp/app/src/androidTestApi7/java/android/databinding/testapp/
NewApiTest.java 55 mBinder.setName("foo2");
57 assertEquals("foo2", textView.getText().toString());

Completed in 1271 milliseconds

1 2 3 4 5 6 78 91011>>