/llvm-project/llvm/test/MC/WebAssembly/ |
H A D | wasm64.s | 2 …d128,+nontrapping-fptoint,+exception-handling -o - < %s | obj2yaml | FileCheck %s -check-prefix=BIN 132 # BIN: --- !WASM 133 # BIN-NEXT: FileHeader: 134 # BIN-NEXT: Version: 0x1 135 # BIN-NEXT: Sections: 136 # BIN-NEXT: - Type: TYPE 137 # BIN-NEXT: Signatures: 138 # BIN-NEXT: - Index: 0 139 # BIN-NEXT: ParamTypes: 140 # BIN-NEXT: - I64 [all …]
|
H A D | type-index.s | 3 …,+simd128,+nontrapping-fptoint,+exception-handling < %s | obj2yaml | FileCheck -check-prefix=BIN %s 20 # BIN: --- !WASM 21 # BIN-NEXT: FileHeader: 22 # BIN-NEXT: Version: 0x1 23 # BIN-NEXT: Sections: 24 # BIN-NEXT: - Type: TYPE 25 # BIN-NEXT: Signatures: 26 # BIN-NEXT: - Index: 0 27 # BIN-NEXT: ParamTypes: 28 # BIN-NEXT: - I32 [all …]
|
H A D | tables.s | 3 …nown-unknown -mattr=+reference-types -filetype=obj < %s | obj2yaml | FileCheck -check-prefix=BIN %s 112 # BIN: - Type: TABLE 113 # BIN-NEXT: Tables: 114 # BIN-NEXT: - Index: 0 115 # BIN-NEXT: ElemType: EXTERNREF 116 # BIN-NEXT: Limits: 117 # BIN-NEXT: Minimum: 0x0 118 # BIN-NEXT: - Index: 1 119 # BIN-NEXT: ElemType: FUNCREF 120 # BIN-NEXT: Limits: [all …]
|
H A D | call-indirect-relocs.s | 2 …nown-unknown -mattr=+reference-types -filetype=obj < %s | obj2yaml | FileCheck -check-prefix=BIN %s 28 # BIN: --- !WASM 29 # BIN-NEXT: FileHeader: 30 # BIN-NEXT: Version: 0x1 31 # BIN-NEXT: Sections: 32 # BIN-NEXT: - Type: TYPE 33 # BIN-NEXT: Signatures: 34 # BIN-NEXT: - Index: 0 35 # BIN-NEXT: ParamTypes: [] 36 # BIN-NEXT: ReturnTypes: [] [all …]
|
H A D | data-section.s | 3 …8,+nontrapping-fptoint,+exception-handling < %s | obj2yaml | FileCheck -check-prefixes=BIN,BIN32 %s 9 …8,+nontrapping-fptoint,+exception-handling < %s | obj2yaml | FileCheck -check-prefixes=BIN,BIN64 %s 37 # BIN: --- !WASM 38 # BIN-NEXT: FileHeader: 39 # BIN-NEXT: Version: 0x1 40 # BIN-NEXT: Sections: 41 # BIN-NEXT: - Type: TYPE 42 # BIN-NEXT: Signatures: 43 # BIN-NEXT: - Index: 0 44 # BIN-NEXT: ParamTypes: [] [all …]
|
H A D | globals.s | 2 …vm-mc -triple=wasm32-unknown-unknown -filetype=obj < %s | obj2yaml | FileCheck -check-prefix=BIN %s 40 # BIN: - Type: GLOBAL 41 # BIN-NEXT: Globals: 42 # BIN-NEXT: - Index: 0 43 # BIN-NEXT: Type: I32 44 # BIN-NEXT: Mutable: true 45 # BIN-NEXT: InitExpr: 46 # BIN-NEXT: Opcode: I32_CONST 47 # BIN-NEXT: Value: 0 48 # BIN-NEXT: - Index: 1 [all …]
|
/llvm-project/llvm/test/Analysis/CostModel/X86/ |
H A D | reduction.ll | 15 ; SSE2-NEXT: Cost Model: Found an estimated cost of 2 for instruction: %bin.rdx = fadd <4 x float> %rdx, %rdx.shuf 16 ; SSE2-NEXT: Cost Model: Found an estimated cost of 1 for instruction: %rdx.shuf7 = shufflevector <4 x float> %bin.rdx, <4 x float> undef, <4 x i32> <i32 1, i32 poison, i32 poison, i32 poison> 17 ; SSE2-NEXT: Cost Model: Found an estimated cost of 2 for instruction: %bin.rdx8 = fadd <4 x float> %bin.rdx, %rdx.shuf7 18 ; SSE2-NEXT: Cost Model: Found an estimated cost of 0 for instruction: %r = extractelement <4 x float> %bin.rdx8, i32 0 23 ; SSSE3-NEXT: Cost Model: Found an estimated cost of 2 for instruction: %bin.rdx = fadd <4 x float> %rdx, %rdx.shuf 24 ; SSSE3-NEXT: Cost Model: Found an estimated cost of 1 for instruction: %rdx.shuf7 = shufflevector <4 x float> %bin.rdx, <4 x float> undef, <4 x i32> <i32 1, i32 poison, i32 poison, i32 poison> 25 ; SSSE3-NEXT: Cost Model: Found an estimated cost of 2 for instruction: %bin.rdx8 = fadd <4 x float> %bin.rdx, %rdx.shuf7 26 ; SSSE3-NEXT: Cost Model: Found an estimated cost of 0 for instruction: %r = extractelement <4 x float> %bin [all...] |
/llvm-project/libc/AOR_v20.02/string/ |
H A D | Dir.mk | 26 build/bin/test/memcpy \ 27 build/bin/test/memmove \ 28 build/bin/test/memset \ 29 build/bin/test/memchr \ 30 build/bin/test/memcmp \ 31 build/bin/test/strcpy \ 32 build/bin/test/stpcpy \ 33 build/bin/test/strcmp \ 34 build/bin/test/strchr \ 35 build/bin/test/strrchr \ [all …]
|
/llvm-project/compiler-rt/lib/asan/scripts/ |
H A D | asan_device_setup | 1 #!/usr/bin/env bash 197 if ! adb_shell ls -l /system/bin/app_process | grep -o '\->.*app_process' >&/dev/null; then 199 adb_shell mv /system/bin/app_process.real /system/bin/app_process 200 adb_shell rm /system/bin/asanwrapper 201 …elif ! adb_shell ls -l /system/bin/app_process64.real | grep -o 'No such file or directory' >&/dev… 203 adb_shell mv /system/bin/app_process32.real /system/bin/app_process32 204 adb_shell mv /system/bin/app_process64.real /system/bin/app_process64 205 adb_shell rm /system/bin/asanwrapper 206 adb_shell rm /system/bin/asanwrapper64 209 adb_shell rm /system/bin/app_process.wrap [all …]
|
/llvm-project/clang/test/Driver/ |
H A D | hexagon-toolchain-elf.c | 6 // RUN: -ccc-install-dir %S/Inputs/hexagon_tree/Tools/bin %s 2>&1 | FileCheck -check-prefix=CHECK000 %s 7 // CHECK000: "-cc1" {{.*}} "-internal-externc-isystem" "{{.*}}/Inputs/hexagon_tree/Tools/bin/../target/hexagon/include" 10 // RUN: -ccc-install-dir %S/Inputs/hexagon_tree/Tools/bin %s 2>&1 | FileCheck -check-prefix=CHECK001 %s 11 // CHECK001: "-cc1" {{.*}} "-internal-isystem" "{{.*}}/Inputs/hexagon_tree/Tools/bin/../target/hexagon/include/c++" 12 // CHECK001: "-internal-externc-isystem" "{{.*}}/Inputs/hexagon_tree/Tools/bin/../target/hexagon/include" 19 // RUN: -ccc-install-dir %S/Inputs/hexagon_tree/Tools/bin \ 25 // RUN: -ccc-install-dir %S/Inputs/hexagon_tree/Tools/bin \ 31 // RUN: -ccc-install-dir %S/Inputs/hexagon_tree/Tools/bin \ 35 // CHECK112-DAG: "-internal-externc-isystem" "{{.*}}/Inputs/hexagon_tree/Tools/bin/../target/hexagon/include" 38 // RUN: -ccc-install-dir %S/Inputs/hexagon_tree/qc/bin \ [all...] |
H A D | darwin-header-search-libcxx.cpp | 12 // RUN: -ccc-install-dir %S/Inputs/basic_darwin_toolchain_no_libcxx/usr/bin \ 21 // RUN: -ccc-install-dir %S/Inputs/basic_darwin_toolchain/usr/bin \ 26 // CHECK-LIBCXX-TOOLCHAIN-1: "-internal-isystem" "[[TOOLCHAIN]]/usr/bin/../include/c++/v1" 32 // RUN: -ccc-install-dir %S/Inputs/basic_darwin_toolchain/usr/bin \ 38 // CHECK-LIBCXX-TOOLCHAIN-2: "-internal-isystem" "[[TOOLCHAIN]]/usr/bin/../include/c++/v1" 46 // RUN: -ccc-install-dir %S/Inputs/basic_darwin_toolchain_no_libcxx/usr/bin \ 53 // CHECK-LIBCXX-SYSROOT-1-NOT: "-internal-isystem" "[[TOOLCHAIN]]/usr/bin/../include/c++/v1" 63 // RUN: -ccc-install-dir %S/Inputs/basic_darwin_toolchain/usr/bin \ 73 // RUN: -ccc-install-dir %S/Inputs/basic_darwin_toolchain/usr/bin \ 83 // RUN: -ccc-install-dir %S/Inputs/basic_darwin_toolchain/usr/bin \ [all …]
|
H A D | cuda-detect-path.cu | 4 // RUN: env PATH=%S/Inputs/CUDA/usr/local/cuda/bin \ 7 // RUN: env PATH=%S/Inputs/CUDA/usr/local/cuda/bin \ 10 // RUN: env PATH=%S/Inputs/CUDA/usr/local/cuda/bin \ 13 // RUN: env PATH=%S/Inputs/CUDA/usr/local/cuda/bin \ 19 // RUN: env PATH=%S/Inputs/CUDA-symlinks/usr/bin \ 22 // RUN: env PATH=%S/Inputs/CUDA-symlinks/usr/bin \ 25 // RUN: env PATH=%S/Inputs/CUDA-symlinks/usr/bin \ 28 // RUN: env PATH=%S/Inputs/CUDA-symlinks/usr/bin \ 34 // RUN: env PATH=%S/Inputs/CUDA-nolibdevice/usr/local/cuda/bin \ 37 // RUN: env PATH=%S/Inputs/CUDA-nolibdevice/usr/local/cuda/bin \ [all …]
|
H A D | mingw-sysroot.cpp | 5 // RUN: mkdir -p %T/testroot-gcc/bin 6 // RUN: ln -s %clang %T/testroot-gcc/bin/x86_64-w64-mingw32-gcc 7 // RUN: ln -s %clang %T/testroot-gcc/bin/x86_64-w64-mingw32-clang 12 // RUN: mkdir -p %T/testroot-clang/bin 13 // RUN: ln -s %clang %T/testroot-clang/bin/x86_64-w64-mingw32-clang 18 // RUN: mkdir -p %T/testroot-clang-native/bin 19 // RUN: ln -s %clang %T/testroot-clang-native/bin/clang 24 // RUN: mkdir -p %T/testroot-custom-triple/bin 25 // RUN: ln -s %clang %T/testroot-custom-triple/bin/clang 36 // RUN: env "PATH=%T/testroot-gcc/bin:%PATH%" %clang --target=x86_64-w64-mingw32 -rtlib=platform -s… [all …]
|
/llvm-project/llvm/test/CodeGen/X86/ |
H A D | sad_variations.ll | 39 %bin.rdx = add <8 x i32> %7, %rdx.shuf 40 …%rdx.shuf229 = shufflevector <8 x i32> %bin.rdx, <8 x i32> undef, <8 x i32> <i32 2, i32 3, i32 und… 41 %bin.rdx230 = add <8 x i32> %bin.rdx, %rdx.shuf229 42 …%rdx.shuf231 = shufflevector <8 x i32> %bin.rdx230, <8 x i32> undef, <8 x i32> <i32 1, i32 undef, … 43 %bin.rdx232 = add <8 x i32> %bin.rdx230, %rdx.shuf231 44 %8 = extractelement <8 x i32> %bin.rdx232, i32 0 78 %bin.rdx = add <8 x i32> %7, %rdx.shuf 79 …%rdx.shuf229 = shufflevector <8 x i32> %bin.rdx, <8 x i32> undef, <8 x i32> <i32 2, i32 3, i32 und… 80 %bin.rdx230 = add <8 x i32> %bin.rdx, %rdx.shuf229 81 …%rdx.shuf231 = shufflevector <8 x i32> %bin.rdx230, <8 x i32> undef, <8 x i32> <i32 1, i32 undef, … [all …]
|
/llvm-project/lldb/test/Shell/Target/ |
H A D | target-label.test | 5 target create -l "ls" /bin/ls 13 target create -l "cat" /bin/cat 18 target create -l "cat" /bin/cat 21 target create -l 42 /bin/cat
|
/llvm-project/clang-tools-extra/clangd/test/ |
H A D | system-include-extractor.test | 6 # Create a bin directory to store the mock-driver and add it to the path 7 # RUN: mkdir -p %t.dir/bin 8 # RUN: export PATH=%t.dir/bin:$PATH 11 # RUN: echo '#!/bin/sh' >> %t.dir/bin/my_driver.sh 12 # RUN: echo '[ "$0" = "%t.dir/bin/my_driver.sh" ] || exit' >> %t.dir/bin/my_driver.sh 13 # RUN: echo '[ "$1" = "-print-file-name=include" ] && echo "%t.dir/builtin" && exit' >> %t.dir/bin/… 14 # RUN: echo 'args="$*"' >> %t.dir/bin/my_driver.sh 17 # RUN: echo '[ -z "${args##*"-nostdinc"*}" ] || exit' >> %t.dir/bin/my_driver.sh 18 # RUN: echo '[ -z "${args##*"--sysroot /my/sysroot/path"*}" ] || exit' >> %t.dir/bin/my_driver.sh 19 # RUN: echo '[ -z "${args##*"-isysroot /isysroot"*}" ] || exit' >> %t.dir/bin/my_driver.sh [all …]
|
/llvm-project/llvm/cmake/modules/ |
H A D | AddOCaml.cmake | 29 set(bin ${CMAKE_CURRENT_BINARY_DIR}) variable 40 set(ocaml_outputs "${bin}/${name}.cma") 43 "${bin}/lib${name}${CMAKE_STATIC_LIBRARY_SUFFIX}") 46 "${bin}/dll${name}${CMAKE_SHARED_LIBRARY_SUFFIX}") 51 "${bin}/${name}.cmxa" 52 "${bin}/${name}${CMAKE_STATIC_LIBRARY_SUFFIX}") 103 list(APPEND ocaml_inputs "${bin}/${ocaml_file}.mli" "${bin}/${ocaml_file}.ml") 105 list(APPEND ocaml_outputs "${bin}/${ocaml_file}.cmi" "${bin}/${ocaml_file}.cmo") 107 list(APPEND ocaml_outputs "${bin}/${ocaml_file}.cmti" "${bin}/${ocaml_file}.cmt") 111 "${bin}/${ocaml_file}.cmx" [all …]
|
/llvm-project/llvm/test/MC/Sparc/ |
H A D | sparc64-bpr-offset.s | 1 …RUN: llvm-mc -triple=sparcv9 -filetype=obj %s | llvm-objdump -d - | FileCheck %s --check-prefix=BIN 7 ! BIN: 0: 02 c8 40 01 brz %g1, 1 8 ! BIN: 4: 04 c8 40 01 brlez %g1, 1 9 ! BIN: 8: 06 c8 40 01 brlz %g1, 1 10 ! BIN: c: 0a c8 40 01 brnz %g1, 1 11 ! BIN: 10: 0c c8 40 01 brgz %g1, 1 12 ! BIN: 14: 0e c8 40 01 brgez %g1, 1 20 ! BIN: 18: 02 f8 7f ff brz %g1, 65535 21 ! BIN: 1c: 04 f8 7f ff brlez %g1, 65535 22 ! BIN: 20: 06 f8 7f ff brlz %g1, 65535 [all …]
|
/llvm-project/llvm/utils/lit/tests/Inputs/shtest-shell/ |
H A D | diff-encodings.txt | 3 # RUN: diff -u diff-in.bin diff-in.bin 4 # RUN: diff -u diff-in.utf16 diff-in.bin && false || true 5 # RUN: diff -u diff-in.utf8 diff-in.bin && false || true 6 # RUN: diff -u diff-in.bin diff-in.utf8 && false || true 8 # RUN: cat diff-in.bin | diff -u - diff-in.bin 9 # RUN: cat diff-in.bin | diff -u diff-in.bin - 10 # RUN: cat diff-in.bin | diff -u diff-in.utf16 - && false || true 11 # RUN: cat diff-in.bin | diff -u diff-in.utf8 - && false || true 12 # RUN: cat diff-in.bin | diff -u - diff-in.utf8 && false || true
|
/llvm-project/llvm/test/MC/AMDGPU/ |
H A D | branch-comment.s | 1 … llvm-objcopy -S -K keep_symbol - | llvm-objdump -d --mcpu=fiji - | FileCheck %s --check-prefix=BIN 9 // BIN-NOT: loop_start_nosym: 10 // BIN: s_branch 65535 // 000000000000: BF82FFFF <.text> 13 // BIN: s_branch 0 // 000000000004: BF820000 <.text+0x8> 14 // BIN-NOT: loop_end_nosym: 23 // BIN-NOT: loop_start_sym: 24 // BIN: s_branch 65535 // 000000000010: BF82FFFF <keep_symbol+0x4> 27 // BIN: s_branch 0 // 000000000014: BF820000 <keep_symbol+0xc> 28 // BIN-NOT: loop_end_sym: 33 // BIN: s_branch 65535 // 00000000001C: BF82FFFF <keep_symbol+0x10> [all …]
|
/llvm-project/llvm/test/tools/llvm-opt-fuzzer/ |
H A D | exec-options.ll | 19 ; RUN: rm -f %t.bin-- 20 ; RUN: rm -f %t.bin--x86_64 21 ; RUN: rm -f %t.bin--x86_64-unknown 22 ; RUN: rm -f %t.bin--x86_64-instcombine 24 ; RUN: cp llvm-opt-fuzzer %t.bin-- 25 ; RUN: not %t.bin-- %t.input 2>&1 | FileCheck -check-prefix=EMPTY %s 28 ; RUN: cp llvm-opt-fuzzer %t.bin--x86_64 29 ; RUN: not %t.bin--x86_64 %t.input 2>&1 | FileCheck -check-prefix=PASSES %s 32 ; RUN: cp llvm-opt-fuzzer %t.bin--x86_64-unknown 33 ; RUN: not %t.bin--x86_64-unknown %t.input 2>&1 | FileCheck -check-prefix=UNKNOWN %s [all …]
|
/llvm-project/libc/AOR_v20.02/math/ |
H A D | Dir.mk | 25 build/bin/mathtest \ 26 build/bin/mathbench \ 27 build/bin/mathbench_libc \ 28 build/bin/runulp.sh \ 29 build/bin/ulp \ 32 build/bin/rtest \ 68 build/bin/rtest: $(math-host-objs) 71 build/bin/mathtest: $(B)/test/mathtest.o build/lib/libmathlib.a 74 build/bin/mathbench: $(B)/test/mathbench.o build/lib/libmathlib.a 78 build/bin/mathbench_libc: $(B)/test/mathbench.o build/lib/libmathlib.a [all …]
|
/llvm-project/clang/tools/scan-build-py/ |
H A D | CMakeLists.txt | 38 add_custom_command(OUTPUT ${CMAKE_BINARY_DIR}/bin/scan-build-py 40 ${CMAKE_BINARY_DIR}/bin 42 ${CMAKE_CURRENT_SOURCE_DIR}/bin/scan-build 43 ${CMAKE_BINARY_DIR}/bin/scan-build-py 44 DEPENDS ${CMAKE_CURRENT_SOURCE_DIR}/bin/scan-build) 45 install (PROGRAMS "bin/scan-build" 49 list(APPEND Depends ${CMAKE_BINARY_DIR}/bin/scan-build-py) 51 add_custom_command(OUTPUT ${CMAKE_BINARY_DIR}/bin/${BinFile} 53 ${CMAKE_BINARY_DIR}/bin 55 ${CMAKE_CURRENT_SOURCE_DIR}/bin/ [all...] |
/llvm-project/llvm/utils/valgrind/ |
H A D | x86_64-pc-linux-gnu.supp | 14 obj:/usr/bin/python* 20 obj:/usr/bin/python* 26 obj:/usr/bin/python* 32 obj:/usr/bin/as 40 obj:/bin/bash 46 obj:/usr/bin/cmp 52 obj:/bin/grep 59 obj:/usr/bin/python* 67 obj:/bin/sed
|
/llvm-project/llvm/docs/ |
H A D | GoldPlugin.rst | 35 on your system, run ``/usr/bin/ld -v``. It will report "GNU 37 ``/usr/bin/ld.gold``, one option is to simply make that the default by 38 backing up your existing ``/usr/bin/ld`` and creating a symbolic link 39 with ``ln -s /usr/bin/ld.gold /usr/bin/ld``. Alternatively, you can build 41 cause the clang driver to invoke ``/usr/bin/ld.gold`` directly. 44 ``/usr/bin/ld.gold -plugin``. If it complains "missing argument" then 64 ``/usr/bin/ld`` then replace it with ``ld-new``. Alternatively, install 65 in ``/usr/bin/ld.gold`` and use ``-fuse-ld=gold`` as described earlier. 88 built to ``/usr/bin``. 160 export CC="$PREFIX/bin/clang -flto" [all …]
|