Home
last modified time | relevance | path

Searched refs:RUN (Results 1 – 25 of 15171) sorted by relevance

12345678910>>...607

/external/swiftshader/third_party/llvm-7.0/llvm/test/tools/llvm-profdata/
Dinvalid-profdata.test1 RUN: echo ":ir" > %t.input
2 RUN: echo "_ZN6Thread5StartEv" >> %t.input
3 RUN: echo "# Func Hash:" >> %t.input
4 RUN: echo "288793635542036872" >> %t.input
5 RUN: echo "# Num Counters:" >> %t.input
6 RUN: echo "3" >> %t.input
7 RUN: echo "# Counter Values:" >> %t.input
8 RUN: echo "0" >> %t.input
9 RUN: echo "12" >> %t.input
10 RUN: echo "12" >> %t.input
[all …]
Draw-two-profiles.test1 RUN: printf '\201rforpl\377' > %t-foo.profraw
2 RUN: printf '\4\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 '\10\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
10 RUN: printf '\254\275\030\333\114\302\370\134' >> %t-foo.profraw
11 RUN: printf '\1\0\0\0\0\0\0\0' >> %t-foo.profraw
[all …]
Draw-32-bits-be.test1 RUN: printf '\377lprofR\201' > %t
2 RUN: printf '\0\0\0\0\0\0\0\4' >> %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\20' >> %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
10 RUN: printf '\134\370\302\114\333\030\275\254' >> %t
11 RUN: printf '\0\0\0\0\0\0\0\1' >> %t
[all …]
Draw-32-bits-le.test1 RUN: printf '\201Rforpl\377' > %t
2 RUN: printf '\4\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 '\20\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
10 RUN: printf '\254\275\030\333\114\302\370\134' >> %t
11 RUN: printf '\1\0\0\0\0\0\0\0' >> %t
[all …]
Draw-64-bits-be.test1 RUN: printf '\377lprofr\201' > %t
2 RUN: printf '\0\0\0\0\0\0\0\4' >> %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\20' >> %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
10 RUN: printf '\134\370\302\114\333\030\275\254' >> %t
11 RUN: printf '\0\0\0\0\0\0\0\1' >> %t
[all …]
Draw-64-bits-le.test1 RUN: printf '\201rforpl\377' > %t
2 RUN: printf '\4\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 '\20\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
10 RUN: printf '\254\275\030\333\114\302\370\134' >> %t
11 RUN: printf '\1\0\0\0\0\0\0\0' >> %t
[all …]
/external/swiftshader/third_party/llvm-7.0/llvm/test/tools/llvm-cov/
Dmultithreaded-report.test3 RUN: llvm-cov report -num-threads=1 \
4 RUN: -path-equivalence=/tmp,%S/Inputs \
5 RUN: -instr-profile %S/Inputs/multithreaded_report/main.profdata \
6 RUN: %S/Inputs/multithreaded_report/main.covmapping > %t.1.report
8 RUN: llvm-cov report -num-threads=10 \
9 RUN: -path-equivalence=/tmp,%S/Inputs \
10 RUN: -instr-profile %S/Inputs/multithreaded_report/main.profdata \
11 RUN: %S/Inputs/multithreaded_report/main.covmapping > %t.2.report
13 RUN: diff %t.1.report %t.2.report
16 RUN: llvm-cov export -num-threads=1 \
[all …]
/external/clang/test/Modules/
Drequire-modular-includes.m1 // 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 …]
DWerror.m1 // 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 …]
/external/llvm/test/tools/llvm-profdata/
Draw-two-profiles.test1 RUN: printf '\201rforpl\377' > %t-foo.profraw
2 RUN: printf '\4\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 '\10\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
10 RUN: printf '\254\275\030\333\114\302\370\134' >> %t-foo.profraw
11 RUN: printf '\1\0\0\0\0\0\0\0' >> %t-foo.profraw
[all …]
Draw-32-bits-le.test1 RUN: printf '\201Rforpl\377' > %t
2 RUN: printf '\4\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 '\20\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
10 RUN: printf '\254\275\030\333\114\302\370\134' >> %t
11 RUN: printf '\1\0\0\0\0\0\0\0' >> %t
[all …]
Draw-32-bits-be.test1 RUN: printf '\377lprofR\201' > %t
2 RUN: printf '\0\0\0\0\0\0\0\4' >> %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\20' >> %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
10 RUN: printf '\134\370\302\114\333\030\275\254' >> %t
11 RUN: printf '\0\0\0\0\0\0\0\1' >> %t
[all …]
Draw-64-bits-be.test1 RUN: printf '\377lprofr\201' > %t
2 RUN: printf '\0\0\0\0\0\0\0\4' >> %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\20' >> %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
10 RUN: printf '\134\370\302\114\333\030\275\254' >> %t
11 RUN: printf '\0\0\0\0\0\0\0\1' >> %t
[all …]
Draw-64-bits-le.test1 RUN: printf '\201rforpl\377' > %t
2 RUN: printf '\4\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 '\20\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
10 RUN: printf '\254\275\030\333\114\302\370\134' >> %t
11 RUN: printf '\1\0\0\0\0\0\0\0' >> %t
[all …]
/external/swiftshader/third_party/llvm-7.0/llvm/test/ThinLTO/X86/
Dcache.ll3 ; RUN: opt -module-summary %s -o %t.bc
4 ; RUN: opt -module-summary %p/Inputs/cache.ll -o %t2.bc
7 ; RUN: rm -Rf %t.cache && mkdir %t.cache
8 ; RUN: llvm-lto -thinlto-action=run -exported-symbol=globalfunc %t2.bc %t.bc -thinlto-cache-dir %t.…
9 ; RUN: ls %t.cache/llvmcache.timestamp
10 ; RUN: ls %t.cache | count 1
13 ; RUN: rm -Rf %t.cache
14 ; RUN: llvm-lto2 run -o %t.o %t2.bc %t.bc -cache-dir %t.cache \
15 ; RUN: -r=%t2.bc,_main,plx \
16 ; RUN: -r=%t2.bc,_globalfunc,lx \
[all …]
/external/swiftshader/third_party/LLVM/test/CodeGen/PowerPC/
DFrames-leaf.ll1 ; 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 …]
/external/llvm/test/CodeGen/PowerPC/
DFrames-leaf.ll1 ; 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 …]
/external/swiftshader/third_party/llvm-7.0/llvm/test/tools/gold/X86/
Dthinlto.ll3 ; RUN: llvm-as %s -o %t.o
4 ; RUN: llvm-as %p/Inputs/thinlto.ll -o %t2.o
5 ; RUN: %gold -plugin %llvmshlibdir/LLVMgold%shlibext \
6 ; RUN: -m elf_x86_64 \
7 ; RUN: --plugin-opt=thinlto \
8 ; RUN: --plugin-opt=thinlto-index-only \
9 ; RUN: -shared %t.o %t2.o -o %t3
10 ; RUN: not test -e %t3
11 ; RUN: %gold -plugin %llvmshlibdir/LLVMgold%shlibext \
12 ; RUN: -m elf_x86_64 \
[all …]
Drelocation-model-pic.ll1 ; RUN: cat %s >%t.pic.ll
2 ; RUN: echo '!llvm.module.flags = !{!0}' >>%t.pic.ll
3 ; RUN: echo '!0 = !{i32 1, !"PIC Level", i32 2}' >>%t.pic.ll
5 ; RUN: llvm-as %s -o %t.o
6 ; RUN: llvm-as %t.pic.ll -o %t.pic.o
10 ; RUN: %gold -m elf_x86_64 -plugin %llvmshlibdir/LLVMgold%shlibext \
11 ; RUN: --shared \
12 ; RUN: --plugin-opt=save-temps %t.o -o %t-out
13 ; RUN: llvm-readobj -r %t-out.o | FileCheck %s --check-prefix=PIC
15 ; RUN: %gold -m elf_x86_64 -plugin %llvmshlibdir/LLVMgold%shlibext \
[all …]
/external/clang/test/Index/
Dcomplete-natural.m11 // 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/swiftshader/third_party/llvm-7.0/llvm/test/Bitcode/
Dinvalid.test1 RUN: not llvm-dis -disable-output %p/Inputs/invalid-empty.bc 2>&1 | \
2 RUN: FileCheck --check-prefix=INVALID-EMPTY %s
3 RUN: not llvm-dis -disable-output %p/Inputs/invalid-pr20485.bc 2>&1 | \
4 RUN: FileCheck --check-prefix=INVALID-ENCODING %s
5 RUN: not llvm-dis -disable-output %p/Inputs/invalid-abbrev.bc 2>&1 | \
6 RUN: FileCheck --check-prefix=BAD-ABBREV %s
7 RUN: not llvm-dis -disable-output %p/Inputs/invalid-unexpected-eof.bc 2>&1 | \
8 RUN: FileCheck --check-prefix=UNEXPECTED-EOF %s
9 RUN: not llvm-dis -disable-output %p/Inputs/invalid-bad-abbrev-number.bc 2>&1 | \
10 RUN: FileCheck --check-prefix=BAD-ABBREV-NUMBER %s
[all …]
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/PowerPC/
DFrames-leaf.ll1 ; RUN: llc -verify-machineinstrs < %s -mtriple=ppc32-- | \
2 ; RUN: not grep "stw r31, 20(r1)"
3 ; RUN: llc -verify-machineinstrs < %s -mtriple=ppc32-- | \
4 ; RUN: not grep "stwu r1, -.*(r1)"
5 ; RUN: llc -verify-machineinstrs < %s -mtriple=ppc32-- | \
6 ; RUN: not grep "addi r1, r1, "
7 ; RUN: llc -verify-machineinstrs < %s -mtriple=ppc32-- | \
8 ; RUN: not grep "lwz r31, 20(r1)"
9 ; RUN: llc -verify-machineinstrs < %s -mtriple=ppc32-- -disable-fp-elim | \
10 ; RUN: not grep "stw r31, 20(r1)"
[all …]
/external/llvm/test/Bitcode/
Dinvalid.test1 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/swiftshader/third_party/llvm-7.0/llvm/test/tools/llvm-objcopy/
Dstrip-debug.test1 # RUN: yaml2obj %s > %t
2 # RUN: cp %t %t3
3 # RUN: llvm-objcopy -strip-debug %t %t2
4 # RUN: llvm-readobj -file-headers -sections -symbols %t2 | FileCheck %s
7 # RUN: cmp %t %t3
9 # RUN: llvm-strip -strip-debug %t3
10 # RUN: cmp %t2 %t3
12 # RUN: cp %t %t4
13 # RUN: llvm-strip -d %t4
14 # RUN: cmp %t2 %t4
[all …]
/external/swiftshader/third_party/subzero/tests_lit/llvm2ice_tests/
Drng.ll9 ; RUN: %p2i --target x8632 -i %s --filetype=obj --disassemble --args -O2 \
10 ; RUN: -sz-seed=1 -randomize-pool-immediates=randomize \
11 ; RUN: -randomize-pool-threshold=0x1 \
12 ; RUN: -reorder-global-variables \
13 ; RUN: -reorder-basic-blocks \
14 ; RUN: -reorder-functions \
15 ; RUN: -randomize-regalloc \
16 ; RUN: -nop-insertion=0 \
17 ; RUN: -reorder-pooled-constants \
18 ; RUN: | FileCheck %s --check-prefix=BLINDINGO2
[all …]

12345678910>>...607