Home
last modified time | relevance | path

Searched full:all (Results 1 – 25 of 12417) sorted by relevance

12345678910>>...497

/external/v8/
DChangeLog3 Performance and stability improvements on all platforms.
10 Performance and stability improvements on all platforms.
15 Performance and stability improvements on all platforms.
20 Performance and stability improvements on all platforms.
25 Performance and stability improvements on all platforms.
30 Performance and stability improvements on all platforms.
35 Performance and stability improvements on all platforms.
40 Performance and stability improvements on all platforms.
45 Performance and stability improvements on all platforms.
50 Performance and stability improvements on all platforms.
[all …]
/external/llvm/test/CodeGen/X86/
Davx512-cmp.ll2 ; RUN: llc < %s -mtriple=x86_64-apple-darwin -mcpu=knl | FileCheck %s --check-prefix=ALL --check-p…
3 ; RUN: llc < %s -mtriple=x86_64-apple-darwin -mcpu=skx | FileCheck %s --check-prefix=ALL --check-p…
6 ; ALL-LABEL: test1:
7 ; ALL: ## BB#0:
8 ; ALL-NEXT: vucomisd %xmm1, %xmm0
9 ; ALL-NEXT: jne LBB0_1
10 ; ALL-NEXT: jnp LBB0_2
11 ; ALL-NEXT: LBB0_1: ## %l1
12 ; ALL-NEXT: vsubsd %xmm1, %xmm0, %xmm0
13 ; ALL-NEXT: retq
[all …]
Davx512-vbroadcast.ll2 ; RUN: llc < %s -mtriple=x86_64-unknown-linux-gnu -mattr=+avx512f | FileCheck %s --check-prefix=ALL
3 …le=x86_64-unknown-linux-gnu -mattr=+avx512bw | FileCheck %s --check-prefix=ALL --check-prefix=AVX5…
6 ; ALL-LABEL: _inreg16xi32:
7 ; ALL: # BB#0:
8 ; ALL-NEXT: vpbroadcastd %edi, %zmm0
9 ; ALL-NEXT: retq
16 ; ALL-LABEL: _inreg8xi64:
17 ; ALL: # BB#0:
18 ; ALL-NEXT: vpbroadcastq %rdi, %zmm0
19 ; ALL-NEXT: retq
[all …]
Dvector-shuffle-512-v16.ll2 ; RUN: llc < %s -mcpu=x86-64 -mattr=+avx512f | FileCheck %s --check-prefix=ALL --check-prefix=AVX51…
3 ; RUN: llc < %s -mcpu=x86-64 -mattr=+avx512bw | FileCheck %s --check-prefix=ALL --check-prefix=AVX5…
8 ; ALL-LABEL: shuffle_v16f32_00_00_00_00_00_00_00_00_00_00_00_00_00_00_00_00:
9 ; ALL: # BB#0:
10 ; ALL-NEXT: vbroadcastss %xmm0, %zmm0
11 ; ALL-NEXT: retq
17 ; ALL-LABEL: shuffle_v16f32_08_08_08_08_08_08_08_08_08_08_08_08_08_08_08_08:
18 ; ALL: # BB#0:
19 ; ALL-NEXT: vextractf32x4 $2, %zmm0, %xmm0
20 ; ALL-NEXT: vbroadcastss %xmm0, %zmm0
[all …]
Dvector-shuffle-combining-avx.ll2 ; RUN: llc < %s -mtriple=x86_64-unknown -mattr=+avx | FileCheck %s --check-prefix=ALL --check-prefi…
3 ; RUN: llc < %s -mtriple=x86_64-unknown -mattr=+avx2 | FileCheck %s --check-prefix=ALL --check-pref…
4 ; RUN: llc < %s -mtriple=x86_64-unknown -mattr=+avx512f | FileCheck %s --check-prefix=ALL --check-p…
23 ; ALL-LABEL: combine_vpermilvar_4f32_identity:
24 ; ALL: # BB#0:
25 ; ALL-NEXT: retq
32 ; ALL-LABEL: combine_vpermilvar_4f32_movddup:
33 ; ALL: # BB#0:
34 ; ALL-NEXT: vmovddup {{.*#+}} xmm0 = xmm0[0,0]
35 ; ALL-NEXT: retq
[all …]
Davx512-fma.ll2 …apple-darwin -mattr=+avx512f -fp-contract=fast | FileCheck %s --check-prefix=ALL --check-prefix=KNL
3 …86_64-apple-darwin -mcpu=skx -fp-contract=fast | FileCheck %s --check-prefix=ALL --check-prefix=SKX
6 ; ALL-LABEL: test_x86_fmadd_ps_z:
7 ; ALL: ## BB#0:
8 ; ALL-NEXT: vfmadd213ps %zmm2, %zmm1, %zmm0
9 ; ALL-NEXT: retq
16 ; ALL-LABEL: test_x86_fmsub_ps_z:
17 ; ALL: ## BB#0:
18 ; ALL-NEXT: vfmsub213ps %zmm2, %zmm1, %zmm0
19 ; ALL-NEXT: retq
[all …]
/external/llvm/test/CodeGen/Mips/cconv/
Dmemory-layout.ll1 ; RUN: llc -march=mips < %s | FileCheck --check-prefixes=ALL,O32 %s
2 ; RUN: llc -march=mipsel < %s | FileCheck --check-prefixes=ALL,O32 %s
4 ; RUN-TODO: llc -march=mips64 -target-abi o32 < %s | FileCheck --check-prefixes=ALL,O32 %s
5 ; RUN-TODO: llc -march=mips64el -target-abi o32 < %s | FileCheck --check-prefixes=ALL,O32 %s
7 ; RUN: llc -march=mips64 -target-abi n32 < %s | FileCheck --check-prefixes=ALL,N32 %s
8 ; RUN: llc -march=mips64el -target-abi n32 < %s | FileCheck --check-prefixes=ALL,N32 %s
10 ; RUN: llc -march=mips64 -target-abi n64 < %s | FileCheck --check-prefixes=ALL,N64 %s
11 ; RUN: llc -march=mips64el -target-abi n64 < %s | FileCheck --check-prefixes=ALL,N64 %s
13 ; Test the memory layout for all ABI's and byte orders as specified by section
30 ; ALL-NOT: .p2align
[all …]
Dcallee-saved-float.ll1 ; RUN: llc -march=mips < %s | FileCheck --check-prefixes=ALL,O32 %s
2 ; RUN: llc -march=mipsel < %s | FileCheck --check-prefixes=ALL,O32 %s
3 ; RUN: llc -march=mips < %s | FileCheck --check-prefixes=ALL,O32-INV %s
4 ; RUN: llc -march=mipsel < %s | FileCheck --check-prefixes=ALL,O32-INV %s
6 ; RUN-TODO: llc -march=mips64 -target-abi o32 < %s | FileCheck --check-prefixes=ALL,O32 %s
7 ; RUN-TODO: llc -march=mips64el -target-abi o32 < %s | FileCheck --check-prefixes=ALL,O32 %s
8 ; RUN-TODO: llc -march=mips64 -target-abi o32 < %s | FileCheck --check-prefixes=ALL,ALL-INV,O32-INV…
9 ; RUN-TODO: llc -march=mips64el -target-abi o32 < %s | FileCheck --check-prefixes=ALL,ALL-INV,O32-I…
11 ; RUN: llc -march=mips64 -target-abi n32 < %s | FileCheck --check-prefixes=ALL,N32 %s
12 ; RUN: llc -march=mips64el -target-abi n32 < %s | FileCheck --check-prefixes=ALL,N32 %s
[all …]
/external/llvm/test/MC/Mips/
Dmacro-bcc-imm.s2 # RUN: FileCheck %s --check-prefix=ALL
5 foo: # ALL-LABEL: foo:
6 blt $a2, 16, foo # ALL: addiu $1, $zero, 16
7 # ALL: slt $1, $6, $1
8 # ALL: bnez $1, foo
9 # ALL: # fixup A - offset: 0, value: foo-4, kind: fixup_Mips_PC16
10 ble $a2, 16, foo # ALL: addiu $1, $zero, 16
11 # ALL: slt $1, $1, $6
12 # ALL: beqz $1, foo
13 # ALL: # fixup A - offset: 0, value: foo-4, kind: fixup_Mips_PC16
[all …]
/external/llvm/test/CodeGen/Mips/
Do32_cc.ll1 ; RUN: llc -march=mipsel < %s | FileCheck -check-prefix=ALL %s
2 ; RUN: llc -march=mipsel -mcpu=mips32 < %s | FileCheck -check-prefixes=ALL,NO-MFHC1 %s
3 ; RUN: llc -march=mipsel -mcpu=mips32r2 < %s | FileCheck -check-prefixes=ALL,HAS-MFHC1…
4 ; RUN: llc -march=mipsel -mcpu=mips32r2 -mattr=+fp64 < %s | FileCheck -check-prefixes=ALL,HAS-MFHC1…
7 ; ALL-LABEL: testlowercall0:
8 ; ALL-DAG: ldc1 $f12, %lo
9 ; ALL-DAG: ldc1 $f14, %lo
19 ; ALL-LABEL: testlowercall1:
20 ; ALL-DAG: lwc1 $f12, %lo
21 ; ALL-DAG: lwc1 $f14, %lo
[all …]
Dmips64-f128.ll2 ; RUN: -disable-mips-delay-filler < %s | FileCheck %s -check-prefixes=ALL,C_CC_FMT,PRER6
4 ; RUN: -disable-mips-delay-filler < %s | FileCheck %s -check-prefixes=ALL,C_CC_FMT,PRER6
6 ; RUN: -disable-mips-delay-filler < %s | FileCheck %s -check-prefixes=ALL,C_CC_FMT,PRER6
8 ; RUN: -disable-mips-delay-filler < %s | FileCheck %s -check-prefixes=ALL,CMP_CC_FMT,R6
16 ; ALL-LABEL: addLD:
17 ; ALL: ld $25, %call16(__addtf3)
27 ; ALL-LABEL: subLD:
28 ; ALL: ld $25, %call16(__subtf3)
38 ; ALL-LABEL: mulLD:
39 ; ALL: ld $25, %call16(__multf3)
[all …]
Datomic.ll2 ; RUN: FileCheck %s -check-prefixes=ALL,MIPS32-ANY,NO-SEB-SEH,CHECK-EL,NOT-MICROMIPS
4 ; RUN: FileCheck %s -check-prefixes=ALL,MIPS32-ANY,HAS-SEB-SEH,CHECK-EL,NOT-MICROMIPS
6 ; RUN: FileCheck %s -check-prefixes=ALL,MIPS32-ANY,HAS-SEB-SEH,CHECK-EL,MIPSR6
8 ; RUN: FileCheck %s -check-prefixes=ALL,MIPS64-ANY,NO-SEB-SEH,CHECK-EL,NOT-MICROMIPS
10 ; RUN: FileCheck %s -check-prefixes=ALL,MIPS64-ANY,NO-SEB-SEH,CHECK-EL,NOT-MICROMIPS
12 ; RUN: FileCheck %s -check-prefixes=ALL,MIPS64-ANY,HAS-SEB-SEH,CHECK-EL,NOT-MICROMIPS
14 ; RUN: FileCheck %s -check-prefixes=ALL,MIPS64-ANY,HAS-SEB-SEH,CHECK-EL,MIPSR6
16 ; RUN: FileCheck %s -check-prefixes=ALL-LABEL,MIPS64-ANY,O0
18 ; RUN: FileCheck %s -check-prefixes=ALL,MIPS32-ANY,HAS-SEB-SEH,CHECK-EL,MICROMIPS
23 ; RUN: FileCheck %s -check-prefixes=ALL,MIPS32-ANY,NO-SEB-SEH,CHECK-EB,NOT-MICROMIPS
[all …]
Dinlineasm-operand-code.ll4 ; RUN: FileCheck -check-prefixes=ALL,LE32,GAS %s
6 ; RUN: FileCheck -check-prefixes=ALL,BE32,GAS %s
10 ; RUN: FileCheck -check-prefixes=ALL,LE32,IAS %s
12 ; RUN: FileCheck -check-prefixes=ALL,BE32,IAS %s
21 ; ALL-LABEL: constraint_X:
22 ; ALL: #APP
25 ; ALL: #NO_APP
33 ; ALL-LABEL: constraint_x:
34 ; ALL: #APP
39 ; ALL: #NO_APP
[all …]
Dinlineasm_constraint_ZC.ll1 …lc -march=mipsel -mcpu=mips32r6 -relocation-model=pic < %s | FileCheck %s -check-prefixes=ALL,09BIT
2 …-march=mipsel -mattr=+micromips -relocation-model=pic < %s | FileCheck %s -check-prefixes=ALL,12BIT
3 ; RUN: llc -march=mipsel -relocation-model=pic < %s | FileCheck %s -check-prefixes=ALL,16BIT
9 ; ALL-LABEL: ZC:
13 ; ALL: lw $[[BASEPTR:[0-9]+]], %got(data)(
14 ; ALL: #APP
15 ; ALL: lw $1, 0($[[BASEPTR]])
16 ; ALL: #NO_APP
23 ; ALL-LABEL: ZC_offset_n4:
27 ; ALL: lw $[[BASEPTR:[0-9]+]], %got(data)(
[all …]
Dmips64instrs.ll1 ; RUN: llc -march=mips64el -mcpu=mips4 -verify-machineinstrs < %s | FileCheck -check-prefixes=ALL,M…
2 ; RUN: llc -march=mips64el -mcpu=mips64 -verify-machineinstrs < %s | FileCheck -check-prefixes=ALL,…
3 …64el -mcpu=mips64r2 -verify-machineinstrs < %s | FileCheck -check-prefixes=ALL,HAS-DCLO,ACCMULDIV …
4 …64el -mcpu=mips64r6 -verify-machineinstrs < %s | FileCheck -check-prefixes=ALL,HAS-DCLO,GPRMULDIV …
11 ; ALL-LABEL: f0:
12 ; ALL: daddu $2, ${{[45]}}, ${{[45]}}
19 ; ALL-LABEL: f1:
20 ; ALL: dsubu $2, $4, $5
27 ; ALL-LABEL: f4:
28 ; ALL: and $2, ${{[45]}}, ${{[45]}}
[all …]
/external/llvm/test/CodeGen/Mips/Fast-ISel/
Dcallabi.ll3 ; RUN: FileCheck %s -check-prefixes=ALL,32R1
6 ; RUN: FileCheck %s -check-prefixes=ALL,32R2
11 ; ALL-LABEL: cxb:
13 ; ALL: addiu $[[T0:[0-9]+]], $zero, 10
26 ; ALL-LABEL: cxh:
28 ; ALL: addiu $[[T0:[0-9]+]], $zero, 10
41 ; ALL-LABEL: cxi:
43 ; ALL-DAG: addiu $4, $zero, 10
44 ; ALL-DAG: lw $25, %got(xi)(${{[0-9]+}})
45 ; ALL: jalr $25
[all …]
Dmemtest1.ll3 ; RUN: -check-prefix=ALL -check-prefix=32R1
6 ; RUN: -check-prefix=ALL -check-prefix=32R2
18 ; ALL-LABEL: cpy:
20 ; ALL-DAG: lw $[[T0:[0-9]+]], %got(dest)(${{[0-9]+}})
21 ; ALL-DAG: sw $4, 24($sp)
22 ; ALL-DAG: move $4, $[[T0]]
23 ; ALL-DAG: sw $5, 20($sp)
24 ; ALL-DAG: lw $[[T1:[0-9]+]], 24($sp)
25 ; ALL-DAG: move $5, $[[T1]]
26 ; ALL-DAG: lw $6, 20($sp)
[all …]
/external/llvm/test/DebugInfo/PDB/
Dpdbdump-headers.test6 ; RUN: llvm-pdbdump raw -all %p/Inputs/empty.pdb | FileCheck -check-prefix=ALL %s
947 ; ALL: FileHeaders {
948 ; ALL: BlockSize: 4096
949 ; ALL: Unknown0: 2
950 ; ALL: NumBlocks: 25
951 ; ALL: NumDirectoryBytes: 136
952 ; ALL: Unknown1: 0
953 ; ALL: BlockMapAddr: 24
954 ; ALL: NumDirectoryBlocks: 1
955 ; ALL: BlockMapOffset: 98304
[all …]
/external/clang/test/CodeGenCXX/
Dstatic-member-variable-explicit-specialization.cpp1 …=c++1y -triple=x86_64-pc-linux -emit-llvm -o - | FileCheck --check-prefix=ELF --check-prefix=ALL %s
2 … -triple=x86_64-apple-darwin -emit-llvm -o - | FileCheck --check-prefix=MACHO --check-prefix=ALL %s
4 // ALL: ; ModuleID
14 // ALL: @_ZN1AIbE1aE = global i32 10
17 // ALL: @llvm.global_ctors = appending global [8 x { i32, void ()*, i8* }]
37 // ALL: { i32, void ()*, i8* } { i32 65535, void ()* @[[unordered7:[^,]*]], i8* null },
39 // ALL: { i32, void ()*, i8* } { i32 65535, void ()* @_GLOBAL__sub_I_static_member_variable_explic…
79 // ALL: define internal void @[[unordered1]](
80 // ALL: call i32 @foo()
81 // ALL: store {{.*}} @_ZN1AIsE1aE
[all …]
/external/llvm/test/CodeGen/Mips/msa/
Dbasic_operations_float.ll1 ; RUN: llc -march=mips -mattr=+msa,+fp64 -relocation-model=pic < %s | FileCheck -check-prefixes=ALL
2 …c -march=mipsel -mattr=+msa,+fp64 -relocation-model=pic < %s | FileCheck -check-prefixes=ALL,O32 %s
3 …-target-abi=n32 -mattr=+msa,+fp64 -relocation-model=pic < %s | FileCheck -check-prefixes=ALL,N32 %s
4 …-target-abi=n32 -mattr=+msa,+fp64 -relocation-model=pic < %s | FileCheck -check-prefixes=ALL,N32 %s
5 …c -march=mips64 -mattr=+msa,+fp64 -relocation-model=pic < %s | FileCheck -check-prefixes=ALL,N64 %s
6 …-march=mips64el -mattr=+msa,+fp64 -relocation-model=pic < %s | FileCheck -check-prefixes=ALL,N64 %s
15 ; ALL-LABEL: const_v4f32:
18 ; ALL: ldi.b [[R1:\$w[0-9]+]], 0
21 ; ALL: lui [[R1:\$[0-9]+]], 16256
22 ; ALL: fill.w [[R2:\$w[0-9]+]], [[R1]]
[all …]
Dbasic_operations.ll3 ; RUN: FileCheck -check-prefixes=ALL,O32,MIPS32,ALL-BE %s
6 ; RUN: FileCheck -check-prefixes=ALL,O32,MIPS32,ALL-LE %s
9 ; RUN: FileCheck -check-prefixes=ALL,N32,MIPS64,ALL-BE %s
12 ; RUN: FileCheck -check-prefixes=ALL,N32,MIPS64,ALL-LE %s
15 ; RUN: FileCheck -check-prefixes=ALL,N64,MIPS64,ALL-BE %s
18 ; RUN: FileCheck -check-prefixes=ALL,N64,MIPS64,ALL-LE %s
29 ; ALL-LABEL: const_v16i8:
32 ; ALL: ldi.b [[R1:\$w[0-9]+]], 0
35 ; ALL: ldi.b [[R1:\$w[0-9]+]], 1
41 ; ALL: ld.b [[R1:\$w[0-9]+]], 0([[G_PTR]])
[all …]
/external/llvm/test/Transforms/SimplifyCFG/X86/
Dspeculate-cttz-ctlz.ll1 …triple=x86_64-unknown-unknown -mattr=+bmi < %s | FileCheck %s --check-prefix=ALL --check-prefix=BMI
2 …le=x86_64-unknown-unknown -mattr=+lzcnt < %s | FileCheck %s --check-prefix=ALL --check-prefix=LZCNT
3 ; RUN: opt -S -simplifycfg -mtriple=x86_64-unknown-unknown < %s | FileCheck %s --check-prefix=ALL -…
7 ; ALL-LABEL: @test1(
8 ; ALL: [[COND:%[A-Za-z0-9]+]] = icmp eq i64 %A, 0
9 ; ALL: [[CTLZ:%[A-Za-z0-9]+]] = tail call i64 @llvm.ctlz.i64(i64 %A, i1 true)
10 ; ALL-NEXT: select i1 [[COND]], i64 64, i64 [[CTLZ]]
11 ; ALL: ret
26 ; ALL-LABEL: @test2(
27 ; ALL: [[COND:%[A-Za-z0-9]+]] = icmp eq i32 %A, 0
[all …]
/external/clang/test/CodeGen/
Dmips-varargs.c1 // RUN: %clang_cc1 -triple mips-unknown-linux -o - -emit-llvm %s | FileCheck %s -check-prefix=ALL -…
2 // RUN: %clang_cc1 -triple mipsel-unknown-linux -o - -emit-llvm %s | FileCheck %s -check-prefix=ALL
3 …own-linux -o - -emit-llvm -target-abi n32 %s | FileCheck %s -check-prefix=ALL -check-prefix=N32 -…
4 …own-linux -o - -emit-llvm -target-abi n32 %s | FileCheck %s -check-prefix=ALL -check-prefix=N32 -…
5 // RUN: %clang_cc1 -triple mips64-unknown-linux -o - -emit-llvm %s | FileCheck %s -check-prefix=ALL
6 …ple mips64el-unknown-linux -o - -emit-llvm %s | FileCheck %s -check-prefix=ALL -check-prefix=N64 -…
22 // ALL-LABEL: define i32 @test_i32(i8*{{.*}} %fmt, ...)
27 // ALL: [[V:%.*]] = alloca i32, align 4
30 // ALL: [[VA:%.+]] = bitcast i8** %va to i8*
31 // ALL: call void @llvm.va_start(i8* [[VA]])
[all …]
/external/llvm/test/CodeGen/Mips/llvm-ir/
Dcall.ll4 … -relocation-model=pic -enable-mips-tail-calls < %s | FileCheck %s -check-prefixes=ALL,O32,NOT-R6C
5 …2 -relocation-model=pic -enable-mips-tail-calls < %s | FileCheck %s -check-prefixes=ALL,O32,NOT-R6C
6 …3 -relocation-model=pic -enable-mips-tail-calls < %s | FileCheck %s -check-prefixes=ALL,O32,NOT-R6C
7 …5 -relocation-model=pic -enable-mips-tail-calls < %s | FileCheck %s -check-prefixes=ALL,O32,NOT-R6C
8 … -disable-mips-delay-filler -enable-mips-tail-calls < %s | FileCheck %s -check-prefixes=ALL,O32,R6C
9 … -disable-mips-delay-filler -enable-mips-tail-calls < %s | FileCheck %s -check-prefixes=ALL,O32,R6C
10 …h=mips64 -mcpu=mips4 -enable-mips-tail-calls < %s | FileCheck %s -check-prefixes=ALL,N64,NOT-R6C
11 …h=mips64 -mcpu=mips64 -enable-mips-tail-calls < %s | FileCheck %s -check-prefixes=ALL,N64,NOT-R6C
12 …h=mips64 -mcpu=mips64r2 -enable-mips-tail-calls < %s | FileCheck %s -check-prefixes=ALL,N64,NOT-R6C
13 …h=mips64 -mcpu=mips64r3 -enable-mips-tail-calls < %s | FileCheck %s -check-prefixes=ALL,N64,NOT-R6C
[all …]
Dor.ll1 ; RUN: llc < %s -march=mips -mcpu=mips2 | FileCheck %s -check-prefixes=ALL,GP32
2 ; RUN: llc < %s -march=mips -mcpu=mips32 | FileCheck %s -check-prefixes=ALL,GP32
3 ; RUN: llc < %s -march=mips -mcpu=mips32r2 | FileCheck %s -check-prefixes=ALL,GP32
4 ; RUN: llc < %s -march=mips -mcpu=mips32r3 | FileCheck %s -check-prefixes=ALL,GP32
5 ; RUN: llc < %s -march=mips -mcpu=mips32r5 | FileCheck %s -check-prefixes=ALL,GP32
6 ; RUN: llc < %s -march=mips -mcpu=mips32r6 | FileCheck %s -check-prefixes=ALL,GP32
7 ; RUN: llc < %s -march=mips64 -mcpu=mips3 | FileCheck %s -check-prefixes=ALL,GP64
8 ; RUN: llc < %s -march=mips64 -mcpu=mips4 | FileCheck %s -check-prefixes=ALL,GP64
9 ; RUN: llc < %s -march=mips64 -mcpu=mips64 | FileCheck %s -check-prefixes=ALL,GP64
10 ; RUN: llc < %s -march=mips64 -mcpu=mips64r2 | FileCheck %s -check-prefixes=ALL,GP64
[all …]

12345678910>>...497