/external/skqp/infra/bots/ |
D | jobs.json | 2 "Build-Debian9-Clang-arm-Debug-Android", 3 "Build-Debian9-Clang-arm-Debug-Android_Vulkan", 4 "Build-Debian9-Clang-arm-Debug-Chromebook_GLES", 5 "Build-Debian9-Clang-arm-Debug-Chromecast", 6 "Build-Debian9-Clang-arm-Release-Android", 7 "Build-Debian9-Clang-arm-Release-Android_API26", 8 "Build-Debian9-Clang-arm-Release-Android_ASAN", 9 "Build-Debian9-Clang-arm-Release-Android_ASAN_Vulkan", 10 "Build-Debian9-Clang-arm-Release-Android_Vulkan", 11 "Build-Debian9-Clang-arm-Release-Chromebook_GLES", [all …]
|
/external/skia/infra/bots/ |
D | jobs.json | 2 "Build-Debian9-Clang-arm-Release-Flutter_Android_Docker", 3 "Build-Debian10-GCC-x86-Debug-Docker", 4 "Build-Debian10-GCC-x86-Release-Docker", 5 "Build-Debian10-GCC-x86_64-Debug-Docker", 6 "Build-Debian10-GCC-x86_64-Debug-NoGPU_Docker", 7 "Build-Debian10-GCC-x86_64-Release-Docker", 8 "Build-Debian10-GCC-x86_64-Release-NoGPU_Docker", 9 "Build-Debian10-GCC-x86_64-Release-Shared_Docker", 10 "Build-Debian10-Clang-arm-Debug-Android", 11 "Build-Debian10-Clang-arm-Debug-Android_ASAN", [all …]
|
/external/llvm-project/llvm/test/CodeGen/AArch64/ |
D | div-rem-pair-recomposition-signed.ll | 2 ; RUN: llc < %s -mtriple=aarch64-unknown-unknown | FileCheck %s --check-prefix=ALL 5 ; -div-rem-pairs pass will decompose the remainder calculation as: 6 ; X % Y --> X - ((X / Y) * Y) 11 ; ALL-LABEL: scalar_i8: 12 ; ALL: // %bb.0: 13 ; ALL-NEXT: sxtb w8, w1 14 ; ALL-NEXT: sxtb w9, w0 15 ; ALL-NEXT: sdiv w8, w9, w8 16 ; ALL-NEXT: msub w0, w8, w1, w0 17 ; ALL-NEXT: strb w8, [x2] [all …]
|
D | div-rem-pair-recomposition-unsigned.ll | 2 ; RUN: llc < %s -mtriple=aarch64-unknown-unknown | FileCheck %s --check-prefix=ALL 5 ; -div-rem-pairs pass will decompose the remainder calculation as: 6 ; X % Y --> X - ((X / Y) * Y) 11 ; ALL-LABEL: scalar_i8: 12 ; ALL: // %bb.0: 13 ; ALL-NEXT: and w8, w1, #0xff 14 ; ALL-NEXT: and w9, w0, #0xff 15 ; ALL-NEXT: udiv w8, w9, w8 16 ; ALL-NEXT: msub w0, w8, w1, w0 17 ; ALL-NEXT: strb w8, [x2] [all …]
|
/external/llvm-project/llvm/test/tools/llvm-mca/X86/ |
D | option-all-views-2.s | 2 # RUN: llvm-mca -mtriple=x86_64-unknown-unknown -mcpu=btver2 -all-views < … 3 # RUN: llvm-mca -mtriple=x86_64-unknown-unknown -mcpu=btver2 -all-views -resource-pressure < … 4 # RUN: llvm-mca -mtriple=x86_64-unknown-unknown -mcpu=btver2 -resource-pressure -all-views < … 5 # RUN: llvm-mca -mtriple=x86_64-unknown-unknown -mcpu=btver2 -resource-pressure=false -all-views < … 6 # RUN: llvm-mca -mtriple=x86_64-unknown-unknown -mcpu=btver2 -all-views -resource-pressure=false < … 10 # ALL: Iterations: 100 11 # ALL-NEXT: Instructions: 100 12 # ALL-NEXT: Total Cycles: 103 13 # ALL-NEXT: Total uOps: 100 15 # ALL: Dispatch Width: 2 [all …]
|
D | option-all-stats-2.s | 2 # RUN: llvm-mca -mtriple=x86_64-unknown-unknown -mcpu=btver2 -all-stats -dispatch-stats=false < %s … 3 # RUN: llvm-mca -mtriple=x86_64-unknown-unknown -mcpu=btver2 -all-stats < %s … 4 # RUN: llvm-mca -mtriple=x86_64-unknown-unknown -mcpu=btver2 -all-stats -dispatch-stats < %s … 5 # RUN: llvm-mca -mtriple=x86_64-unknown-unknown -mcpu=btver2 -dispatch-stats -all-stats < %s … 6 # RUN: llvm-mca -mtriple=x86_64-unknown-unknown -mcpu=btver2 -dispatch-stats=false -all-stats < %s … 10 # ALL: Iterations: 100 11 # ALL-NEXT: Instructions: 100 12 # ALL-NEXT: Total Cycles: 103 13 # ALL-NEXT: Total uOps: 100 15 # ALL: Dispatch Width: 2 [all …]
|
/external/llvm-project/llvm/test/tools/llvm-readobj/ELF/ |
D | sections-ext.test | 1 ## This is a test case for --section-symbols, --section-relocations and 2 ## --section-data command line flags and their aliases. 4 # RUN: yaml2obj %s -o %t 6 ## Test --section-symbols (--st) displays symbols for each section. 7 # RUN: llvm-readobj --sections --st %t > %t.readobj-st 8 # RUN: llvm-readobj --sections --section-symbols %t > %t.readobj-st-no-alias 9 # RUN: diff %t.readobj-st %t.readobj-st-no-alias 10 # RUN: FileCheck %s --input-file=%t.readobj-st --check-prefixes=ALL,ST 12 ## Test --section-relocations (--sr) displays relocations for each section. 13 # RUN: llvm-readobj --sections --sr %t > %t.readobj-sr [all …]
|
/external/llvm-project/llvm/test/CodeGen/X86/GlobalISel/ |
D | cmp.ll | 2 ; RUN: llc -mtriple=x86_64-linux-gnu -global-isel -verify-machineinstrs < %s -o - | FileCheck %s… 5 ; ALL-LABEL: test_icmp_eq_i8: 6 ; ALL: # %bb.0: 7 ; ALL-NEXT: xorl %eax, %eax 8 ; ALL-NEXT: cmpb %sil, %dil 9 ; ALL-NEXT: sete %al 10 ; ALL-NEXT: andl $1, %eax 11 ; ALL-NEXT: retq 18 ; ALL-LABEL: test_icmp_eq_i16: 19 ; ALL: # %bb.0: [all …]
|
D | phi.ll | 2 ; RUN: llc -mtriple=x86_64-linux-gnu -global-isel -verify-machineinstrs < %s -o - | FileCheck %s --… 5 ; ALL-LABEL: test_i8: 6 ; ALL: # %bb.0: # %entry 7 ; ALL-NEXT: xorl %ecx, %ecx 8 ; ALL-NEXT: cmpl %ecx, %edi 9 ; ALL-NEXT: setg %cl 10 ; ALL-NEXT: testb $1, %cl 11 ; ALL-NEXT: je .LBB0_2 12 ; ALL-NEXT: # %bb.1: 13 ; ALL-NEXT: movl %esi, %eax [all …]
|
D | memop-scalar.ll | 2 …RUN: llc -mtriple=x86_64-linux-gnu -global-isel -verify-machineinstrs < %s -… 3 …RUN: llc -mtriple=x86_64-linux-gnu -regbankselect-greedy -global-isel -verify-machineinstrs < %s -… 6 ; ALL-LABEL: test_load_i1: 7 ; ALL: # %bb.0: 8 ; ALL-NEXT: movb (%rdi), %al 9 ; ALL-NEXT: retq 15 ; ALL-LABEL: test_load_i8: 16 ; ALL: # %bb.0: 17 ; ALL-NEXT: movb (%rdi), %al 18 ; ALL-NEXT: retq [all …]
|
/external/llvm-project/llvm/test/MC/Mips/ |
D | macro-bcc-imm.s | 1 # RUN: llvm-mc %s -arch=mips -mcpu=mips32r2 -show-encoding 2>&1 | \ 2 # RUN: FileCheck %s --check-prefix=ALL 6 beql $a2, 0x1ffff, foo # ALL: lui $1, 1 7 # ALL: ori $1, $1, 65535 8 # ALL: beql $6, $1, foo 9 # ALL: # fixup A - offset: 0, value: foo-4, kind: fixup_Mips_PC16 10 # ALL: nop 11 beql $a2, -4096, foo # ALL: addiu $1, $zero, -4096 12 # ALL: beql $6, $1, foo 13 # ALL: # fixup A - offset: 0, value: foo-4, kind: fixup_Mips_PC16 [all …]
|
/external/llvm/test/CodeGen/X86/ |
D | avx512-cmp.ll | 2 ; 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 …]
|
/external/llvm/test/CodeGen/Mips/cconv/ |
D | memory-layout.ll | 1 ; 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 …]
|
/external/llvm-project/llvm/test/CodeGen/Mips/cconv/ |
D | memory-layout.ll | 1 ; 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 …]
|
/external/llvm-project/llvm/test/CodeGen/Mips/Fast-ISel/ |
D | callabi.ll | 1 ; RUN: llc -fast-isel-sink-local-values -march=mipsel -mcpu=mips32 -O0 -relocation-model=pic \ 2 ; RUN: -fast-isel-abort=3 -verify-machineinstrs < %s | \ 3 ; RUN: FileCheck %s -check-prefixes=ALL,32R1 4 ; RUN: llc -fast-isel-sink-local-values -march=mipsel -mcpu=mips32r2 -O0 -relocation-model=pic \ 5 ; RUN: -fast-isel-abort=3 -verify-machineinstrs < %s | \ 6 ; RUN: FileCheck %s -check-prefixes=ALL,32R2 11 ; ALL-LABEL: cxb: 13 ; ALL: addiu $[[T0:[0-9]+]], $zero, 10 15 ; 32R1: sll $[[T1:[0-9]+]], $[[T0]], 24 26 ; ALL-LABEL: cxh: [all …]
|
/external/llvm-project/llvm/test/CodeGen/Mips/msa/ |
D | arithmetic.ll | 2 ; RUN: llc -march=mips -mattr=+msa,+fp64,+mips32r2 < %s | FileCheck %s --check-prefixes=ALL,MIPS 3 ; RUN: llc -march=mipsel -mattr=+msa,+fp64,+mips32r2 < %s | FileCheck %s --check-prefixes=ALL,MIPSEL 6 ; ALL-LABEL: add_v16i8: 7 ; ALL: # %bb.0: 8 ; ALL-NEXT: ld.b $w0, 0($6) 9 ; ALL-NEXT: ld.b $w1, 0($5) 10 ; ALL-NEXT: addv.b $w0, $w1, $w0 11 ; ALL-NEXT: jr $ra 12 ; ALL-NEXT: st.b $w0, 0($4) 21 ; ALL-LABEL: add_v8i16: [all …]
|
/external/llvm-project/llvm/test/DebugInfo/PDB/ |
D | pdbdump-headers.test | 1 ; RUN: llvm-pdbutil dump -all -dont-resolve-forward-refs %p/Inputs/empty.pdb \ 2 ; RUN: | FileCheck -check-prefix=ALL %s 3 ; RUN: llvm-pdbutil dump -summary -modules -files \ 4 ; RUN: %p/Inputs/big-read.pdb | FileCheck -check-prefix=BIG %s 5 ; RUN: not llvm-pdbutil dump -summary %p/Inputs/bad-block-size.pdb 2>&1 \ 6 ; RUN: | FileCheck -check-prefix=BAD-BLOCK-SIZE %s 8 ALL: Summary 9 ALL-NEXT: ============================================================ 10 ALL-NEXT: Block Size: 4096 11 ALL-NEXT: Number of blocks: 25 [all …]
|
/external/llvm-project/llvm/test/CodeGen/Mips/cstmaterialization/ |
D | constMaterialization.ll | 1 ; RUN: llc -march=mips < %s | FileCheck %s -check-prefixes=ALL,MIPS 2 ; RUN: llc -march=mips < %s -mattr=+micromips | FileCheck %s -check-prefixes=ALL,MM 9 ; ALL-LABEL: Li16LowBoundary: 10 ; MIPS: addiu $2, $zero, -1 11 ; MM: li16 $2, -1 12 ; ALL-NOT: lui 13 ; ALL-NOT: ori 14 ; MIPS-NOT: li16 15 ; MM-NOT: addiu 17 ret i32 -1 [all …]
|
/external/llvm/test/CodeGen/Mips/Fast-ISel/ |
D | callabi.ll | 1 ; RUN: llc -march=mipsel -mcpu=mips32 -O0 -relocation-model=pic \ 2 ; RUN: -fast-isel-abort=1 -verify-machineinstrs < %s | \ 3 ; RUN: FileCheck %s -check-prefixes=ALL,32R1 4 ; RUN: llc -march=mipsel -mcpu=mips32r2 -O0 -relocation-model=pic \ 5 ; RUN: -fast-isel-abort=1 -verify-machineinstrs < %s | \ 6 ; RUN: FileCheck %s -check-prefixes=ALL,32R2 11 ; ALL-LABEL: cxb: 13 ; ALL: addiu $[[T0:[0-9]+]], $zero, 10 15 ; 32R1: sll $[[T1:[0-9]+]], $[[T0]], 24 26 ; ALL-LABEL: cxh: [all …]
|
/external/llvm/test/CodeGen/Mips/ |
D | o32_cc.ll | 1 ; 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 …]
|
/external/llvm-project/llvm/test/CodeGen/Mips/ |
D | o32_cc.ll | 1 ; 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 …]
|
/external/llvm-project/llvm/test/CodeGen/X86/ |
D | avx512-cmp.ll | 2 ; RUN: llc < %s -mtriple=x86_64-apple-darwin -mattr=+avx512f | FileCheck %s --check-prefix=ALL --ch… 3 ; RUN: llc < %s -mtriple=x86_64-apple-darwin -mattr=+avx512f,+avx512bw,+avx512vl,+avx512dq | FileCh… 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 …]
|
/external/llvm/test/MC/Mips/ |
D | macro-bcc-imm.s | 1 # RUN: llvm-mc %s -arch=mips -mcpu=mips32r2 -show-encoding 2>&1 | \ 2 # 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 [all …]
|
/external/llvm/test/DebugInfo/PDB/ |
D | pdbdump-headers.test | 1 ; RUN: llvm-pdbdump raw -headers -tpi-records -tpi-record-bytes -module-syms \ 2 ; RUN: -sym-record-bytes -publics -module-files -stream-name=/names \ 3 ; RUN: -stream-summary -stream-blocks -ipi-records -ipi-record-bytes \ 4 ; RUN: -section-contribs -section-map -section-headers -line-info \ 5 ; RUN: -tpi-hash -fpo %p/Inputs/empty.pdb | FileCheck -check-prefix=EMPTY %s 6 ; RUN: llvm-pdbdump raw -all %p/Inputs/empty.pdb | FileCheck -check-prefix=ALL %s 7 ; RUN: llvm-pdbdump raw -headers -stream-name=/names -modules -module-files \ 8 ; RUN: %p/Inputs/big-read.pdb | FileCheck -check-prefix=BIG %s 9 ; RUN: not llvm-pdbdump raw -headers %p/Inputs/bad-block-size.pdb 2>&1 | FileCheck -check-prefix=BA… 12 ; EMPTY-NEXT: BlockSize: 4096 [all …]
|
/external/llvm-project/llvm/test/Transforms/InstCombine/ |
D | cast.ll | 3 …-instcombine -S -data-layout="E-p:64:64:64-p1:32:32:32-p2:64:64:64-p3:64:64:64-a0:0:8-f32:32:32-f6… 4 …-instcombine -S -data-layout="e-p:64:64:64-p1:32:32:32-p2:64:64:64-p3:64:64:64-a0:0:8-f32:32:32-f6… 12 ; ALL-LABEL: @test1( 13 ; ALL-NEXT: ret i32 [[A:%.*]] 21 ; ALL-LABEL: @test2( 22 ; ALL-NEXT: [[RET:%.*]] = zext i8 [[A:%.*]] to i64 23 ; ALL-NEXT: ret i64 [[RET]] 32 ; ALL-LABEL: @test3( 33 ; ALL-NEXT: [[C2:%.*]] = and i64 [[A:%.*]], 255 34 ; ALL-NEXT: ret i64 [[C2]] [all …]
|