/external/llvm/test/CodeGen/X86/ |
viabs.ll | 241 define <8 x i64> @test12(<8 x i64> %a) nounwind { 242 ; AVX2-LABEL: test12: 247 ; AVX512-LABEL: test12:
|
avx512-insert-extract.ll | 120 ;CHECK-LABEL: test12 127 define i64 @test12(<16 x i64>%a, <16 x i64>%b, i64 %a1, i64 %b1) {
|
avx512-mov.ll | 95 ; CHECK-LABEL: @test12 98 define <2 x double> @test12(double* %x) {
|
avx512-vec-cmp.ll | 115 ; CHECK-LABEL: test12 120 define i16 @test12(<16 x i64> %a, <16 x i64> %b) nounwind {
|
cmp.ll | 165 define i32 @test12() uwtable ssp { 166 ; CHECK-LABEL: test12:
|
fp-select-cmp-and.ll | 113 define float @test12(float %a, float %b, float %eps) { 118 ; CHECK-LABEL: @test12
|
pmovsx-inreg.ll | 166 define void @test12(<4 x i32>* %in, <4 x i64>* %out) nounwind { 173 ; AVX2-LABEL: test12:
|
vec_compare.ll | 170 define <2 x i64> @test12(<2 x i64> %A, <2 x i64> %B) nounwind { 171 ; CHECK-LABEL: test12:
|
vec_shift5.ll | 106 define <8 x i16> @test12() { 110 ; CHECK-LABEL: test12
|
vector-idiv.ll | 213 define <2 x i16> @test12() { 219 ; AVX-LABEL: test12:
|
select.ll | 250 define noalias i8* @test12(i64 %count) nounwind ssp noredzone { 258 ; CHECK-LABEL: test12: 264 ; ATOM-LABEL: test12:
|
/external/llvm/test/Transforms/ConstProp/ |
loads.ll | 157 define i16 @test12() { 162 ; LE-LABEL: @test12( 166 ; BE-LABEL: @test12(
|
/external/clang/test/CXX/basic/basic.start/basic.start.main/ |
p2.cpp | 95 #elif TEST12
|
/external/clang/test/Parser/ |
declarators.c | 80 void test12() { function
|
/external/clang/test/Sema/ |
attr-deprecated.c | 91 char test12[sizeof(foo_dep)]; // expected-warning {{'foo_dep' is deprecated}} variable
|
c89.c | 67 void test12 (int x[const 4]) { /* expected-warning {{qualifier in array size is a C99 feature}} */ function
|
/external/clang/test/SemaCXX/ |
alignof.cpp | 40 static const int test12 = __alignof__(S3::s2.s); // expected-error {{invalid application of 'alignof' to an incomplete type 'S1'}} member in struct:S3
|
/external/llvm/test/Transforms/InstCombine/ |
load.ll | 83 define i32 @test12(i32* %P) {
|
div.ll | 100 define i32 @test12(i32 %x) nounwind { 103 ; CHECK-LABEL: @test12(
|
fcmp.ll | 104 define i32 @test12(double %a) nounwind { 109 ; CHECK-LABEL: @test12(
|
sext.ll | 130 define i64 @test12(i32 %x) nounwind { 135 ; CHECK-LABEL: @test12(
|
/external/clang/test/CodeGen/ |
ext-vector.c | 236 // CHECK: @test12 240 int4 test12(int4 V) { function
|
/external/llvm/test/Transforms/GVN/ |
condprop.ll | 236 ; CHECK-LABEL: @test12( 237 define i32 @test12(i32 %x) {
|
/external/llvm/test/Transforms/ObjCARC/ |
contract.ll | 204 ; CHECK-LABEL: define void @test12( 208 define void @test12(i8* %y) {
|
/external/clang/test/CodeGenCXX/ |
vtable-layout.cpp | 538 namespace Test12 { 542 // CHECK-19: Vtable for 'Test12::B' (19 entries). 545 // CHECK-19-NEXT: 2 | Test12::B RTTI 546 // CHECK-19-NEXT: -- (Test12::B, 0) vtable address -- 547 // CHECK-19-NEXT: 3 | void Test12::B::f() 548 // CHECK-19-NEXT: 4 | void Test12::B::a() 554 // CHECK-19-NEXT: 10 | Test12::B RTTI 555 // CHECK-19-NEXT: -- (Test12::A, 8) vtable address -- 556 // CHECK-19-NEXT: -- (Test12::A1, 8) vtable address -- 557 // CHECK-19-NEXT: 11 | void Test12::A1::a1( [all...] |