HomeSort by relevance Sort by last modified time
    Searched full:promoted (Results 1 - 25 of 383) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /prebuilts/tools/common/m2/repository/javax/xml/bind/jaxb-api/
maven-metadata.xml 19 <version>2.2.1-promoted-b66</version>
21 <version>2.2.2-promoted-b92</version>
22 <version>2.2.2-promoted-b93</version>
23 <version>2.2.2-promoted-b94</version>
24 <version>2.2.2-promoted-b95</version>
25 <version>2.2.2-promoted-b96</version>
26 <version>2.2.2-promoted-b97</version>
27 <version>2.2.2-promoted-b98</version>
28 <version>2.2.2-promoted-b99</version>
  /external/llvm/test/CodeGen/X86/
frem-msvc32.ll 1 ; Make sure that 32-bit FREM is promoted to 64-bit FREM on 32-bit MSVC.
3 ; MSVC does not have a 32-bit fmodf function, so it must be promoted to
codegen-prepare-addrmode-sext.ll 16 ; CHECK: [[PROMOTED:%[a-zA-Z_0-9-]+]] = add nsw i64 [[ARG1SEXT]], [[ARG2SEXT]]
17 ; CHECK: inttoptr i64 [[PROMOTED]] to i8*
59 ; CHECK: [[PROMOTED:%[a-zA-Z_0-9-]+]] = add nsw i64 [[ARG1SEXT]], 1
60 ; CHECK: getelementptr inbounds i8, i8* %base, i64 [[PROMOTED]]
73 ; CHECK: [[PROMOTED:%[a-zA-Z_0-9-]+]] = add nsw i64 [[ARG1ZEXT]], 1
74 ; CHECK: getelementptr inbounds i8, i8* %base, i64 [[PROMOTED]]
88 ; Note: The constant zext is promoted, but does not help matching
93 ; CHECK: [[PROMOTED:%[a-zA-Z_0-9-]+]] = add nsw i64 0, 1
94 ; CHECK: getelementptr inbounds i8, i8* %base, i64 [[PROMOTED]]
110 ; CHECK: [[PROMOTED:%[a-zA-Z_0-9-]+]] = add nsw i64 [[ARG1SEXT]],
    [all...]
legalizedag_vec.ll 9 ; promoted.
vec_insert-7.ll 2 ; MMX insertelement is not available; these are promoted to XMM.
  /external/llvm/test/Transforms/Mem2Reg/
2002-03-28-UninitializedVal.ll 7 ; To be promoted
  /external/llvm/test/CodeGen/AArch64/
