| /llvm-project-15.0.7/llvm/test/tools/llvm-ar/ |
| H A D | thin-archive.test | 7 Test that modules can be added with absolute paths when the archive is created using an absolute pa… 9 RUN: llvm-ar rc --thin %t/absolute-1a.ar %t/foo/elf.o %t/delete.o %t/foo/bar/elf.o 10 RUN: llvm-ar --thin d %t/absolute-1a.ar delete.o 12 RUN: FileCheck --input-file=%t/absolute-1a.ar --check-prefixes=THIN,CHECK %s -DPATH=%/t/ 13 RUN: llvm-ar t %t/absolute-1a.ar | FileCheck %s -DPATH=%/t/ 15 RUN: llvm-ar rTc %t/absolute-1b.ar %t/foo/elf.o %t/delete.o %t/foo/bar/elf.o 16 RUN: llvm-ar dT %t/absolute-1b.ar delete.o 17 RUN: cmp %t/absolute-1a.ar %t/absolute-1b.ar 23 RUN: cd %t/foo && llvm-ar rTc bar/absolute-2.ar %t/foo/elf.o %t/delete.o %t/foo/bar/elf.o 24 RUN: cd %t/foo && llvm-ar dT bar/absolute-2.ar %t/delete.o [all …]
|
| H A D | absolute-paths.test | 1 MSVC's lib.exe produces archives with absolute paths to the members. It's useful 8 RUN: llvm-ar t %S/Inputs/absolute-paths.lib | FileCheck %s --check-prefix=CHECK-LIST 13 RUN: llvm-ar xP %S/Inputs/absolute-paths.lib 'C:/src/llvm-project/build/dne/a.o' 18 RUN: llvm-ar xP %S/Inputs/absolute-paths.lib C:/src/llvm-project/build/dne/b.o 23 archive with absolute paths. Extracting all objects doesn't need P because we 26 RUN: llvm-ar x %S/Inputs/absolute-paths.lib 31 RUN: llvm-ar x %S/Inputs/absolute-paths.lib --output=dir/
|
| /llvm-project-15.0.7/llvm/test/tools/llvm-readobj/ELF/ |
| H A D | thin-archive-paths.test | 23 # RUN: llvm-ar rcT c/absolute.a %t/a/b/1.o 25 # Show that absolute paths in the file header printing are correct. 26 # RUN: llvm-readobj --file-headers c/absolute.a | FileCheck %s --check-prefix=ABS -DARFILE="c/absol… 29 # Show that absolute paths in an error message for both archive and member are correct. 31 # RUN: not llvm-readobj --file-headers %/t/c/absolute.a 2>&1 | FileCheck %s --check-prefix=ERR2 -DD… 32 # RUN: not llvm-readelf --file-headers %/t/c/absolute.a 2>&1 | FileCheck %s --check-prefix=ERR2 -DD… 33 # ERR2: error: '[[DIR]]/c/absolute.a': '[[DIR]]/a/b/1.o': [[MSG]]
|
| /llvm-project-15.0.7/llvm/test/CodeGen/SystemZ/ |
| H A D | vec-abs-05.ll | 1 ; Test f64 and v2f64 absolute. 8 ; Test a plain absolute. 17 ; Test a negative absolute. 27 ; Test an f64 absolute that uses vector registers. 37 ; Test an f64 negative absolute that uses vector registers.
|
| H A D | vec-abs-06.ll | 1 ; Test f32 and v4f32 absolute on z14. 8 ; Test a plain absolute. 17 ; Test a negative absolute. 27 ; Test an f32 absolute that uses vector registers. 37 ; Test an f32 negative absolute that uses vector registers.
|
| H A D | int-abs-01.ll | 1 ; Test integer absolute. 5 ; Test i32->i32 absolute using slt. 16 ; Test i32->i32 absolute using sle. 27 ; Test i32->i32 absolute using sgt. 38 ; Test i32->i32 absolute using sge. 49 ; Test i32->i64 absolute. 61 ; Test i32->i64 absolute that uses an "in-register" form of sign extension. 74 ; Test i64 absolute.
|
| H A D | int-neg-02.ll | 1 ; Test negative integer absolute. 5 ; Test i32->i32 negative absolute using slt. 17 ; Test i32->i32 negative absolute using sle. 29 ; Test i32->i32 negative absolute using sgt. 41 ; Test i32->i32 negative absolute using sge. 53 ; Test i32->i64 negative absolute. 66 ; Test i32->i64 negative absolute that uses an "in-register" form of 81 ; Test i64 negative absolute.
|
| /llvm-project-15.0.7/llvm/test/MC/Mips/ |
| H A D | mips-pdr-bad.s | 8 .ent foo, bar # AMS: :[[@LINE]]:23: error: expected an absolute expression after comma 16 .frame $sp, bar # ASM: :[[@LINE]]:25: error: frame size not an absolute expression 23 .mask foo # ASM: :[[@LINE]]:19: error: bitmask not an absolute expression 26 .mask 0x80000000, foo # ASM: :[[@LINE]]:31: error: frame offset not an absolute expression 30 .fmask foo # ASM: :[[@LINE]]:20: error: bitmask not an absolute expression 33 .fmask 0x80000000, foo # ASM: :[[@LINE]]:32: error: frame offset not an absolute expression
|
| /llvm-project-15.0.7/mlir/include/mlir/Dialect/Math/IR/ |
| H A D | MathBase.td | 18 explicitly specified otherwise. As an example, the floating point absolute value 22 // Scalar absolute value. 25 // Vector elementwise absolute value. 28 // Tensor elementwise absolute value.
|
| /llvm-project-15.0.7/llvm/test/MC/AsmParser/ |
| H A D | assembler-expressions.s | 10 # ASM-ERR: [[@LINE+1]]:5: error: expected absolute expression 19 # ASM-ERR: [[@LINE+1]]:5: error: expected absolute expression 36 # ASM-ERR: [[@LINE+1]]:5: error: expected absolute expression 43 # ASM-ERR: [[@LINE+1]]:5: error: expected absolute expression
|
| H A D | layout-interdependency.s | 6 # CHECK: layout-interdependency.s:[[#@LINE+1]]:7: error: expected assembly-time absolute expression 8 # CHECK: layout-interdependency.s:[[#@LINE+1]]:7: error: expected assembly-time absolute expression
|
| /llvm-project-15.0.7/libcxx/test/std/input.output/filesystems/fs.op.funcs/fs.op.absolute/ |
| H A D | absolute.pass.cpp | 31 ASSERT_NOT_NOEXCEPT(absolute(p)); in TEST_CASE() 32 ASSERT_NOT_NOEXCEPT(absolute(p, ec)); in TEST_CASE() 50 const path ret = absolute(TC.input, ec); in TEST_CASE()
|
| /llvm-project-15.0.7/cmake/Modules/ |
| H A D | FindPrefixFromConfig.cmake | 6 # We want to do this without baking in an absolute path when the config file is 30 # Because the path is absolute, we don't care about `path_to_leave` 31 # because we can just "jump" to the absolute path rather than work 34 "# Installation prefix is fixed absolute path" 39 # install prefix, and avoid hard-coding any absolute paths.
|
| /llvm-project-15.0.7/lld/test/ELF/ |
| H A D | riscv-undefined-weak.s | 5 # RUN: ld.lld -e absolute %t.o -o %t 9 # RUN: ld.lld -e absolute %t.o -o %t --export-dynamic 14 .global absolute, relative, branch 20 # CHECK-LABEL: <absolute>: 23 absolute: label
|
| H A D | relocation-relative-absolute.s | 4 # RUN: %S/Inputs/relocation-relative-absolute.s -o %tinput2.o 10 # CHECK: error: relocation R_X86_64_PLT32 cannot refer to absolute symbol: answer
|
| /llvm-project-15.0.7/llvm/test/DebugInfo/ |
| H A D | debuglineinfo-path.ll | 1 ; Make sure that absolute source dir is detected correctly regardless of the platform. 16 ;POSIX_A: /absolute/posix/path{{[\/]}}posix.c 22 ;WIN: E:\absolute\windows\path{{[\/]}}win.c 44 !51 = !DIFile(filename: "win.c", directory: "E:\\absolute\\windows\\path") 55 !31 = !DIFile(filename: "posix.c", directory: "/absolute/posix/path")
|
| /llvm-project-15.0.7/llvm/test/ExecutionEngine/JITLink/X86/Inputs/ |
| H A D | MachO_local_absolute_def.s | 1 # Supplies an internal definition of an absolute symbol, plus a global symbol 2 # containing the absolute symbol's value.
|
| H A D | MachO_global_absolute_def.s | 1 # Supplies a global definition of an absolute symbol, plus a global symbol 2 # containing the absolute symbol's value.
|
| /llvm-project-15.0.7/llvm/test/CodeGen/PowerPC/ |
| H A D | aix-filename-absolute-path.ll | 6 ; CHECK: .file "/absolute/path/to/file" 9 source_filename = "/absolute/path/to/file"
|
| /llvm-project-15.0.7/llvm/test/tools/llvm-objdump/X86/ |
| H A D | elf-disassemble-symbol-labels-exec.test | 6 # RUN: --implicit-check-not=absolute \ 52 - Name: absolute # Show that absolute symbols are ignored.
|
| H A D | elf-disassemble-symbol-labels-rel.test | 9 # RUN: --implicit-check-not=absolute \ 54 - Name: absolute # Show that absolute symbols are ignored.
|
| /llvm-project-15.0.7/llvm/docs/ |
| H A D | AMDGPUModifierSyntax.rst | 161 :ref:`absolute expressions<amdgpu_synid_absolute_expression>`. 1161 :ref:`absolute expressions<amdgpu_synid_absolute_expression>`. 1199 :ref:`absolute expressions<amdgpu_synid_absolute_expression>`. 1237 :ref:`absolute expressions<amdgpu_synid_absolute_expression>`. 1278 :ref:`absolute expressions<amdgpu_synid_absolute_expression>`. 1308 :ref:`absolute expressions<amdgpu_synid_absolute_expression>`. 1415 :ref:`absolute expressions<amdgpu_synid_absolute_expression>`. 1581 :ref:`absolute expressions<amdgpu_synid_absolute_expression>`. 1610 :ref:`absolute expressions<amdgpu_synid_absolute_expression>`. 1669 :ref:`absolute expressions<amdgpu_synid_absolute_expression>`. [all …]
|
| /llvm-project-15.0.7/lld/test/COFF/ |
| H A D | secrel-absolute.s | 5 # secrel relocations against absolute symbols are errors. 7 # CHECK: SECREL relocation cannot be applied to absolute symbols
|
| /llvm-project-15.0.7/llvm/test/ExecutionEngine/JITLink/X86/ |
| H A D | COFF_abs.s | 5 # Check absolute symbol is created with a correct value. 8 # CHECK: 6: Creating defined graph symbol for COFF symbol "abs" in (absolute) (index: -1)
|
| /llvm-project-15.0.7/lld/test/MachO/ |
| H A D | abs-symbols.s | 12 # CHECK-DAG: 0x0000DEAD _foo [absolute] 13 # CHECK-DAG: 0x0000BEEF _weakfoo [absolute]
|