/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/X86/ |
D | win64_frame.ll | 2 ; RUN: llc < %s -mtriple=x86_64-pc-win32 | FileCheck %s --check-prefix=ALL --check-pre… 3 ; RUN: llc < %s -mtriple=x86_64-pc-win32 -mattr=+sahf | FileCheck %s --check-prefix=ALL --check-pre… 6 ; ALL-LABEL: f1: 7 ; ALL: # %bb.0: 8 ; ALL-NEXT: pushq %rbp 9 ; ALL-NEXT: .seh_pushreg 5 10 ; ALL-NEXT: movq %rsp, %rbp 11 ; ALL-NEXT: .seh_setframe 5, 0 12 ; ALL-NEXT: .seh_endprologue 13 ; ALL-NEXT: movl 48(%rbp), %eax [all …]
|
D | avx512-cmp.ll | 2 ; RUN: llc < %s -mtriple=x86_64-apple-darwin -mattr=+avx512f | FileCheck %s --check-prefix=ALL --ch… 3 … -mattr=+avx512f,+avx512bw,+avx512vl,+avx512dq | FileCheck %s --check-prefix=ALL --check-prefix=SKX 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/swiftshader/third_party/llvm-7.0/llvm/test/MC/Mips/ |
D | macro-bcc-imm.s | 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 14 beql $a2, -0x10000, foo # ALL: lui $1, 65535 [all …]
|
D | macro-seq.s | 1 # RUN: llvm-mc -arch=mips -mcpu=mips1 < %s | FileCheck --check-prefixes=ALL,MIPS32 %s 2 # RUN: llvm-mc -arch=mips -mcpu=mips64 < %s | FileCheck --check-prefixes=ALL,MIPS64 %s 4 # ALL: .text 6 # ALL: sltiu $2, $11, 1 8 # ALL: sltiu $2, $11, 1 10 # ALL: sltiu $2, $zero, 1 12 # ALL: xor $2, $11, $12 13 # ALL: sltiu $2, $2, 1 15 # ALL: xori $2, $11, 45 17 # ALL: lui $1, 7 [all …]
|
/external/llvm/test/MC/Mips/ |
D | macro-bcc-imm.s | 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 13 # ALL: # fixup A - offset: 0, value: foo-4, kind: fixup_Mips_PC16 [all …]
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/Mips/Fast-ISel/ |
D | callabi.ll | 3 ; 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 …]
|
/external/llvm/test/CodeGen/Mips/Fast-ISel/ |
D | callabi.ll | 3 ; 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 …]
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/X86/GlobalISel/ |
D | cmp.ll | 2 …=x86_64-linux-gnu -global-isel -verify-machineinstrs < %s -o - | FileCheck %s --check-prefix=ALL 5 ; ALL-LABEL: test_icmp_eq_i8: 6 ; ALL: # %bb.0: 7 ; ALL-NEXT: cmpb %sil, %dil 8 ; ALL-NEXT: sete %al 9 ; ALL-NEXT: andl $1, %eax 10 ; ALL-NEXT: retq 17 ; ALL-LABEL: test_icmp_eq_i16: 18 ; ALL: # %bb.0: 19 ; ALL-NEXT: cmpw %si, %di [all …]
|
D | memop-scalar-x32.ll | 2 …-global-isel -verify-machineinstrs < %s -o - | FileCheck %s --check-prefix=ALL --check-prefix=SSE … 3 …-global-isel -verify-machineinstrs < %s -o - | FileCheck %s --check-prefix=ALL --check-prefix=SSE … 8 ; ALL-LABEL: test_load_i1: 9 ; ALL: # %bb.0: 10 ; ALL-NEXT: movl 4(%esp), %eax 11 ; ALL-NEXT: movb (%eax), %al 12 ; ALL-NEXT: retl 18 ; ALL-LABEL: test_load_i8: 19 ; ALL: # %bb.0: 20 ; ALL-NEXT: movl 4(%esp), %eax [all …]
|
D | memop-scalar.ll | 2 …-global-isel -verify-machineinstrs < %s -o - | FileCheck %s --check-prefix=ALL --check-prefix=SSE_… 3 …-global-isel -verify-machineinstrs < %s -o - | FileCheck %s --check-prefix=ALL --check-prefix=SSE_… 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 …]
|
D | phi.ll | 2 …ple=x86_64-linux-gnu -global-isel -verify-machineinstrs < %s -o - | FileCheck %s --check-prefix=ALL 5 ; ALL-LABEL: test_i8: 6 ; ALL: # %bb.0: # %entry 7 ; ALL-NEXT: xorl %eax, %eax 8 ; ALL-NEXT: cmpl %eax, %edi 9 ; ALL-NEXT: setg %al 10 ; ALL-NEXT: testb $1, %al 11 ; ALL-NEXT: jne .LBB0_2 12 ; ALL-NEXT: # %bb.1: # %cond.false 13 ; ALL-NEXT: movl %edx, %esi [all …]
|
D | select-shl-scalar.mir | 2 …ux-gnu -run-pass=instruction-select -verify-machineinstrs %s -o - | FileCheck %s --check-prefix=ALL 92 ; ALL-LABEL: name: test_shl_i64 93 ; ALL: liveins: $rdi, $rsi 94 ; ALL: [[COPY:%[0-9]+]]:gr64 = COPY $rdi 95 ; ALL: [[COPY1:%[0-9]+]]:gr64 = COPY $rsi 96 ; ALL: $rcx = COPY [[COPY1]] 97 ; ALL: $cl = KILL killed $rcx 98 ; ALL: [[SHL64rCL:%[0-9]+]]:gr64 = SHL64rCL [[COPY]], implicit-def $eflags, implicit $cl 99 ; ALL: $rax = COPY [[SHL64rCL]] 100 ; ALL: RET 0, implicit $rax [all …]
|
D | select-lshr-scalar.mir | 2 …ux-gnu -run-pass=instruction-select -verify-machineinstrs %s -o - | FileCheck %s --check-prefix=ALL 91 ; ALL-LABEL: name: test_lshr_i64 92 ; ALL: liveins: $rdi, $rsi 93 ; ALL: [[COPY:%[0-9]+]]:gr64 = COPY $rdi 94 ; ALL: [[COPY1:%[0-9]+]]:gr64 = COPY $rsi 95 ; ALL: $rcx = COPY [[COPY1]] 96 ; ALL: $cl = KILL killed $rcx 97 ; ALL: [[SHR64rCL:%[0-9]+]]:gr64 = SHR64rCL [[COPY]], implicit-def $eflags, implicit $cl 98 ; ALL: $rax = COPY [[SHR64rCL]] 99 ; ALL: RET 0, implicit $rax [all …]
|
D | select-ashr-scalar.mir | 2 …ux-gnu -run-pass=instruction-select -verify-machineinstrs %s -o - | FileCheck %s --check-prefix=ALL 91 ; ALL-LABEL: name: test_ashr_i64 92 ; ALL: liveins: $rdi, $rsi 93 ; ALL: [[COPY:%[0-9]+]]:gr64 = COPY $rdi 94 ; ALL: [[COPY1:%[0-9]+]]:gr64 = COPY $rsi 95 ; ALL: $rcx = COPY [[COPY1]] 96 ; ALL: $cl = KILL killed $rcx 97 ; ALL: [[SAR64rCL:%[0-9]+]]:gr64 = SAR64rCL [[COPY]], implicit-def $eflags, implicit $cl 98 ; ALL: $rax = COPY [[SAR64rCL]] 99 ; ALL: RET 0, implicit $rax [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 30 ; ALL-NOT: .p2align 31 ; ALL-LABEL: byte: [all …]
|
/external/swiftshader/third_party/llvm-7.0/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 30 ; ALL-NOT: .p2align 31 ; ALL-LABEL: byte: [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/swiftshader/third_party/llvm-7.0/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: 12 ; ALL-NOT: lui 13 ; ALL-NOT: ori 22 ; ALL-LABEL: Li16HighBoundary: 25 ; ALL-NOT: lui 26 ; ALL-NOT: ori 36 ; ALL-LABEL: AddiuLowBoundary: 37 ; ALL: addiu $2, $zero, -32768 [all …]
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/DebugInfo/PDB/ |
D | module-stats.test | 1 ; RUN: llvm-pdbutil dump -sym-stats %p/Inputs/empty.pdb | FileCheck --check-prefix=ALL %s 4 ALL: Mod 0000 | `d:\src\llvm\test\DebugInfo\PDB\Inputs\empty.obj`: 5 ALL-NEXT: Stream 12, 308 bytes 6 ALL: Symbols 7 ALL-NEXT: Total: 6 entries ( 204 bytes) 8 ALL-NEXT: -------------------------------------------------------------------------- 9 ALL-NEXT: S_GPROC32: 1 entries ( 44 bytes) 10 ALL-NEXT: S_FRAMEPROC: 1 entries ( 32 bytes) 11 ALL-NEXT: S_END: 1 entries ( 4 bytes) 12 ALL-NEXT: S_OBJNAME: 1 entries ( 56 bytes) [all …]
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/Mips/msa/ |
D | f16-llvm-ir.ll | 3 ; RUN: --check-prefixes=ALL,MIPS32,MIPSR5,MIPS32-O32,MIPS32R5-O32 6 ; RUN: --check-prefixes=ALL,MIPS64,MIPSR5,MIPS64-N32,MIPS64R5-N32 9 ; RUN: --check-prefixes=ALL,MIPS64,MIPSR5,MIPS64-N64,MIPS64R5-N64 13 ; RUN: --check-prefixes=ALL,MIPS32,MIPSR6,MIPSR6-O32 16 ; RUN: --check-prefixes=ALL,MIPS64,MIPSR6,MIPS64-N32,MIPSR6-N32 19 ; RUN: --check-prefixes=ALL,MIPS64,MIPSR6,MIPS64-N64,MIPSR6-N64 30 ; ALL-LABEL: f3: 32 ; ALL: sh $4, [[O0:[0-9]+]]($sp) 33 ; ALL-DAG: jalr $25 37 ; ALL: swc1 $f0 [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 …]
|
D | atomic.ll | 2 ; 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 …]
|
D | mips64-f128.ll | 2 ; 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 …]
|
/external/swiftshader/third_party/llvm-7.0/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/swiftshader/third_party/llvm-7.0/llvm/test/tools/llvm-mca/X86/ |
D | option-all-views-2.s | 2 …ver2 -all-views < %s | FileCheck %s -check-prefix=ALL -check-prefix=FULLR… 3 …ver2 -all-views -resource-pressure < %s | FileCheck %s -check-prefix=ALL -check-prefix=FULLR… 4 …ver2 -resource-pressure -all-views < %s | FileCheck %s -check-prefix=ALL -check-prefix=FULLR… 5 …ver2 -resource-pressure=false -all-views < %s | FileCheck %s -check-prefix=ALL -check-prefix=FULLR… 6 …tver2 -all-views -resource-pressure=false < %s | FileCheck %s -check-prefix=ALL -check-prefix=NORPV 10 # ALL: Iterations: 100 11 # ALL-NEXT: Instructions: 100 12 # ALL-NEXT: Total Cycles: 103 13 # ALL-NEXT: Dispatch Width: 2 14 # ALL-NEXT: IPC: 0.97 [all …]
|