arm64-promote-const.ll 3 ; RUN: llc < %s -mtriple=arm64-apple-ios7.0 -disable-machine-cse -aarch64-stress-promote-const -mcpu=cyclone | FileCheck -check-prefix=PROMOTED %s
12 ; PROMOTED-LABEL: test1:
14 ; PROMOTED: adrp [[PAGEADDR:x[0-9]+]], __PromotedConst@PAGE
15 ; PROMOTED: add [[BASEADDR:x[0-9]+]], [[PAGEADDR]], __PromotedConst@PAGEOFF
17 ; PROMOTED-NEXT: ldp q0, q1, {{\[}}[[BASEADDR]]]
18 ; PROMOTED-NEXT: ldp q2, q3, {{\[}}[[BASEADDR]], #32]
19 ; PROMOTED-NEXT: ret
41 ; PROMOTED-LABEL: test2:
42 ; In stress mode, constant vector are promoted
43 ; PROMOTED: adrp [[PAGEADDR:x[0-9]+]], [[CSTV1:__PromotedConst.[0-9]+]]@PAG
    [all...]
  /packages/apps/QuickSearchBox/src/com/android/quicksearchbox/
SuggestionFilter.java 19 * Interface for choosing which suggestions to include in a promoted list.
23 * Determines if a suggestion should be added to the promoted suggestion list.
  /external/clang/test/CodeGen/
2002-08-02-UnionTest.c 3 /* In this testcase, the return value of foo() is being promoted to a register
mips-transparent-union.c 8 // case where pointers are promoted to i64 and a non-transparent union would be
  /prebuilts/go/darwin-x86/test/fixedbugs/
issue4365.go 7 // Test that fields hide promoted methods.
  /prebuilts/go/linux-x86/test/fixedbugs/
issue4365.go 7 // Test that fields hide promoted methods.
  /external/llvm/test/Analysis/ScalarEvolution/
pr24757.ll 3 ; CHECK: Loop %bb1: backedge-taken count is (zext i7 (trunc i8 %a.promoted to i7) to i8)
15 %a.promoted = load i8, i8* @a
19 %tmp = phi i8 [ %tmp2, %bb1 ], [ %a.promoted, %bb ]
  /external/llvm/test/CodeGen/SystemZ/
vec-const-01.ll 57 ; Test an all-zeros v2i8 that gets promoted to v16i8.
65 ; Test a mixed v2i8 that gets promoted to v16i8 (mask 0x8000).
73 ; Test an all-zeros v4i8 that gets promoted to v16i8.
81 ; Test a mixed v4i8 that gets promoted to v16i8 (mask 0x9000).
89 ; Test an all-zeros v8i8 that gets promoted to v16i8.
97 ; Test a mixed v8i8 that gets promoted to v16i8 (mask 0xE500).
vec-const-02.ll 49 ; Test an all-zeros v2i16 that gets promoted to v8i16.
57 ; Test a mixed v2i16 that gets promoted to v8i16 (mask 0xc000).
65 ; Test an all-zeros v4i16 that gets promoted to v8i16.
73 ; Test a mixed v4i16 that gets promoted to v8i16 (mask 0x7200).
int-move-01.ll 5 ; Test 8-bit moves, which should get promoted to i32.
13 ; Test 16-bit moves, which again should get promoted to i32.
  /external/llvm/test/Transforms/LoopVectorize/
multi-use-reduction-bug.ll 21 %n.promoted = load i32, i32* %n, align 4
22 %nf.promoted = load i32, i32* %nf, align 4
27 %inc6 = phi i32 [ %nf.promoted, %entry ], [ undef, %for.body ]
28 %add55 = phi i32 [ %n.promoted, %entry ], [ %add5, %for.body ]
  /prebuilts/go/darwin-x86/misc/cgo/testgodefs/
anonunion.go 11 // promoted to become a field of the struct. See issue 6677 for
main.go 7 // Test that the struct field in anonunion.go was promoted.
  /prebuilts/go/linux-x86/misc/cgo/testgodefs/
anonunion.go 11 // promoted to become a field of the struct. See issue 6677 for
main.go 7 // Test that the struct field in anonunion.go was promoted.
  /external/clang/test/Sema/
knr-def-call.c 15 void f2(x) float x; { } // expected-warning{{promoted type 'double' of K&R function parameter is not compatible with the parameter type 'float' declared in a previous prototype}}
26 register char *s, c; // expected-warning{{promoted type 'char *' of K&R function parameter is not compatible with the parameter type 'const char *' declared in a previous prototype}}
  /prebuilts/tools/common/m2/repository/net/java/jvnet-parent/4/
jvnet-parent-4.pom 196 <id>promoted</id>
202 <id>jvnet-nexus-promoted</id>
203 <name>Java.net Promoted Repositories</name>
204 <url>https://maven.java.net/content/repositories/promoted/</url>
215 <id>jvnet-nexus-promoted</id>
216 <name>Java.net Promoted Repositories</name>
217 <url>https://maven.java.net/content/repositories/promoted/</url>
  /external/clang/test/CXX/conv/conv.prom/
p2.cpp 7 // In theory, the promoted types vary by platform; however, in reality they
p4.cpp 13 // and to its promoted type.

Completed in 1371 milliseconds

1 2 3 4 5 6 7 8 91011>>