HomeSort by relevance Sort by last modified time
    Searched full:test16 (Results 26 - 50 of 102) sorted by null

12 3 4 5

  /external/llvm/test/Transforms/InstCombine/
sext.ll 176 define i32 @test16(i16 %x) nounwind {
181 ; CHECK-LABEL: @test16(
apint-shift.ll 160 ; CHECK-LABEL: @test16(
162 define i1 @test16(i84 %X) {
call.ll 272 define <2 x i16> @test16() {
273 ; CHECK-LABEL: @test16(
rem.ll 153 define i32 @test16(i32 %x, i32 %y) {
154 ; CHECK-LABEL: @test16(
apint-sub.ll 104 define i51 @test16(i51 %A) {
  /external/clang/test/CodeGenCXX/
vtable-layout.cpp 698 namespace Test16 {
707 // CHECK-23: Vtable for 'Test16::D' (15 entries).
710 // CHECK-23-NEXT: 2 | Test16::D RTTI
711 // CHECK-23-NEXT: -- (Test16::D, 0) vtable address --
712 // CHECK-23-NEXT: 3 | void Test16::D::f()
713 // CHECK-23-NEXT: 4 | Test16::D::~D() [complete]
714 // CHECK-23-NEXT: 5 | Test16::D::~D() [deleting]
717 // CHECK-23-NEXT: 8 | Test16::D RTTI
718 // CHECK-23-NEXT: -- (Test16::A, 8) vtable address --
719 // CHECK-23-NEXT: -- (Test16::C, 8) vtable address -
    [all...]
linkage.cpp 199 namespace test16 { namespace
  /external/llvm/test/CodeGen/X86/
select.ll 320 define i64 @test16(i64 %x) nounwind uwtable readnone ssp {
325 ; CHECK-LABEL: test16:
329 ; ATOM-LABEL: test16:
fast-isel-x86-64.ll 188 define void @test16() nounwind {
189 ; CHECK-LABEL: test16:
combine-or.ll 196 define <2 x i64> @test16(<2 x i64> %a, <2 x i64> %b) {
202 ; CHECK-LABEL: test16
fold-vector-sext-zext.ll 213 define <4 x i64> @test16() {
221 ; CHECK-LABEL: test16
sse2.ll 197 ; CHECK-LABEL: test16:
201 define <2 x double> @test16(<4 x double> * nocapture %srcA, <2 x double>* nocapture %dst) {
sse3-avx-addsub-2.ll 295 define <4 x float> @test16(<4 x float> %A, <4 x float> %B) {
314 ; CHECK-LABEL: test16
vselect.ll 157 define <4 x float> @test16(<4 x float> %a, <4 x float> %b) {
161 ; CHECK-LABEL: test16
  /external/clang/test/Misc/
diag-template-diffing-color.cpp 34 void test16() { function
  /external/clang/test/Sema/
block-misc.c 152 void test16(__block int i) { // expected-error {{__block attribute not allowed, only allowed on local variables}}
builtins.c 115 int test16() { function
scope-check.c 234 int test16(int [sizeof &&z]); // expected-error {{use of address-of-label extension outside of a function body}}
  /external/clang/test/SemaCXX/
linkage2.cpp 157 namespace test16 { namespace
  /external/compiler-rt/test/tsan/
deadlock_detector_stress_test.cc 431 void Test16() {
433 fprintf(stderr, "Starting Test16: detailed output test with two locks\n");
434 // CHECK: Starting Test16
591 LockTest().Test16();
  /external/llvm/test/ExecutionEngine/MCJIT/
test-setcond-int.ll 35 %test16 = icmp ule i32 %uint1, %uint2 ; <i1> [#uses=0]
  /external/llvm/test/ExecutionEngine/
test-interp-vec-setcond-int.ll 35 %test16 = icmp ule <3 x i32> %uint1, %uint2
test-setcond-int.ll 35 %test16 = icmp ule i32 %uint1, %uint2 ; <i1> [#uses=0]
  /external/clang/test/CodeGenObjC/
arc.m 392 @interface Test16 : Test16_super {
399 @implementation Test16
403 // CHECK: define internal void @"\01-[Test16 dealloc]"(
404 // CHECK: [[SELF:%.*]] = alloca [[TEST16:%.*]]*, align
407 // CHECK-NEXT: store [[TEST16]]* {{%.*}}, [[TEST16]]** [[SELF]], align
409 // CHECK-NEXT: [[BASE:%.*]] = load [[TEST16]]** [[SELF]]
412 // CHECK-NEXT: [[BASE2:%.*]] = bitcast [[TEST16]]* [[BASE]] to i8*
425 // CHECK: define internal void @"\01-[Test16 .cxx_destruct]"(
426 // CHECK: [[SELF:%.*]] = alloca [[TEST16:%.*]]*, alig
    [all...]
  /external/llvm/test/Transforms/DeadStoreElimination/
simple.ll 203 define void @test16(i8* %P, i8* %Q) nounwind ssp {
207 ; CHECK-LABEL: @test16(

Completed in 342 milliseconds

12 3 4 5