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

12 3 4 5 6 7

  /external/clang/test/CodeGenCXX/
microsoft-abi-vtables-virtual-inheritance.cpp 458 namespace Test12 {
466 // CHECK-LABEL: VFTable for 'A' in 'Test12::X' in 'Test12::Y' in 'Test12::Z' (2 entries).
467 // CHECK-NEXT: 0 | void Test12::Y::f()
471 // MANGLING-DAG: @"\01??_7Z@Test12@@6BA@@@" = {{.*}}@"\01?f@Y@Test12@@UAEXXZ"
475 // CHECK-LABEL: VFTable for 'A' in 'Test12::X' in 'Test12::Y' in 'Test12::Z' in 'Test12::W' (2 entries)
    [all...]
microsoft-abi-vbtables.cpp 197 namespace Test12 {
206 // CHECK-DAG: @"\01??_8E@Test12@@7BC@1@D@1@@" =
207 // CHECK-DAG: @"\01??_8E@Test12@@7BB@1@D@1@@" =
208 // CHECK-DAG: @"\01??_8E@Test12@@7BD@1@@" =
209 // CHECK-DAG: @"\01??_8E@Test12@@7BC@1@@" =
210 // CHECK-DAG: @"\01??_8E@Test12@@7BB@1@@" =
211 // CHECK-DAG: @"\01??_8C@Test12@@7B01@@" =
212 // CHECK-DAG: @"\01??_8C@Test12@@7BB@1@@" =
213 // CHECK-DAG: @"\01??_8D@Test12@@7BC@1@@" =
214 // CHECK-DAG: @"\01??_8D@Test12@@7BB@1@@"
    [all...]
  /external/llvm/test/CodeGen/X86/
cmov-fp.ll 206 define float @test12(i32 %a, i32 %b, float %x) nounwind {
211 ; SSE-LABEL: test12:
214 ; NOSSE2-LABEL: test12:
217 ; NOSSE1-LABEL: test12:
220 ; NOCMOV-LABEL: test12:
fast-isel-x86-64.ll 133 define void @test12(i8 %tmp) nounwind ssp noredzone {
139 call void @test12(i8 0) noredzone
144 ; CHECK-LABEL: test12:
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 124 ;CHECK-LABEL: test12
131 define i64 @test12(<16 x i64>%a, <16 x i64>%b, i64 %a1, i64 %b1) {
avx512bw-vec-cmp.ll 124 ; CHECK-LABEL: @test12
128 define <32 x i16> @test12(<32 x i16> %x, <32 x i16>* %y.ptr, <32 x i16> %x1, <32 x i16> %y1) 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
  /external/llvm/test/Transforms/ConstProp/
loads.ll 170 define i16 @test12() {
175 ; LE-LABEL: @test12(
179 ; BE-LABEL: @test12(
  /external/clang/test/CXX/basic/basic.start/basic.start.main/
p2.cpp 95 #elif TEST12
  /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
builtins.c 94 void test12(void) __attribute__((__noreturn__));
95 void test12(void) { 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/
mul.ll 95 define i32 @test12(i32 %a, i32 %b) {
96 ; CHECK-LABEL: @test12(
101 ; CHECK: [[TEST12:%.*]] = ashr i32 %a, 31
102 ; CHECK-NEXT: %e = and i32 [[TEST12]], %b
or-xor.ll 119 define i32 @test12(i32 %x, i32 %y) {
125 ; CHECK-LABEL: @test12(
sext.ll 130 define i64 @test12(i32 %x) nounwind {
135 ; CHECK-LABEL: @test12(
xor2.ll 141 define i32 @test12(i32 %a, i32 %b) {
147 ; CHECK-LABEL: @test12(
  /external/clang/test/CodeGen/
ext-vector.c 236 // CHECK: @test12
240 int4 test12(int4 V) { function
  /external/llvm/test/CodeGen/AArch64/
tbz-tbnz.ll 226 define void @test12(i64 %val1) {
227 ; CHECK-LABEL: @test12
  /external/llvm/test/Transforms/EarlyCSE/
basic.ll 196 ; CHECK-LABEL: @test12(
197 define i32 @test12(i1 %B, i32* %P1, i32* %P2) {

Completed in 861 milliseconds

12 3 4 5 6 7