/external/llvm/test/CodeGen/AArch64/ |
arm64-rounding.ll | 111 ; CHECK: test11 114 define float @test11(float %a) #0 {
|
tbz-tbnz.ll | 207 define void @test11(i64 %val1, i64* %ptr) { 208 ; CHECK-LABEL: @test11
|
/external/llvm/test/Transforms/DeadStoreElimination/ |
atomic.ll | 101 define i32 @test11() { 102 ; CHECK-LABEL: test11
|
/external/llvm/test/Transforms/InstCombine/ |
assume2.ll | 159 define i32 @test11(i32 %a) #0 { 161 ; CHECK-LABEL: @test11
|
sitofp.ll | 95 ; CHECK-LABEL: test11 98 define i8 @test11(i32 %A) nounwind {
|
mul.ll | 83 define i32 @test11(i32 %a, i32 %b) { 84 ; CHECK-LABEL: @test11( 90 ; CHECK: [[TEST11:%.*]] = ashr i32 %a, 31 91 ; CHECK-NEXT: %e = and i32 [[TEST11]], %b
|
/external/llvm/test/Transforms/InstSimplify/ |
undef.ll | 80 ; @test11 82 define i64 @test11() {
|
/external/v8/test/mjsunit/compiler/ |
simple-bailouts.js | 97 Test.prototype.test11 = function(x) { 136 t.test11(a);
|
/external/llvm/test/CodeGen/X86/ |
cmov-fp.ll | 188 define float @test11(i32 %a, i32 %b, float %x) nounwind { 193 ; SSE-LABEL: test11: 196 ; NOSSE2-LABEL: test11: 199 ; NOSSE1-LABEL: test11: 202 ; NOCMOV-LABEL: test11:
|
viabs.ll | 226 define <16 x i32> @test11(<16 x i32> %a) nounwind { 227 ; AVX2-LABEL: test11: 232 ; AVX512-LABEL: test11:
|
avx512-insert-extract.ll | 105 ;CHECK-LABEL: test11 113 define <16 x i32> @test11(<16 x i32>%a, <16 x i32>%b) {
|
avx512bw-vec-cmp.ll | 111 ; CHECK-LABEL: @test11 115 define <64 x i8> @test11(<64 x i8> %x, <64 x i8>* %y.ptr, <64 x i8> %x1, <64 x i8> %y1) nounwind {
|
cmp.ll | 152 define i32 @test11(i64 %l) nounwind { 154 ; CHECK-LABEL: test11:
|
fp-select-cmp-and.ll | 103 define float @test11(float %a, float %b, float %eps) { 108 ; CHECK-LABEL: @test11
|
vec_compare.ll | 147 define <2 x i64> @test11(<2 x i64> %A, <2 x i64> %B) nounwind { 153 ; CHECK-LABEL: test11:
|
vec_shift5.ll | 97 define <2 x i64> @test11() { 101 ; CHECK-LABEL: test11
|
/external/clang/test/CXX/class.access/class.friend/ |
p1.cpp | 311 namespace test11 { namespace 328 void A::test2(B::private_type x) {} // expected-error {{'private_type' is a private member of 'test11::B'}} 329 void A::test3(int x = B::private_type()) {} // expected-error {{'private_type' is a private member of 'test11::B'}}
|
/external/llvm/test/Transforms/ConstProp/ |
loads.ll | 152 define i16 @test11() nounwind { 158 ; LE-LABEL: @test11( 162 ; BE-LABEL: @test11(
|
/external/clang/test/Analysis/ |
malloc-interprocedural.c | 37 static void test11() { function
|
/external/clang/test/CXX/basic/basic.start/basic.start.main/ |
p2.cpp | 89 #elif TEST11
|
/external/clang/test/CodeGenCXX/ |
unknown-anytype.cpp | 120 void test11() { function
|
/external/clang/test/Sema/ |
attr-deprecated.c | 90 char test11[sizeof(foo_dep)] __attribute__((deprecated)); variable
|
c89.c | 65 void test11 (int x[static 4]); /* expected-warning {{static array size is a C99 feature}} */
|
/external/clang/test/SemaCXX/ |
alignof.cpp | 39 static const int test11 = __alignof__(S3::s2.x); member in struct:S3
|
/external/clang/test/CodeGen/ |
ext-vector.c | 229 // CHECK: @test11 232 int test11() { function
|