| /llvm-project-15.0.7/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 \ 37 build/bin/test/strlen \ [all …]
|
| /llvm-project-15.0.7/compiler-rt/lib/asan/scripts/ |
| H A D | asan_device_setup | 199 adb_shell mv /system/bin/app_process.real /system/bin/app_process 200 adb_shell rm /system/bin/asanwrapper 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 212 adb_shell ln -s /system/bin/app_process32 /system/bin/app_process 272 adb_shell mv /system/bin/app_process.real /system/bin/app_process 276 adb_shell mv /system/bin/app_process /system/bin/app_process32 277 adb_shell ln -s /system/bin/app_process32 /system/bin/app_process 442 adb_shell ln -s /system/bin/app_process.wrap /system/bin/app_process [all …]
|
| /llvm-project-15.0.7/llvm/test/Analysis/CostModel/X86/ |
| H A D | reduction.ll | 56 %bin.rdx8 = fadd <4 x float> %bin.rdx, %rdx.shuf7 110 %bin.rdx.2 = add <8 x i32> %bin.rdx, %rdx.shuf.2 114 %bin.rdx.3 = add <8 x i32> %bin.rdx.2, %rdx.shuf.3 411 %bin.rdx8 = fadd <4 x float> %bin.rdx, %rdx.shuf7 539 %bin.rdx = fadd <8 x float> %bin.rdx4, %rdx.shuf 587 %bin.rdx8 = add <4 x i32> %bin.rdx, %rdx.shuf7 629 %bin.rdx8 = add <4 x i64> %bin.rdx, %rdx.shuf7 689 %bin.rdx = add <8 x i16> %bin.rdx4, %rdx.shuf 691 %bin.rdx8 = add <8 x i16> %bin.rdx, %rdx.shuf7 741 %bin.rdx = add <8 x i32> %bin.rdx4, %rdx.shuf [all …]
|
| /llvm-project-15.0.7/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-15.0.7/llvm/test/CodeGen/X86/ |
| H A D | sad_variations.ll | 41 %bin.rdx230 = add <8 x i32> %bin.rdx, %rdx.shuf229 43 %bin.rdx232 = add <8 x i32> %bin.rdx230, %rdx.shuf231 80 %bin.rdx230 = add <8 x i32> %bin.rdx, %rdx.shuf229 82 %bin.rdx232 = add <8 x i32> %bin.rdx230, %rdx.shuf231 119 %bin.rdx230 = add <8 x i32> %bin.rdx, %rdx.shuf229 121 %bin.rdx232 = add <8 x i32> %bin.rdx230, %rdx.shuf231 158 %bin.rdx230 = add <8 x i32> %bin.rdx, %rdx.shuf229 160 %bin.rdx232 = add <8 x i32> %bin.rdx230, %rdx.shuf231 197 %bin.rdx237 = add <8 x i64> %bin.rdx, %rdx.shuf236 236 %bin.rdx237 = add <8 x i64> %bin.rdx, %rdx.shuf236 [all …]
|
| H A D | shuffle-combine-crash-3.ll | 24 %bin.rdx = and <8 x i1> %t5, %rdx.shuf 25 …%rdx.shuf22 = shufflevector <8 x i1> %bin.rdx, <8 x i1> undef, <8 x i32> <i32 2, i32 3, i32 undef,… 26 %bin.rdx23 = and <8 x i1> %bin.rdx, %rdx.shuf22 27 …%rdx.shuf24 = shufflevector <8 x i1> %bin.rdx23, <8 x i1> undef, <8 x i32> <i32 1, i32 undef, i32 … 28 %bin.rdx25 = and <8 x i1> %bin.rdx23, %rdx.shuf24 29 %t8 = extractelement <8 x i1> %bin.rdx25, i32 0
|
| /llvm-project-15.0.7/llvm/cmake/modules/ |
| H A D | AddOCaml.cmake | 29 set(bin ${CMAKE_CURRENT_BINARY_DIR}) variable 51 "${bin}/${name}.cmxa" 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" 126 OUTPUT "${bin}/${source}" 165 OUTPUT "${bin}/${name}.odoc" 167 "-I" "${bin}" 178 OCAML_FLAGS "-I;${bin}") [all …]
|
| /llvm-project-15.0.7/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 'args="$*"' >> %t.dir/bin/my_driver.sh 17 # RUN: echo 'echo line to ignore >&2' >> %t.dir/bin/my_driver.sh 20 # RUN: echo 'echo %t.dir/my/dir/ >&2' >> %t.dir/bin/my_driver.sh 21 # RUN: echo 'echo %t.dir/my/dir2/ >&2' >> %t.dir/bin/my_driver.sh 22 # RUN: echo 'printf "End of search list.\r\n" >&2' >> %t.dir/bin/my_driver.sh [all …]
|
| /llvm-project-15.0.7/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) 81 build/bin/ulp: $(B)/test/ulp.o build/lib/libmathlib.a 87 build/bin/%.sh: $(S)/test/%.sh 97 cat $(math-rtests) | build/bin/rtest | $(EMULATOR) build/bin/mathtest $(math-testflags) [all …]
|
| /llvm-project-15.0.7/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-15.0.7/lldb/scripts/ |
| H A D | framework-header-fix.sh | 8 /usr/bin/sed -i.bak 's/\(#include\)[ ]*"lldb\/\(API\/\)\{0,1\}\(.*\)"/\1 <LLDB\/\3>/1' "$file" 9 /usr/bin/sed -i.bak 's|<LLDB/Utility|<LLDB|' "$file" 10 LLDB_VERSION=`echo $2 | /usr/bin/sed -E 's/^([0-9]+).([0-9]+).([0-9]+)(.[0-9]+)?$/\\1/g'` 11 LLDB_REVISION=`echo $2 | /usr/bin/sed -E 's/^([0-9]+).([0-9]+).([0-9]+)(.[0-9]+)?$/\\3/g'` 13 /usr/bin/sed -i.bak "s|//#define LLDB_VERSION$|#define LLDB_VERSION $LLDB_VERSION |" "$file" 14 /usr/bin/sed -i.bak "s|//#define LLDB_REVISION|#define LLDB_REVISION $LLDB_REVISION |" "$file" 15 …/usr/bin/sed -i.bak "s|//#define LLDB_VERSION_STRING|#define LLDB_VERSION_STRING \"$LLDB_VERSION_S…
|
| /llvm-project-15.0.7/llvm/test/tools/llvm-isel-fuzzer/ |
| H A D | execname-options.ll | 11 ; RUN: rm -f %t.bin--gisel 12 ; RUN: rm -f %t.bin--gisel-O2 13 ; RUN: rm -f %t.bin--unexist 15 ; RUN: cp llvm-isel-fuzzer %t.bin--gisel 16 ; RUN: not %t.bin--gisel %t.input 2>&1 | FileCheck -check-prefix=GISEL %s 20 ; RUN: cp llvm-isel-fuzzer %t.bin--gisel-O2 21 ; RUN: not %t.bin--gisel-O2 %t.input 2>&1 | FileCheck -check-prefix=GISEL-O2 %s 25 ; RUN: cp llvm-isel-fuzzer %t.bin--unexist 26 ; RUN: not %t.bin--unexist %t.input 2>&1 | FileCheck -check-prefix=NO-OPT %s
|
| H A D | aarch64-execname-options.ll | 12 ; RUN: rm -f %t.bin--aarch64 13 ; RUN: rm -f %t.bin--aarch64-O1 14 ; RUN: rm -f %t.bin--O3-aarch64 16 ; RUN: cp llvm-isel-fuzzer %t.bin--aarch64 17 ; RUN: %t.bin--aarch64 %t.input 2>&1 | FileCheck -check-prefix=AARCH64 %s 20 ; RUN: cp llvm-isel-fuzzer %t.bin--aarch64-O1 21 ; RUN: %t.bin--aarch64-O1 %t.input 2>&1 | FileCheck -check-prefix=OPT-AFTER %s 24 ; RUN: cp llvm-isel-fuzzer %t.bin--O3-aarch64 25 ; RUN: %t.bin--O3-aarch64 %t.input 2>&1 | FileCheck -check-prefix=OPT-BEFORE %s
|
| /llvm-project-15.0.7/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
|
| H A D | i386-pc-linux-gnu.supp | 15 obj:/usr/bin/python* 21 obj:/usr/bin/python* 27 obj:/usr/bin/python* 33 obj:/usr/bin/as 40 obj:/usr/bin/python*
|
| /llvm-project-15.0.7/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 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 56 ${CMAKE_BINARY_DIR}/bin/ 58 install(PROGRAMS bin/${BinFile} [all …]
|
| /llvm-project-15.0.7/llvm/test/tools/llvm-objcopy/ELF/ |
| H A D | add-note.test | 5 # RUN: echo -e -n "\x04\x00\x00\x00" > %t-note.bin 6 # RUN: echo -e -n "\x10\x00\x00\x00" >> %t-note.bin 7 # RUN: echo -e -n "\x03\x00\x00\x00" >> %t-note.bin 8 # RUN: echo -e -n "GNU\x00" >> %t-note.bin 9 # RUN: echo -e -n "\x00\x01\x02\x03" >> %t-note.bin 10 # RUN: echo -e -n "\x04\x05\x06\x07" >> %t-note.bin 11 # RUN: echo -e -n "\x08\x09\x0a\x0b" >> %t-note.bin 12 # RUN: echo -e -n "\x0c\x0d\x0e\x0f" >> %t-note.bin 15 # RUN: llvm-objcopy --add-section=.note.gnu.build-id=%t-note.bin %t.o %t-with-note.o
|
| /llvm-project-15.0.7/llvm/utils/gn/secondary/clang/tools/scan-build/ |
| H A D | BUILD.gn | 3 ":bin", 10 copy("bin") { 11 sources = [ "bin/scan-build" ] 13 sources += [ "bin/set-xcode-analyzer" ] 15 sources += [ "bin/scan-build.bat" ] 17 outputs = [ "$root_build_dir/bin/{{source_file_part}}" ]
|
| /llvm-project-15.0.7/clang/tools/scan-view/ |
| H A D | CMakeLists.txt | 14 add_custom_command(OUTPUT ${CMAKE_BINARY_DIR}/bin/${BinFile} 16 ${CMAKE_BINARY_DIR}/bin 18 ${CMAKE_CURRENT_SOURCE_DIR}/bin/${BinFile} 19 ${CMAKE_BINARY_DIR}/bin/ 20 DEPENDS ${CMAKE_CURRENT_SOURCE_DIR}/bin/${BinFile}) 21 list(APPEND Depends ${CMAKE_BINARY_DIR}/bin/${BinFile}) 22 install(PROGRAMS bin/${BinFile}
|
| /llvm-project-15.0.7/libcxx/utils/ci/ |
| H A D | Dockerfile | 71 RUN ln -fs /usr/bin/clang++-$LLVM_LATEST_VERSION /usr/bin/c++ && [ -e $(readlink /usr/bin/c++) ] 72 RUN ln -fs /usr/bin/clang-$LLVM_LATEST_VERSION /usr/bin/cc && [ -e $(readlink /usr/bin/cc) ] 76 RUN ln -s /usr/bin/clang-format-$LLVM_LATEST_VERSION /usr/bin/clang-format && [ -e $(readlink /usr/… 77 RUN ln -s /usr/bin/git-clang-format-$LLVM_LATEST_VERSION /usr/bin/git-clang-format && [ -e $(readli… 81 RUN ln -s /usr/bin/clang-tidy-$LLVM_LATEST_VERSION /usr/bin/clang-tidy && [ -e $(readlink /usr/bin/… 104 ENV PATH="${PATH}:/home/libcxx-builder/.buildkite-agent/bin"
|
| /llvm-project-15.0.7/llvm/test/tools/llvm-objdump/Offloading/ |
| H A D | warning.test | 2 # RUN: yaml2obj %S/Inputs/binary.yaml -o %t-good.bin 3 # RUN: yaml2obj %S/Inputs/malformed.yaml -o %t-bad.bin 4 # RUN: cat %t-bad.bin >> %t-good.bin 6 # RUN: llvm-objcopy --update-section .llvm.offloading=%t-good.bin %t.elf
|
| /llvm-project-15.0.7/llvm/docs/ |
| H A D | GoldPlugin.rst | 35 on your system, run ``/usr/bin/ld -v``. It will report "GNU 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. 88 built to ``/usr/bin``. 160 export CC="$PREFIX/bin/clang -flto" 161 export CXX="$PREFIX/bin/clang++ -flto" 162 export AR="$PREFIX/bin/ar" 163 export NM="$PREFIX/bin/nm" 170 export PATH="$PREFIX/bin:$PATH" [all …]
|
| /llvm-project-15.0.7/libc/AOR_v20.02/networking/ |
| H A D | Dir.mk | 26 build/bin/test/chksum 55 build/bin/test/%: $(B)/test/%.o build/lib/libnetworkinglib.a 61 build/bin/%.sh: $(S)/test/%.sh 65 $(EMULATOR) build/bin/test/chksum -i simple 66 $(EMULATOR) build/bin/test/chksum -i scalar 67 $(EMULATOR) build/bin/test/chksum -i simd || true # simd is not always available
|
| /llvm-project-15.0.7/clang/tools/scan-build/ |
| H A D | CMakeLists.txt | 41 add_custom_command(OUTPUT ${CMAKE_BINARY_DIR}/bin/${BinFile} 43 ${CMAKE_BINARY_DIR}/bin 45 ${CMAKE_CURRENT_SOURCE_DIR}/bin/${BinFile} 46 ${CMAKE_BINARY_DIR}/bin/ 47 DEPENDS ${CMAKE_CURRENT_SOURCE_DIR}/bin/${BinFile}) 48 list(APPEND Depends ${CMAKE_BINARY_DIR}/bin/${BinFile}) 49 install(PROGRAMS bin/${BinFile}
|
| /llvm-project-15.0.7/lldb/test/API/functionalities/postmortem/minidump-new/ |
| H A D | regions-linux-map.yaml | 13 400d9000-400db000 r-xp 00000000 b3:04 227 /system/bin/app_process 14 400db000-400dc000 r--p 00001000 b3:04 227 /system/bin/app_process 16 400dd000-400ec000 r-xp 00000000 b3:04 300 /system/bin/linker 18 400ed000-400ee000 r--p 0000f000 b3:04 300 /system/bin/linker 19 400ee000-400ef000 rw-p 00010000 b3:04 300 /system/bin/linker
|