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

1 2 3

  /external/llvm/test/Transforms/InstCombine/
2004-11-22-Missed-and-fold.ll 3 define i8 @test21(i8 %A) {
mul.ll 194 define <2 x i1> @test21(<2 x i1> %A, <2 x i1> %B) {
195 ; CHECK-LABEL: @test21(
apint-shift.ll 209 ; CHECK-LABEL: @test21(
211 define i1 @test21(i12 %A) {
apint-sub.ll 137 define i1 @test21(i256 %g, i256 %h) {
or.ll 198 define i32 @test21(i32 %tmp.1) {
205 ; CHECK-LABEL: @test21(
set.ll 135 define i32 @test21(i32 %a) {
  /external/clang/test/SemaCXX/
long-virtual-inheritance-chain.cpp 24 class test21 : virtual test20 { virtual void f(); }; class in inherits:test20
25 class test22 : virtual test21 { virtual void f(); };
  /external/clang/test/Sema/
exprs.c 235 struct Test21; // expected-note 2 {{forward declaration}}
236 void test21(volatile struct Test21 *ptr) { function
238 (test21_help(), *ptr); // expected-error {{incomplete type 'struct Test21' where a complete type is required}}
239 (*ptr, test21_help()); // expected-error {{incomplete type 'struct Test21' where a complete type is required}}
attr-deprecated.c 115 char test21[__has_feature(attribute_deprecated_with_message) ? 1 : -1]; variable
block-misc.c 215 void test21() {
return.c 117 int test21() { function
  /external/clang/test/Analysis/inlining/
inline-defensive-checks.c 63 int test21(int *q, int *x) { function
  /external/clang/test/CodeGenCXX/
microsoft-abi-vbtables.cpp 386 namespace Test21 {
397 // CHECK-DAG: @"\01??_8H@Test21@@7B@" =
398 // CHECK-DAG: @"\01??_8H@Test21@@7BC@1@F@1@@" =
399 // CHECK-DAG: @"\01??_8H@Test21@@7BD@1@F@1@@" =
400 // CHECK-DAG: @"\01??_8H@Test21@@7BC@1@G@1@@" =
401 // CHECK-DAG: @"\01??_8H@Test21@@7BD@1@G@1@@" =
402 // CHECK-DAG: @"\01??_8G@Test21@@7BC@1@@" =
403 // CHECK-DAG: @"\01??_8G@Test21@@7BD@1@@" =
404 // CHECK-DAG: @"\01??_8F@Test21@@7B@" =
405 // CHECK-DAG: @"\01??_8F@Test21@@7BC@1@@"
    [all...]
vtable-layout.cpp 990 namespace Test21 {
1003 // CHECK-28: Vtable for 'Test21::F' (16 entries).
1011 // CHECK-28-NEXT: 7 | Test21::F RTTI
1012 // CHECK-28-NEXT: -- (Test21::A, 0) vtable address --
1013 // CHECK-28-NEXT: -- (Test21::B, 0) vtable address --
1014 // CHECK-28-NEXT: -- (Test21::C, 0) vtable address -
    [all...]
  /external/clang/test/Parser/
char-literal-printing.c 28 char test21(void) { return 'c'; } function
  /external/llvm/test/CodeGen/X86/
cmov-fp.ll 368 define x86_fp80 @test21(i32 %a, i32 %b, x86_fp80 %x) nounwind {
374 ; SSE-LABEL: test21:
378 ; NOSSE2-LABEL: test21:
382 ; NOSSE1-LABEL: test21:
386 ; NOCMOV-LABEL: test21:
fast-isel-x86-64.ll 264 define void @test21(double* %p1) {
267 ; CHECK-LABEL: test21:
combine-or.ll 258 define <2 x i64> @test21(<2 x i64> %a, <2 x i64> %b) {
264 ; CHECK-LABEL: test21
vselect.ll 210 define <2 x i64> @test21(<2 x i64> %a, <2 x i64> %b) {
214 ; CHECK-LABEL: test21
  /external/llvm/test/Transforms/ObjCARC/
rv.ll 251 ; CHECK: define i8* @test21(i8* %p) {
255 define i8* @test21(i8* %p) {
  /external/llvm/test/ExecutionEngine/MCJIT/
test-setcond-int.ll 40 %test21 = icmp ugt i64 %ulong1, %ulong2 ; <i1> [#uses=0]
  /external/llvm/test/ExecutionEngine/
test-interp-vec-setcond-int.ll 40 %test21 = icmp ugt <2 x i64> %ulong1, %ulong2
test-setcond-int.ll 40 %test21 = icmp ugt i64 %ulong1, %ulong2 ; <i1> [#uses=0]
  /external/llvm/test/Transforms/DeadStoreElimination/
simple.ll 271 ; CHECK-LABEL: @test21(
272 define void @test21() {
  /external/clang/test/CodeGen/
mmx-builtins.c 110 __m64 test21(__m64 a) { function

Completed in 438 milliseconds

1 2 3