/external/llvm/test/CodeGen/AArch64/ |
arm64-rounding.ll | 111 ; CHECK: test11 114 define float @test11(float %a) #0 {
|
/external/llvm/test/Transforms/InstCombine/ |
fmul.ll | 117 define float @test11(float %x, float %y) { 122 ; CHECK-LABEL: @test11(
|
load.ll | 75 define double @test11(double* %p) {
|
div.ll | 90 define i32 @test11(i32 %X, i1 %C) { 94 ; CHECK-LABEL: @test11(
|
fcmp.ll | 94 define i32 @test11(double %a) nounwind { 99 ; CHECK-LABEL: @test11(
|
/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 | 101 ;CHECK-LABEL: test11 109 define <16 x i32> @test11(<16 x i32>%a, <16 x i32>%b) {
|
avx512-mov.ll | 86 ; CHECK-LABEL: @test11 89 define <4 x float> @test11(float* %x) {
|
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
|
vector-idiv.ll | 196 define <8 x i32> @test11(<8 x i32> %a) { 200 ; AVX-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 | 139 define i16 @test11() nounwind { 145 ; LE-LABEL: @test11( 149 ; 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/Parser/ |
declarators.c | 77 struct test11 { int a; } const test11x; struct
|
/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/chromium_org/athena/screen/ |
screen_manager_unittest.cc | 72 aura::Window* window_11 = Create("test11", 11); 87 window_11 = Create("test11", 11);
|
/external/clang/test/CodeGen/ |
ext-vector.c | 229 // CHECK: @test11 232 int test11() { function
|
/external/llvm/test/Transforms/GVN/ |
condprop.ll | 213 ; CHECK-LABEL: @test11( 214 define i32 @test11(i32 %x) {
|