Searched +full:check +full:- +full:all (Results 1 – 25 of 1348) sorted by relevance
12345678910>>...54
| /external/llvm/test/Other/ |
| D | new-pass-manager.ll | 8 ; RUN: opt -disable-output -disable-verify -debug-pass-manager \ 9 ; RUN: -passes=no-op-module %s 2>&1 \ 10 ; RUN: | FileCheck %s --check-prefix=CHECK-MODULE-PASS 11 ; CHECK-MODULE-PASS: Starting llvm::Module pass manager run 12 ; CHECK-MODULE-PASS-NEXT: Running pass: NoOpModulePass 13 ; CHECK-MODULE-PASS-NEXT: Finished llvm::Module pass manager run 15 ; RUN: opt -disable-output -disable-verify -debug-pass-manager \ 16 ; RUN: -passes=no-op-cgscc %s 2>&1 \ 17 ; RUN: | FileCheck %s --check-prefix=CHECK-CGSCC-PASS 18 ; RUN: opt -disable-output -disable-verify -debug-pass-manager \ [all …]
|
| /external/llvm/test/CodeGen/ARM/ |
| D | fp16-promote.ll | 1 … RUN: llc -asm-verbose=false < %s -mattr=+vfp3,+fp16 | FileCheck %s -check-prefix=CHECK-FP16 --ch… 2 …llc -asm-verbose=false < %s | FileCheck %s -check-prefix=CHECK-LIBCALL --check-prefix=CHECK-VFP -c… 3 ; RUN: llc -asm-verbose=false < %s -mattr=-vfp2 | FileCheck %s --check-prefix=CHECK-LIBCALL -check-… 5 target datalayout = "e-p:32:32:32-i1:8:8-i8:8:8-i16:16:16-i32:32:32-i64:64:64-f32:32:32-f64:64:64-v… 6 target triple = "armv7---eabihf" 8 ; CHECK-ALL-LABEL: test_fadd: 9 ; CHECK-FP16: vcvtb.f32.f16 10 ; CHECK-FP16: vcvtb.f32.f16 11 ; CHECK-LIBCALL: bl __aeabi_h2f 12 ; CHECK-LIBCALL: bl __aeabi_h2f [all …]
|
| /external/llvm/test/MC/Mips/ |
| D | oddspreg.s | 1 # RUN: llvm-mc %s -arch=mips -mcpu=mips32 -mattr=+fp64 | \ 2 # RUN: FileCheck %s -check-prefix=CHECK-ASM 4 # RUN: llvm-mc %s -arch=mips -mcpu=mips32 -mattr=+fp64 -filetype=obj -o - | \ 5 # RUN: llvm-readobj -sections -section-data -section-relocations - | \ 6 # RUN: FileCheck %s -check-prefixes=CHECK-OBJ-ALL,CHECK-OBJ-O32 8 # RUN: llvm-mc %s -arch=mips64 -mcpu=mips64 -target-abi n32 | \ 9 # RUN: FileCheck %s -check-prefix=CHECK-ASM 11 # RUN: llvm-mc %s -arch=mips64 -mcpu=mips64 -target-abi n32 -filetype=obj -o - | \ 12 # RUN: llvm-readobj -sections -section-data -section-relocations - | \ 13 # RUN: FileCheck %s -check-prefixes=CHECK-OBJ-ALL,CHECK-OBJ-N32 [all …]
|
| /external/clang/test/Index/ |
| D | parse-all-comments.c | 39 int trdoxy9; /// A Doxygen non-trailing comment. trdoxyA IS_DOXYGEN_SINGLE 50 int trdoxyF; /// A Doxygen non-trailing comment that gets dropped on the floor. 73 // RUN: rm -rf %t 76 // RUN: c-index-test -write-pch %t/out.pch -fparse-all-comments -x c++ -std=c++11 %s 78 …-index-test -test-load-source all -comments-xml-schema=%S/../../bindings/xml/comment-xml-schema.rn… 79 // RUN: c-index-test -test-load-tu %t/out.pch all > %t/out.c-index-pch 81 // RUN: FileCheck %s -check-prefix=WRONG < %t/out.c-index-direct 82 // RUN: FileCheck %s -check-prefix=WRONG < %t/out.c-index-pch 85 // WRONG-NOT: CommentXMLInvalid 87 // RUN: FileCheck %s < %t/out.c-index-direct [all …]
|
| D | warning-flags.c | 4 // RUN: c-index-test -test-load-source all %s 2>&1|FileCheck -check-prefix=CHECK-BOTH-WARNINGS %s 5 // RUN: c-index-test -test-load-source-reparse 5 all %s 2>&1|FileCheck -check-prefix=CHECK-BOTH-WAR… 6 // RUN: c-index-test -test-load-source all -Wno-return-type %s 2>&1|FileCheck -check-prefix=CHECK-… 7 // RUN: c-index-test -test-load-source-reparse 5 all -Wno-return-type %s 2>&1|FileCheck -check-pref… 8 // RUN: c-index-test -test-load-source all -w %s 2>&1 | FileCheck -check-prefix=NOWARNINGS %s 9 // RUN: c-index-test -test-load-source-reparse 5 all -w %s 2>&1 | FileCheck -check-prefix=NOWARNING… 10 // RUN: c-index-test -test-load-source all -w -O4 %s 2>&1 | FileCheck -check-prefix=NOWARNINGS %s 12 // CHECK-BOTH-WARNINGS: warning: control reaches end of non-void function 13 // CHECK-BOTH-WARNINGS: warning: incompatible pointer types returning 'float *' from a function wit… 15 // CHECK-SECOND-WARNING-NOT:control reaches end of non-void [all …]
|
| /external/llvm/test/CodeGen/Mips/ |
| D | check-adde-redundant-moves.ll | 1 ; 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-prefix=ALL 8 ; RUN: llc < %s -march=mips64 -mcpu=mips4 | FileCheck %s -check-prefix=ALL 9 ; RUN: llc < %s -march=mips64 -mcpu=mips64 | FileCheck %s -check-prefix=ALL 10 ; RUN: llc < %s -march=mips64 -mcpu=mips64r2 | FileCheck %s -check-prefix=ALL [all …]
|
| D | atomic.ll | 1 ; RUN: llc -march=mipsel --disable-machine-licm -mcpu=mips32 -relocation-model=pic < %s | \ 2 ; RUN: FileCheck %s -check-prefixes=ALL,MIPS32-ANY,NO-SEB-SEH,CHECK-EL,NOT-MICROMIPS 3 ; RUN: llc -march=mipsel --disable-machine-licm -mcpu=mips32r2 -relocation-model=pic -verify-machin… 4 ; RUN: FileCheck %s -check-prefixes=ALL,MIPS32-ANY,HAS-SEB-SEH,CHECK-EL,NOT-MICROMIPS 5 ; RUN: llc -march=mipsel --disable-machine-licm -mcpu=mips32r6 -relocation-model=pic -verify-machin… 6 ; RUN: FileCheck %s -check-prefixes=ALL,MIPS32-ANY,HAS-SEB-SEH,CHECK-EL,MIPSR6 7 ; RUN: llc -march=mips64el --disable-machine-licm -mcpu=mips4 -relocation-model=pic < %s | \ 8 ; RUN: FileCheck %s -check-prefixes=ALL,MIPS64-ANY,NO-SEB-SEH,CHECK-EL,NOT-MICROMIPS 9 ; RUN: llc -march=mips64el --disable-machine-licm -mcpu=mips64 -relocation-model=pic < %s | \ 10 ; RUN: FileCheck %s -check-prefixes=ALL,MIPS64-ANY,NO-SEB-SEH,CHECK-EL,NOT-MICROMIPS [all …]
|
| /external/cronet/third_party/icu/source/samples/ |
| D | Makefile.in | 5 ## Copyright (c) 1999-2011, International Business Machines Corporation and 6 ## others. All Rights Reserved. 19 ## Platform-specific setup 29 .PHONY : all all-local all-recursive install install-local \ 30 install-recursive clean clean-local clean-recursive distclean \ 31 distclean-local distclean-recursive dist dist-recursive dist-local \ 32 check check-recursive check-local check-exhaustive 38 all: all-recursive all-local 39 install: install-recursive install-local 40 clean: clean-recursive clean-local [all …]
|
| /external/icu/icu4c/source/samples/ |
| D | Makefile.in | 5 ## Copyright (c) 1999-2011, International Business Machines Corporation and 6 ## others. All Rights Reserved. 19 ## Platform-specific setup 29 .PHONY : all all-local all-recursive install install-local \ 30 install-recursive clean clean-local clean-recursive distclean \ 31 distclean-local distclean-recursive dist dist-recursive dist-local \ 32 check check-recursive check-local check-exhaustive 38 all: all-recursive all-local 39 install: install-recursive install-local 40 clean: clean-recursive clean-local [all …]
|
| /external/llvm/test/CodeGen/Mips/llvm-ir/ |
| D | indirectbr.ll | 1 ; Test all important variants of the unconditional 'br' instruction. 3 ; RUN: llc -march=mips -mcpu=mips32 -asm-show-inst < %s | FileCheck %s -check-prefixes=ALL,NOT-… 4 ; RUN: llc -march=mips -mcpu=mips32r2 -asm-show-inst < %s | FileCheck %s -check-prefixes=ALL,NOT-… 5 ; RUN: llc -march=mips -mcpu=mips32r3 -asm-show-inst < %s | FileCheck %s -check-prefixes=ALL,NOT-… 6 ; RUN: llc -march=mips -mcpu=mips32r5 -asm-show-inst < %s | FileCheck %s -check-prefixes=ALL,NOT-… 7 ; RUN: llc -march=mips -mcpu=mips32r6 -asm-show-inst < %s | FileCheck %s -check-prefixes=ALL,R6C 8 ; RUN: llc -march=mips64 -mcpu=mips4 -asm-show-inst < %s | FileCheck %s -check-prefixes=ALL,NOT-… 9 ; RUN: llc -march=mips64 -mcpu=mips64 -asm-show-inst < %s | FileCheck %s -check-prefixes=ALL,NOT-… 10 ; RUN: llc -march=mips64 -mcpu=mips64r2 -asm-show-inst < %s | FileCheck %s -check-prefixes=ALL,NOT-… 11 ; RUN: llc -march=mips64 -mcpu=mips64r3 -asm-show-inst < %s | FileCheck %s -check-prefixes=ALL,NOT-… [all …]
|
| D | udiv.ll | 1 ; RUN: llc < %s -march=mips -mcpu=mips2 -relocation-model=pic | FileCheck %s \ 2 ; RUN: -check-prefixes=ALL,NOT-R6,GP32 3 ; RUN: llc < %s -march=mips -mcpu=mips32 -relocation-model=pic | FileCheck %s \ 4 ; RUN: -check-prefixes=ALL,NOT-R6,GP32 5 ; RUN: llc < %s -march=mips -mcpu=mips32r2 -relocation-model=pic | FileCheck %s \ 6 ; RUN: -check-prefixes=ALL,NOT-R6,GP32 7 ; RUN: llc < %s -march=mips -mcpu=mips32r3 -relocation-model=pic | FileCheck %s \ 8 ; RUN: -check-prefixes=ALL,NOT-R6,GP32 9 ; RUN: llc < %s -march=mips -mcpu=mips32r5 -relocation-model=pic | FileCheck %s \ 10 ; RUN: -check-prefixes=ALL,NOT-R6,GP32 [all …]
|
| D | xor.ll | 1 ; 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 \ 4 ; RUN: -check-prefixes=ALL,GP32 5 ; RUN: llc < %s -march=mips -mcpu=mips32r3 | FileCheck %s \ 6 ; RUN: -check-prefixes=ALL,GP32 7 ; RUN: llc < %s -march=mips -mcpu=mips32r5 | FileCheck %s \ 8 ; RUN: -check-prefixes=ALL,GP32 9 ; RUN: llc < %s -march=mips -mcpu=mips32r6 | FileCheck %s \ 10 ; RUN: -check-prefixes=ALL,GP32 [all …]
|
| /external/llvm/test/CodeGen/AMDGPU/ |
| D | llvm.amdgcn.workitem.id.ll | 1 … -march=amdgcn -mtriple=amdgcn-unknown-amdhsa -mcpu=kaveri -verify-machineinstrs < %s | FileCheck … 2 … -march=amdgcn -mtriple=amdgcn-unknown-amdhsa -mcpu=carrizo -verify-machineinstrs < %s | FileCheck… 3 ; RUN: llc -march=amdgcn -mcpu=tahiti -verify-machineinstrs < %s | FileCheck -check-prefix=ALL -che… 4 ; RUN: llc -march=amdgcn -mcpu=tonga -verify-machineinstrs < %s | FileCheck -check-prefix=ALL -chec… 12 ; MESA-NEXT: .long 132{{$}} 14 ; ALL-LABEL {{^}}test_workitem_id_x: 17 ; ALL-NOT: v0 18 ; ALL: {{buffer|flat}}_store_dword {{.*}}v0 27 ; MESA-NEXT: .long 2180{{$}} 29 ; ALL-LABEL {{^}}test_workitem_id_y: [all …]
|
| D | llvm.amdgcn.workgroup.id.ll | 1 … -march=amdgcn -mtriple=amdgcn-unknown-amdhsa -mcpu=kaveri -verify-machineinstrs < %s | FileCheck … 2 … -march=amdgcn -mtriple=amdgcn-unknown-amdhsa -mcpu=carrizo -verify-machineinstrs < %s | FileCheck… 3 ; RUN: llc -march=amdgcn -mcpu=tahiti -verify-machineinstrs < %s | FileCheck -check-prefix=ALL -che… 4 ; RUN: llc -march=amdgcn -mcpu=tonga -verify-machineinstrs < %s | FileCheck -check-prefix=ALL -chec… 10 ; ALL-LABEL {{^}}test_workgroup_id_x: 24 ; MESA: v_mov_b32_e32 [[VCOPY:v[0-9]+]], s2{{$}} 25 ; HSA: v_mov_b32_e32 [[VCOPY:v[0-9]+]], s6{{$}} 27 ; ALL-NOT: [[VCOPY]] 28 ; ALL: {{buffer|flat}}_store_dword {{.*}}[[VCOPY]] 31 ; ALL-NOHSA: COMPUTE_PGM_RSRC2:USER_SGPR: 2 [all …]
|
| /external/llvm/test/CodeGen/Mips/cconv/ |
| D | callee-saved-float.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 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/Transforms/InstCombine/ |
| D | alloca.ll | 1 …-instcombine -S -default-data-layout="E-p:64:64:64-a0:0:8-f32:32:32-f64:64:64-i1:8:8-i8:8:8-i16:16… 2 …-instcombine -S -default-data-layout="E-p:32:32:32-a0:0:8-f32:32:32-f64:64:64-i1:8:8-i8:8:8-i16:16… 3 ; RUN: opt < %s -instcombine -S | FileCheck %s -check-prefix=NODL -check-prefix=ALL 11 ; CHECK-LABEL: @test( 12 ; CHECK: alloca 13 ; CHECK-NOT: alloca 28 ; CHECK-LABEL: @test2( 29 ; CHECK-NOT: alloca 37 ; CHECK-LABEL: @test3( 38 ; CHECK-NOT: alloca [all …]
|
| /external/cronet/third_party/icu/source/test/ |
| D | Makefile.in | 4 ## Copyright (c) 1999-2014, International Business Machines Corporation and 5 ## others. All Rights Reserved. 40 .PHONY : everything all all-local all-recursive install install-local \ 41 install-recursive clean clean-local clean-recursive distclean \ 42 distclean-local distclean-recursive dist dist-recursive dist-local \ 43 check check-recursive check-local xcheck xcheck-recursive xcheck-local \ 44 check-exhaustive check-exhaustive-recursive 50 everything: all-recursive all-local 51 all: 53 @echo simply use \`make\' \(or \`make everything\'\) to do all [all …]
|
| /external/icu/icu4c/source/test/ |
| D | Makefile.in | 4 ## Copyright (c) 1999-2014, International Business Machines Corporation and 5 ## others. All Rights Reserved. 40 .PHONY : everything all all-local all-recursive install install-local \ 41 install-recursive clean clean-local clean-recursive distclean \ 42 distclean-local distclean-recursive dist dist-recursive dist-local \ 43 check check-recursive check-local xcheck xcheck-recursive xcheck-local \ 44 check-exhaustive check-exhaustive-recursive 50 everything: all-recursive all-local 51 all: 53 @echo simply use \`make\' \(or \`make everything\'\) to do all [all …]
|
| /external/clang/test/CodeGen/ |
| D | vector-alignment.c | 1 // RUN: %clang_cc1 -w -triple x86_64-apple-darwin10 \ 2 // RUN: -emit-llvm -o - %s | FileCheck %s --check-prefix=ALL --check-prefix=SSE 3 // RUN: %clang_cc1 -w -triple i386-apple-darwin10 \ 4 // RUN: -emit-llvm -o - %s | FileCheck %s --check-prefix=ALL --check-prefix=SSE 5 // RUN: %clang_cc1 -w -triple x86_64-apple-darwin10 -target-feature +avx \ 6 // RUN: -emit-llvm -o - %s | FileCheck %s --check-prefix=ALL --check-prefix=AVX 7 // RUN: %clang_cc1 -w -triple i386-apple-darwin10 -target-feature +avx \ 8 // RUN: -emit-llvm -o - %s | FileCheck %s --check-prefix=ALL --check-prefix=AVX 9 // RUN: %clang_cc1 -w -triple x86_64-apple-darwin10 -target-feature +avx512f \ 10 // RUN: -emit-llvm -o - %s | FileCheck %s --check-prefix=ALL --check-prefix=AVX512 [all …]
|
| /external/clang/test/CodeGenCXX/ |
| D | default_calling_conv.cpp | 1 …clang_cc1 -triple i386-unknown-linux-gnu -fdefault-calling-conv=cdecl -emit-llvm -o - %s | FileChe… 2 …-triple i786-unknown-linux-gnu -target-feature +sse4.2 -fdefault-calling-conv=fastcall -emit-llvm … 3 …ang_cc1 -triple i486-unknown-linux-gnu -fdefault-calling-conv=stdcall -emit-llvm -o - %s | FileChe… 4 // RUN: %clang_cc1 -triple i486-unknown-linux-gnu -mrtd -emit-llvm -o - %s | FileCheck %s --check-p… 5 …_cc1 -triple i986-unknown-linux-gnu -fdefault-calling-conv=vectorcall -emit-llvm -o - %s | FileChe… 13 // ALL: define void @_Z5test2v 16 // ALL: define x86_fastcallcc void @_Z5test3v 19 // ALL: define x86_stdcallcc void @_Z5test4v 22 // ALL: define x86_vectorcallcc void @_Z5test5v 25 // ALL: define linkonce_odr void @_ZN1A11test_memberEv
|
| /external/compiler-rt/test/cfi/cross-dso/icall/ |
| D | diag.cpp | 1 // Cross-DSO diagnostics. 5 // * -fsanitize-trap on the caller side overrides everything. 8 // Full-recover. 9 // RUN: %clangxx_cfi_dso_diag -g -DSHARED_LIB %s -fPIC -shared -o %t-so.so 10 // RUN: %clangxx_cfi_dso_diag -g %s -o %t %t-so.so 12 // RUN: %t icv 2>&1 | FileCheck %s --check-prefix=ICALL-DIAG --check-prefix=CAST-DIAG \ 13 // RUN: --check-prefix=VCALL-DIAG --check-prefix=ALL-RECOVER 15 // RUN: %t i_v 2>&1 | FileCheck %s --check-prefix=ICALL-DIAG --check-prefix=CAST-NODIAG \ 16 // RUN: --check-prefix=VCALL-DIAG --check-prefix=ALL-RECOVER 18 // RUN: %t _cv 2>&1 | FileCheck %s --check-prefix=ICALL-NODIAG --check-prefix=CAST-DIAG \ [all …]
|
| /external/clang/test/Driver/ |
| D | mrecip.c | 2 //// Verify that valid options for the -mrecip flag are passed through and invalid options cause an… 5 //// If there are no options, convert to 'all'. 7 // RUN: %clang -### -S %s -mrecip 2>&1 | FileCheck --check-prefix=RECIP0 %s 8 // RECIP0: "-mrecip=all" 10 //// Check options that cover all types. 12 // RUN: %clang -### -S %s -mrecip=all 2>&1 | FileCheck --check-prefix=RECIP1 %s 13 // RECIP1: "-mrecip=all" 15 // RUN: %clang -### -S %s -mrecip=default 2>&1 | FileCheck --check-prefix=RECIP2 %s 16 // RECIP2: "-mrecip=default" 18 // RUN: %clang -### -S %s -mrecip=none 2>&1 | FileCheck --check-prefix=RECIP3 %s [all …]
|
| /external/clang/test/Frontend/ |
| D | embed-bitcode.ll | 1 ; REQUIRES: arm-registered-target 2 ; REQUIRES: aarch64-registered-target 3 ; check .ll input 4 ; RUN: %clang_cc1 -triple thumbv7-apple-ios8.0.0 -emit-llvm \ 5 ; RUN: -fembed-bitcode=all -x ir %s -o - \ 7 ; RUN: %clang_cc1 -triple thumbv7-apple-ios8.0.0 -emit-llvm \ 8 ; RUN: -fembed-bitcode=marker -x ir %s -o - \ 9 ; RUN: | FileCheck %s -check-prefix=CHECK-MARKER 10 ; RUN: %clang_cc1 -triple aarch64-unknown-linux-gnueabi -emit-llvm \ 11 ; RUN: -fembed-bitcode=all -x ir %s -o - \ [all …]
|
| /external/llvm/test/CodeGen/X86/ |
| D | bswap-vector.ll | 2 ; RUN: llc < %s -mcpu=x86-64 | FileCheck %s --check-prefix=CHECK-ALL --check-prefix=CHECK-SSE --che… 3 ; RUN: llc < %s -mcpu=core2 | FileCheck %s --check-prefix=CHECK-ALL --check-prefix=CHECK-SSE --chec… 4 ; RUN: llc < %s -mcpu=core-avx2 | FileCheck %s --check-prefix=CHECK-ALL --check-prefix=CHECK-AVX --… 5 …-mcpu=core-avx2 -x86-experimental-vector-widening-legalization | FileCheck %s --check-prefix=CHECK… 7 …t = "e-p:64:64:64-i1:8:8-i8:8:8-i16:16:16-i32:32:32-i64:64:64-f32:32:32-f64:64:64-v64:64:64-v128:1… 8 target triple = "x86_64-unknown-linux-gnu" 15 ; CHECK-NOSSSE3-LABEL: test1: 16 ; CHECK-NOSSSE3: # BB#0: # %entry 17 ; CHECK-NOSSSE3-NEXT: pxor %xmm1, %xmm1 18 ; CHECK-NOSSSE3-NEXT: movdqa %xmm0, %xmm2 [all …]
|
| /external/llvm/test/Object/ |
| D | nm-universal-binary.test | 1 RUN: llvm-nm -arch all %p/Inputs/macho-universal.x86_64.i386 \ 2 RUN: | FileCheck %s -check-prefix CHECK-OBJ 3 RUN: llvm-nm -arch all %p/Inputs/macho-universal64.x86_64.i386 \ 4 RUN: | FileCheck %s -check-prefix CHECK-64-OBJ 5 RUN: llvm-nm -arch x86_64 %p/Inputs/macho-universal.x86_64.i386 \ 6 RUN: | FileCheck %s -check-prefix CHECK-OBJ-x86_64 7 RUN: not llvm-nm -arch armv7m %p/Inputs/macho-universal.x86_64.i386 2>&1 \ 8 RUN: | FileCheck %s -check-prefix CHECK-OBJ-armv7m 9 RUN: not llvm-nm -arch foobar %p/Inputs/macho-universal.x86_64.i386 2>&1 \ 10 RUN: | FileCheck %s -check-prefix CHECK-OBJ-foobar [all …]
|
12345678910>>...54