Home
last modified time | relevance | path

Searched refs:absolute (Results 1 – 25 of 320) sorted by relevance

12345678910>>...13

/llvm-project-15.0.7/llvm/test/tools/llvm-ar/
H A Dthin-archive.test7 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 Dabsolute-paths.test1 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 Dthin-archive-paths.test23 # 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 Dvec-abs-05.ll1 ; 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 Dvec-abs-06.ll1 ; 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 Dint-abs-01.ll1 ; 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 Dint-neg-02.ll1 ; 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 Dmips-pdr-bad.s8 .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 DMathBase.td18 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 Dassembler-expressions.s10 # 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 Dlayout-interdependency.s6 # 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 Dabsolute.pass.cpp31 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 DFindPrefixFromConfig.cmake6 # 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 Driscv-undefined-weak.s5 # 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 Drelocation-relative-absolute.s4 # 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 Ddebuglineinfo-path.ll1 ; 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 DMachO_local_absolute_def.s1 # Supplies an internal definition of an absolute symbol, plus a global symbol
2 # containing the absolute symbol's value.
H A DMachO_global_absolute_def.s1 # 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 Daix-filename-absolute-path.ll6 ; 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 Delf-disassemble-symbol-labels-exec.test6 # RUN: --implicit-check-not=absolute \
52 - Name: absolute # Show that absolute symbols are ignored.
H A Delf-disassemble-symbol-labels-rel.test9 # RUN: --implicit-check-not=absolute \
54 - Name: absolute # Show that absolute symbols are ignored.
/llvm-project-15.0.7/llvm/docs/
H A DAMDGPUModifierSyntax.rst161 :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 Dsecrel-absolute.s5 # 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 DCOFF_abs.s5 # 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 Dabs-symbols.s12 # CHECK-DAG: 0x0000DEAD _foo [absolute]
13 # CHECK-DAG: 0x0000BEEF _weakfoo [absolute]

12345678910>>...13