Searched refs:RUN (Results 1 – 25 of 7162) sorted by relevance
12345678910>>...287
/external/llvm/test/tools/llvm-profdata/ |
D | raw-two-profiles.test | 1 RUN: printf '\201rforpl\377' > %t-foo.profraw 2 RUN: printf '\2\0\0\0\0\0\0\0' >> %t-foo.profraw 3 RUN: printf '\1\0\0\0\0\0\0\0' >> %t-foo.profraw 4 RUN: printf '\1\0\0\0\0\0\0\0' >> %t-foo.profraw 5 RUN: printf '\3\0\0\0\0\0\0\0' >> %t-foo.profraw 6 RUN: printf '\0\0\4\0\1\0\0\0' >> %t-foo.profraw 7 RUN: printf '\0\0\4\0\2\0\0\0' >> %t-foo.profraw 8 RUN: printf '\0\0\0\0\0\0\0\0' >> %t-foo.profraw 9 RUN: printf '\0\0\0\0\0\0\0\0' >> %t-foo.profraw 10 RUN: printf '\0\0\0\0\0\0\0\0' >> %t-foo.profraw [all …]
|
D | raw-64-bits-be.test | 1 RUN: printf '\377lprofr\201' > %t 2 RUN: printf '\0\0\0\0\0\0\0\2' >> %t 3 RUN: printf '\0\0\0\0\0\0\0\2' >> %t 4 RUN: printf '\0\0\0\0\0\0\0\3' >> %t 5 RUN: printf '\0\0\0\0\0\0\0\6' >> %t 6 RUN: printf '\0\0\0\1\0\4\0\0' >> %t 7 RUN: printf '\0\0\0\2\0\4\0\0' >> %t 8 RUN: printf '\0\0\0\0\0\0\0\0' >> %t 9 RUN: printf '\0\0\0\0\0\0\0\0' >> %t 10 RUN: printf '\0\0\0\0\0\0\0\0' >> %t [all …]
|
D | raw-32-bits-le.test | 1 RUN: printf '\201Rforpl\377' > %t 2 RUN: printf '\2\0\0\0\0\0\0\0' >> %t 3 RUN: printf '\2\0\0\0\0\0\0\0' >> %t 4 RUN: printf '\3\0\0\0\0\0\0\0' >> %t 5 RUN: printf '\6\0\0\0\0\0\0\0' >> %t 6 RUN: printf '\0\0\0\1\0\0\0\0' >> %t 7 RUN: printf '\0\0\0\2\0\0\0\0' >> %t 8 RUN: printf '\0\0\0\0\0\0\0\0' >> %t 9 RUN: printf '\0\0\0\0\0\0\0\0' >> %t 10 RUN: printf '\0\0\0\0\0\0\0\0' >> %t [all …]
|
D | raw-32-bits-be.test | 1 RUN: printf '\377lprofR\201' > %t 2 RUN: printf '\0\0\0\0\0\0\0\2' >> %t 3 RUN: printf '\0\0\0\0\0\0\0\2' >> %t 4 RUN: printf '\0\0\0\0\0\0\0\3' >> %t 5 RUN: printf '\0\0\0\0\0\0\0\6' >> %t 6 RUN: printf '\0\0\0\0\1\0\0\0' >> %t 7 RUN: printf '\0\0\0\0\2\0\0\0' >> %t 8 RUN: printf '\0\0\0\0\0\0\0\0' >> %t 9 RUN: printf '\0\0\0\0\0\0\0\0' >> %t 10 RUN: printf '\0\0\0\0\0\0\0\0' >> %t [all …]
|
D | raw-64-bits-le.test | 1 RUN: printf '\201rforpl\377' > %t 2 RUN: printf '\2\0\0\0\0\0\0\0' >> %t 3 RUN: printf '\2\0\0\0\0\0\0\0' >> %t 4 RUN: printf '\3\0\0\0\0\0\0\0' >> %t 5 RUN: printf '\6\0\0\0\0\0\0\0' >> %t 6 RUN: printf '\0\0\4\0\1\0\0\0' >> %t 7 RUN: printf '\0\0\4\0\2\0\0\0' >> %t 8 RUN: printf '\0\0\0\0\0\0\0\0' >> %t 9 RUN: printf '\0\0\0\0\0\0\0\0' >> %t 10 RUN: printf '\0\0\0\0\0\0\0\0' >> %t [all …]
|
/external/llvm/test/CodeGen/PowerPC/ |
D | Frames-leaf.ll | 1 ; RUN: llc < %s -march=ppc32 | \ 2 ; RUN: not grep "stw r31, 20(r1)" 3 ; RUN: llc < %s -march=ppc32 | \ 4 ; RUN: not grep "stwu r1, -.*(r1)" 5 ; RUN: llc < %s -march=ppc32 | \ 6 ; RUN: not grep "addi r1, r1, " 7 ; RUN: llc < %s -march=ppc32 | \ 8 ; RUN: not grep "lwz r31, 20(r1)" 9 ; RUN: llc < %s -march=ppc32 -disable-fp-elim | \ 10 ; RUN: not grep "stw r31, 20(r1)" [all …]
|
D | Frames-small.ll | 1 ; RUN: llc < %s -march=ppc32 -mtriple=powerpc-apple-darwin8 -o %t1 2 ; RUN: not grep "stw r31, -4(r1)" %t1 3 ; RUN: grep "stwu r1, -16416(r1)" %t1 4 ; RUN: grep "addi r1, r1, 16416" %t1 5 ; RUN: llc < %s -march=ppc32 | \ 6 ; RUN: not grep "lwz r31, -4(r1)" 7 ; RUN: llc < %s -march=ppc32 -mtriple=powerpc-apple-darwin8 -disable-fp-elim \ 8 ; RUN: -o %t2 9 ; RUN: grep "stw r31, -4(r1)" %t2 10 ; RUN: grep "stwu r1, -16416(r1)" %t2 [all …]
|
/external/clang/test/Modules/ |
D | require-modular-includes.m | 1 // RUN: rm -rf %t 4 // RUN: echo '@import FromImportedModuleOK;' | \ 5 // RUN: %clang_cc1 -Wnon-modular-include-in-framework-module -fmodules -fimplicit-module-maps \ 6 // RUN: -fmodules-cache-path=%t -F %S/Inputs/require-modular-includes \ 7 // RUN: -Werror -fsyntax-only -x objective-c - 10 // RUN: echo '@import FromImportedModuleFail;' | \ 11 // RUN: %clang_cc1 -Wnon-modular-include-in-framework-module -fmodules -fimplicit-module-maps \ 12 // RUN: -fmodules-cache-path=%t -F %S/Inputs/require-modular-includes \ 13 // RUN: -I %S/Inputs/require-modular-includes \ 14 // RUN: -fsyntax-only -x objective-c - 2>&1 | FileCheck %s [all …]
|
D | Werror.m | 1 // RUN: rm -rf %t 2 // RUN: rm -rf %t-saved 3 // RUN: mkdir -p %t-saved 6 // RUN: %clang_cc1 -fmodules -fimplicit-module-maps -fmodules-cache-path=%t -fdisable-module-hash \ 7 // RUN: -F %S/Inputs -fsyntax-only %s -verify -Wno-incomplete-umbrella \ 8 // RUN: -Werror=header-guard 9 // RUN: cp %t/Module.pcm %t-saved/Module.pcm 12 // RUN: %clang_cc1 -fmodules -fimplicit-module-maps -fmodules-cache-path=%t -fdisable-module-hash \ 13 // RUN: -F %S/Inputs -fsyntax-only %s -verify -Wno-incomplete-umbrella 14 // RUN: diff %t/Module.pcm %t-saved/Module.pcm [all …]
|
D | Rmodule-build.m | 1 // RUN: rm -rf %t 2 // RUN: mkdir %t 3 // RUN: echo '// A' > %t/A.h 4 // RUN: echo '#include "C.h"' > %t/B.h 5 // RUN: echo '// C' > %t/C.h 6 // RUN: echo 'module A { header "A.h" }' > %t/module.modulemap 7 // RUN: echo 'module B { header "B.h" }' >> %t/module.modulemap 8 // RUN: echo 'module C { header "C.h" }' >> %t/module.modulemap 10 // RUN: %clang_cc1 -fmodules -fimplicit-module-maps -fmodules-cache-path=%t -fsyntax-only %s -verif… 11 // RUN: -I %t -Rmodule-build [all …]
|
/external/clang/test/Index/ |
D | complete-natural.m | 11 // RUN: c-index-test -code-completion-at=%s:4:32 %s > %t 12 // RUN: echo "DONE" >> %t 13 // RUN: FileCheck -check-prefix=CHECK-CC1 %s < %t 17 // RUN: c-index-test -code-completion-at=%s:5:18 %s > %t 18 // RUN: echo "DONE" >> %t 19 // RUN: FileCheck -check-prefix=CHECK-CC1 %s < %t 20 // RUN: c-index-test -code-completion-at=%s:6:7 %s > %t 21 // RUN: echo "DONE" >> %t 22 // RUN: FileCheck -check-prefix=CHECK-CC1 %s < %t 23 // RUN: c-index-test -code-completion-at=%s:7:7 %s > %t [all …]
|
/external/llvm/test/Bitcode/ |
D | invalid.test | 1 RUN: not llvm-dis -disable-output %p/Inputs/invalid-pr20485.bc 2>&1 | \ 2 RUN: FileCheck --check-prefix=INVALID-ENCODING %s 3 RUN: not llvm-dis -disable-output %p/Inputs/invalid-abbrev.bc 2>&1 | \ 4 RUN: FileCheck --check-prefix=BAD-ABBREV %s 5 RUN: not llvm-dis -disable-output %p/Inputs/invalid-unexpected-eof.bc 2>&1 | \ 6 RUN: FileCheck --check-prefix=UNEXPECTED-EOF %s 7 RUN: not llvm-dis -disable-output %p/Inputs/invalid-bad-abbrev-number.bc 2>&1 | \ 8 RUN: FileCheck --check-prefix=BAD-ABBREV-NUMBER %s 9 RUN: not llvm-dis -disable-output %p/Inputs/invalid-type-table-forward-ref.bc 2>&1 | \ 10 RUN: FileCheck --check-prefix=BAD-TYPE-TABLE-FORWARD-REF %s [all …]
|
/external/llvm/test/Object/ |
D | archive-extract.test | 4 ; RUN: cd %T 6 ; RUN: rm -f very_long_bytecode_file_name.bc 7 ; RUN: llvm-ar p %p/Inputs/GNU.a very_long_bytecode_file_name.bc | \ 8 ; RUN: cmp -s %p/Inputs/very_long_bytecode_file_name.bc - 9 ; RUN: llvm-ar x %p/Inputs/GNU.a very_long_bytecode_file_name.bc 10 ; RUN: cmp -s %p/Inputs/very_long_bytecode_file_name.bc \ 11 ; RUN: very_long_bytecode_file_name.bc 13 ; RUN: rm -f very_long_bytecode_file_name.bc 14 ; RUN: llvm-ar p %p/Inputs/MacOSX.a very_long_bytecode_file_name.bc | \ 15 ; RUN: cmp -s %p/Inputs/very_long_bytecode_file_name.bc - [all …]
|
D | archive-move.test | 3 RUN: cd %T 5 RUN: rm -f %t.a 6 RUN: cp %p/Inputs/GNU.a %t.a 7 RUN: llvm-ar m %t.a very_long_bytecode_file_name.bc 8 RUN: llvm-ar t %t.a | FileCheck %s 10 RUN: rm -f %t.a 11 RUN: cp %p/Inputs/MacOSX.a %t.a 12 RUN: llvm-ar m %t.a very_long_bytecode_file_name.bc 13 RUN: llvm-ar t %t.a | FileCheck %s 15 RUN: rm -f %t.a [all …]
|
D | corrupt.test | 2 RUN: not llvm-readobj %p/Inputs/corrupt.elf-x86-64 -sections \ 3 RUN: 2>&1 | FileCheck --check-prefix=SECNAME %s 9 RUN: not llvm-readobj %p/Inputs/corrupt.elf-x86-64 -sections -section-data \ 10 RUN: 2>&1 | FileCheck --check-prefix=SECDATA %s 16 RUN: not llvm-readobj %p/Inputs/corrupt.elf-x86-64 -symbols \ 17 RUN: 2>&1 | FileCheck --check-prefix=SYMNAME %s 23 RUN: not llvm-readobj %p/Inputs/corrupt-version.elf-x86_64 -dt \ 24 RUN: 2>&1 | FileCheck --check-prefix=VER %s 30 RUN: not llvm-readobj -dynamic-table %p/Inputs/corrupt-invalid-strtab.elf.x86-64 \ 31 RUN: 2>&1 | FileCheck --check-prefix=STRTAB %s [all …]
|
D | archive-delete.test | 3 RUN: cd %T 5 RUN: rm -f %t.a 6 RUN: cp %p/Inputs/GNU.a %t.a 7 RUN: llvm-ar d %t.a very_long_bytecode_file_name.bc 8 RUN: llvm-ar t %t.a | FileCheck %s 10 RUN: rm -f %t.a 11 RUN: cp %p/Inputs/MacOSX.a %t.a 12 RUN: llvm-ar d %t.a very_long_bytecode_file_name.bc 13 RUN: llvm-ar t %t.a | FileCheck %s 15 RUN: rm -f %t.a [all …]
|
/external/clang/test/VFS/ |
D | real-path-found-first.m | 8 // RUN: rm -rf %t %t-cache %t.pch 9 // RUN: mkdir -p %t/SomeFramework.framework/Modules 10 // RUN: cp %S/Inputs/some_frame_module.map %t/SomeFramework.framework/Modules/module.modulemap 11 // RUN: sed -e "s:INPUT_DIR:%S/Inputs:g" -e "s:OUT_DIR:%t:g" %S/Inputs/vfsoverlay.yaml > %t.yaml 14 // RUN: %clang_cc1 -fmodules -fimplicit-module-maps -fmodules-cache-path=%t-cache -F %t \ 15 // RUN: -ivfsoverlay %t.yaml -fsyntax-only %s -verify -Wauto-import \ 16 // RUN: -Werror=non-modular-include-in-framework-module 19 // RUN: echo ' ' >> %t/SomeFramework.framework/Modules/module.modulemap 20 // RUN: %clang_cc1 -fmodules -fimplicit-module-maps -fmodules-cache-path=%t-cache -F %t \ 21 // RUN: -ivfsoverlay %t.yaml -fsyntax-only %s -verify -Wauto-import \ [all …]
|
/external/llvm/test/CodeGen/ARM/ |
D | MachO-subtypes.ll | 3 ; RUN: llc -mtriple=armv4t-apple-darwin -filetype=obj -o - < %s \ 4 ; RUN: | llvm-readobj -file-headers | FileCheck %s --check-prefix=CHECK-V4T 6 ; RUN: llc -mtriple=armv5-apple-darwin -filetype=obj -o - < %s \ 7 ; RUN: | llvm-readobj -file-headers | FileCheck %s --check-prefix=CHECK-V5 8 ; RUN: llc -mtriple=armv5e-apple-darwin -filetype=obj -o - < %s \ 9 ; RUN: | llvm-readobj -file-headers | FileCheck %s --check-prefix=CHECK-V5 10 ; RUN: llc -mtriple=armv5t-apple-darwin -filetype=obj -o - < %s \ 11 ; RUN: | llvm-readobj -file-headers | FileCheck %s --check-prefix=CHECK-V5 12 ; RUN: llc -mtriple=armv5te-apple-darwin -filetype=obj -o - < %s \ 13 ; RUN: | llvm-readobj -file-headers | FileCheck %s --check-prefix=CHECK-V5 [all …]
|
/external/llvm/test/tools/llvm-cov/ |
D | llvm-cov.test | 8 RUN: rm -rf %t 9 RUN: mkdir %t 10 RUN: cd %t 11 RUN: cp %p/Inputs/test* . 14 RUN: llvm-cov gcov test.c | diff -u test_no_options.output - 15 RUN: diff -aub test_no_options.cpp.gcov test.cpp.gcov 16 RUN: diff -aub test_no_options.h.gcov test.h.gcov 19 RUN: mkdir -p %t/objdir 20 RUN: cp test.gcno test.gcda %t/objdir 21 RUN: llvm-cov gcov -o objdir test.c | diff -u test_no_options.output - [all …]
|
/external/clang/test/CodeGenObjC/ |
D | blocks-1.m | 1 // RUN: %clang_cc1 %s -emit-llvm -o %t -fobjc-gc -fblocks -triple i386-apple-darwin10 -fobjc-runtim… 2 // RUN: grep "_Block_object_dispose" %t | count 6 3 // RUN: grep "__copy_helper_block_" %t | count 4 4 // RUN: grep "__destroy_helper_block_" %t | count 4 5 // RUN: grep "__Block_byref_object_copy_" %t | count 2 6 // RUN: grep "__Block_byref_object_dispose_" %t | count 2 7 // RUN: not grep "i32 135)" %t 8 // RUN: grep "_Block_object_assign" %t | count 4 9 // RUN: grep "objc_read_weak" %t | count 2 10 // RUN: grep "objc_assign_weak" %t | count 3 [all …]
|
/external/llvm/test/CodeGen/SystemZ/ |
D | vec-abi-align.ll | 4 ; RUN: llc < %s -mtriple=s390x-linux-gnu | \ 5 ; RUN: FileCheck -check-prefix=CHECK-NOVECTOR %s 6 ; RUN: llc < %s -mtriple=s390x-linux-gnu -mcpu=generic | \ 7 ; RUN: FileCheck -check-prefix=CHECK-NOVECTOR %s 8 ; RUN: llc < %s -mtriple=s390x-linux-gnu -mcpu=z10 | \ 9 ; RUN: FileCheck -check-prefix=CHECK-NOVECTOR %s 10 ; RUN: llc < %s -mtriple=s390x-linux-gnu -mcpu=z196 | \ 11 ; RUN: FileCheck -check-prefix=CHECK-NOVECTOR %s 12 ; RUN: llc < %s -mtriple=s390x-linux-gnu -mcpu=zEC12 | \ 13 ; RUN: FileCheck -check-prefix=CHECK-NOVECTOR %s [all …]
|
/external/llvm/test/CodeGen/Mips/ |
D | start-asm-file.ll | 4 ; RUN: llc -filetype=asm -mtriple mips-unknown-linux -mcpu=mips32 \ 5 ; RUN: -relocation-model=static %s -o - | \ 6 ; RUN: FileCheck -check-prefix=CHECK-STATIC-O32 -check-prefix=CHECK-STATIC-O32-NLEGACY %s 8 ; RUN: llc -filetype=asm -mtriple mips-unknown-linux -mcpu=mips32 \ 9 ; RUN: -relocation-model=pic %s -o - | \ 10 ; RUN: FileCheck -check-prefix=CHECK-PIC-O32 -check-prefix=CHECK-PIC-O32-NLEGACY %s 12 ; RUN: llc -filetype=asm -mtriple mips-unknown-linux -mcpu=mips32 \ 13 ; RUN: -relocation-model=static -mattr=+nan2008 %s -o - | \ 14 ; RUN: FileCheck -check-prefix=CHECK-STATIC-O32 -check-prefix=CHECK-STATIC-O32-N2008 %s 16 ; RUN: llc -filetype=asm -mtriple mips-unknown-linux -mcpu=mips32 \ [all …]
|
/external/llvm/test/CodeGen/Mips/Fast-ISel/ |
D | check-disabled-mcpus.ll | 1 ; RUN: llc -march=mips -mcpu=mips2 -O0 -relocation-model=pic \ 2 ; RUN: -fast-isel-verbose <%s 2>&1 | FileCheck %s 3 ; RUN: llc -march=mips -mcpu=mips3 -O0 -relocation-model=pic \ 4 ; RUN: -fast-isel-verbose <%s 2>&1 | FileCheck %s 5 ; RUN: llc -march=mips -mcpu=mips4 -O0 -relocation-model=pic \ 6 ; RUN: -fast-isel-verbose <%s 2>&1 | FileCheck %s 8 ; RUN: llc -march=mips -mcpu=mips32r6 -O0 -relocation-model=pic \ 9 ; RUN: -fast-isel-verbose <%s 2>&1 | FileCheck %s 11 ; RUN: llc -march=mips -mcpu=mips64 -O0 -relocation-model=pic \ 12 ; RUN: -fast-isel-verbose <%s 2>&1 | FileCheck %s [all …]
|
/external/llvm/test/tools/llvm-objdump/X86/ |
D | malformed-machos.test | 4 # RUN: llvm-objdump -macho -objc-meta-data \ 5 # RUN: %p/Inputs/malformed-machos/mem-crup-0001.macho \ 6 # RUN: | FileCheck -check-prefix=m0001 %s 10 # RUN: llvm-objdump -macho -objc-meta-data \ 11 # RUN: %p/Inputs/malformed-machos/mem-crup-0006.macho \ 12 # RUN: | FileCheck -check-prefix=m0006 %s 16 # RUN: llvm-objdump -macho -objc-meta-data \ 17 # RUN: %p/Inputs/malformed-machos/mem-crup-0006.macho \ 18 # RUN: | FileCheck -check-prefix=m0010 %s 22 # RUN: llvm-objdump -macho -objc-meta-data \ [all …]
|
/external/compiler-rt/test/profile/ |
D | instrprof-dlopen.test | 1 RUN: mkdir -p %t.d 2 RUN: %clang_profgen -o %t.d/func.shared -fPIC -shared %S/Inputs/instrprof-dlopen-func.c 3 RUN: %clang_profgen -o %t.d/func2.shared -fPIC -shared %S/Inputs/instrprof-dlopen-func2.c 4 RUN: %clang -o %t-local -fPIC -DDLOPEN_FUNC_DIR=\"%t.d\" -DDLOPEN_FLAGS="RTLD_LAZY | RTLD_LOCAL" %S… 5 RUN: %clang -o %t-global -fPIC -DDLOPEN_FUNC_DIR=\"%t.d\" -DDLOPEN_FLAGS="RTLD_LAZY | RTLD_GLOBAL" … 7 RUN: %clang -c -o %t.d/main.o %S/Inputs/instrprof-dlopen-main.c 8 RUN: %clang_profgen -o %t-static %S/Inputs/instrprof-dlopen-func.c %S/Inputs/instrprof-dlopen-func2… 10 RUN: env LLVM_PROFILE_FILE=%t-static.profraw %run %t-static 11 RUN: env LLVM_PROFILE_FILE=%t-local.profraw %run %t-local 12 RUN: env LLVM_PROFILE_FILE=%t-global.profraw %run %t-global [all …]
|
12345678910>>...287