| /llvm-project-15.0.7/lld/test/ELF/ |
| H A D | symbol-ordering-file-warnings.s | 9 # RUN: ld.lld %t1.o -o %t --symbol-ordering-file %t-order-missing.txt \ 13 # RUN: ld.lld %t1.o -o %t --symbol-ordering-file %t-order-missing.txt \ 14 # RUN: --unresolved-symbols=ignore-all --no-warn-symbol-ordering 2>&1 | \ 18 # RUN: ld.lld %t1.o -o %t --symbol-ordering-file %t-order-missing.txt \ 19 # RUN: --unresolved-symbols=ignore-all --no-warn-symbol-ordering --warn-symbol-ordering 2>&1 | \ 24 # RUN: ld.lld %t1.o %t.so -o %t --symbol-ordering-file %t-order-shared.txt \ 29 # RUN: ld.lld %t1.o -o %t --symbol-ordering-file %t-order-absolute.txt \ 40 # RUN: ld.lld %t1.o -o %t --symbol-ordering-file %t-order-icf.txt --icf=all \ 64 # RUN: ld.lld %t1.o %t2.o -o %t --symbol-ordering-file %t-order-weak.txt \ 112 # MISSING: warning: symbol ordering file: no such symbol: missing [all …]
|
| H A D | symbol-ordering-file.s | 25 ## Show that both --symbol-ordering-file and --symbol-ordering-file= work. 29 # RUN: ld.lld --symbol-ordering-file %t_order.txt %t.o -o %t2.out 2>&1 | \ 32 # RUN: ld.lld --symbol-ordering-file=%t_order.txt %t.o -o %t2.out 42 ## Show that a nonexistent symbol ordering file causes an error. 43 # RUN: not ld.lld --symbol-ordering-file=%t.nonexistent %t.o -o %t3.out 2>&1 | \ 48 ## Show that an empty ordering file can be handled (symbols remain in their 51 # RUN: ld.lld --symbol-ordering-file=%t.empty %t.o -o %t4.out
|
| H A D | cgprofile-warn.s | 11 # RUN: ld.lld -e A %t --call-graph-ordering-file %t.call_graph -o /dev/null \ 33 # RUN: ld.lld %t --call-graph-ordering-file %t.call_graph -o /dev/null \ 34 # RUN: -noinhibit-exec -icf=all --no-warn-symbol-ordering 2>&1 \
|
| H A D | cgprofile-err.s | 6 # RUN: not ld.lld %t --call-graph-ordering-file \ 12 # RUN: not ld.lld %t --call-graph-ordering-file \
|
| H A D | arm-symbol-ordering-file.s | 11 # RUN: ld.lld --symbol-ordering-file %t_order.txt %t.small.o -o %t2.small.out 12 # RUN: ld.lld --symbol-ordering-file %t_order.txt %t.large.o -o %t2.large.out 13 # RUN: ld.lld --symbol-ordering-file %t_order.txt %t.large.RO.o -o %t2.large.RO.out
|
| H A D | symbol-ordering-file-icf.s | 6 # RUN: ld.lld --icf=all --symbol-ordering-file %t.order -shared %t.o -o %t.so 10 ## place them before 'bar', in according to ordering file.
|
| H A D | cgprofile-reproduce.s | 8 # RUN: ld.lld -e A %t --call-graph-ordering-file %t.call_graph -o %t2 --print-symbol-order=%t3 9 # RUN: ld.lld -e A %t --symbol-ordering-file %t3 -o %t2
|
| /llvm-project-15.0.7/lld/test/ELF/lto/ |
| H A D | symbol-ordering-function.s | 3 ## Test we enable function sections for LTO so --symbol-ordering-fils is respected 7 # RUN: llvm-as %p/Inputs/symbol-ordering-lto.ll -o %t.bc 13 # RUN: ld.lld --symbol-ordering-file %t_order_lto.txt %t.o %t.bc -o %t
|
| H A D | symbol-ordering-data.s | 3 ## Test we enable data sections for LTO so --symbol-ordering-fils is respected 7 # RUN: llvm-as %p/Inputs/data-ordering-lto.ll -o %t.bc 13 # RUN: ld.lld --symbol-ordering-file %t_order_lto.txt %t.o %t.bc -o %t
|
| /llvm-project-15.0.7/llvm/lib/Target/RISCV/ |
| H A D | RISCVInstrInfoA.td | 162 (ins GPR:$addr, GPR:$incr, ixlenimm:$ordering), []> { 186 (ins GPR:$addr, GPR:$incr, GPR:$mask, ixlenimm:$ordering), []> { 196 ixlenimm:$ordering), []> { 206 (ins GPR:$addr, GPR:$incr, GPR:$mask, ixlenimm:$ordering), []> { 215 : Pat<(intrin GPR:$addr, GPR:$incr, GPR:$mask, timm:$ordering), 216 (AMOInst GPR:$addr, GPR:$incr, GPR:$mask, timm:$ordering)>; 220 timm:$ordering), 222 timm:$ordering)>; 290 ixlenimm:$ordering), []> { 299 GPR:$addr, GPR:$cmpval, GPR:$newval, GPR:$mask, timm:$ordering), [all …]
|
| /llvm-project-15.0.7/lldb/test/Shell/Unwind/ |
| H A D | split-machine-functions.test | 18 # Test a permutation where foo.cold is very far from foo. The default ordering does not 19 # ensure that there will be a gap between foo and foo.cold. Using a symbol ordering 21 …e-functions -o %t -fuse-ld=lld -Wl,--symbol-ordering-file,%t.split/sym_order_1.txt -Wl,--warn-symb…
|
| H A D | basic-block-sections.test | 21 …fbasic-block-sections=all -fuse-ld=lld -Wl,--symbol-ordering-file,%t.order -Wl,--warn-symbol-order… 31 …fbasic-block-sections=all -fuse-ld=lld -Wl,--symbol-ordering-file,%t.order -Wl,--warn-symbol-order…
|
| /llvm-project-15.0.7/lldb/third_party/Python/module/unittest2/unittest2/test/ |
| H A D | test_case.py | 121 ordering = [] 131 ordering.append('test') 139 ordering.append('cleanup1') 142 ordering.append('cleanup2') 148 ordering.append('success') 158 ordering = [] 165 ordering = [] 174 ordering.append('test') 182 ordering.append('cleanup1') 186 ordering.append('cleanup2') [all …]
|
| H A D | test_setups.py | 514 ordering = [] 520 ordering.append('setUpModule') 524 ordering.append('tearDownModule') 530 ordering.append('setUpClass') 534 ordering.append('tearDownClass') 537 ordering.append('test_something') 550 self.assertEqual(ordering, expectedOrder)
|
| /llvm-project-15.0.7/flang/include/flang/Evaluate/ |
| H A D | common.h | 70 static constexpr Ordering Reverse(Ordering ordering) { in Reverse() argument 71 if (ordering == Ordering::Less) { in Reverse() 73 } else if (ordering == Ordering::Greater) { in Reverse() 80 static constexpr Relation RelationFromOrdering(Ordering ordering) { in RelationFromOrdering() argument 81 if (ordering == Ordering::Less) { in RelationFromOrdering() 83 } else if (ordering == Ordering::Greater) { in RelationFromOrdering()
|
| /llvm-project-15.0.7/mlir/test/Integration/Dialect/SparseTensor/taco/tools/ |
| H A D | mlir_pytaco.py | 249 ordering: List[int] 257 if (not isinstance(self.ordering, list) or 258 not _all_instance_of(self.ordering, int)): 268 return len(self.ordering) 313 ordering: Optional[ModeOrdering] = None variable in Format 335 if self.ordering is None: 337 if isinstance(self.ordering, list): 340 self.ordering = ModeOrdering(self.ordering) 355 perm = np.array(self.ordering.ordering, dtype=np.ulonglong) 364 (self.ordering is None) else self.ordering.ordering) [all …]
|
| /llvm-project-15.0.7/lld/test/ELF/linkerscript/ |
| H A D | symbol-ordering-file.s | 12 # RUN: ld.lld --symbol-ordering-file %t.ord %t.o --script %t.script -o %t2.out 18 # RUN: ld.lld --symbol-ordering-file %t.ord %t.o --script %t2.script -o %t3.out 22 # RUN: ld.lld --symbol-ordering-file %t.ord %t.o --script %t3.script -o %t4.out
|
| H A D | symbol-ordering-file2.s | 8 # RUN: ld.lld --symbol-ordering-file %t.ord %t.o --script %t.script \ 15 # RUN: ld.lld --symbol-ordering-file %t.ord %t.o -defsym=bar=1 \
|
| /llvm-project-15.0.7/lld/test/COFF/ |
| H A D | cgprofile-err.s | 6 # RUN: not lld-link /dll /noentry /subsystem:console %t /call-graph-ordering-file:%t.call_graph /o… 11 # RUN: not lld-link /dll /noentry /subsystem:console %t /call-graph-ordering-file:%t.call_graph /o…
|
| /llvm-project-15.0.7/mlir/test/Dialect/MLProgram/ |
| H A D | ops.mlir | 49 ordering(() -> !ml_program.token) : tensor<?xi32> 51 ordering(%token1, %token2 -> !ml_program.token) : tensor<?xi32> 53 ordering(%token3 -> !ml_program.token) : tensor<?xi32>
|
| /llvm-project-15.0.7/llvm/test/MachineVerifier/ |
| H A D | test_g_load.mir | 23 ; CHECK: Bad machine code: atomic load cannot use release ordering 26 ; CHECK: Bad machine code: atomic load cannot use release ordering
|
| H A D | test_g_store.mir | 24 ; CHECK: Bad machine code: atomic store cannot use acquire ordering 27 ; CHECK: Bad machine code: atomic store cannot use acquire ordering
|
| /llvm-project-15.0.7/mlir/test/Dialect/SparseTensor/ |
| H A D | invalid_encoding.mlir | 13 …g = affine_map<(i) -> (i)>}> // expected-error {{unexpected mismatch in ordering and dimension lev… 28 …coding<{dimOrdering = "wrong"}> // expected-error {{expected an affine map for dimension ordering}} 33 …ap<(i,j) -> (i,i)>}> // expected-error {{expected a permutation affine map for dimension ordering}}
|
| /llvm-project-15.0.7/llvm/test/Assembler/ |
| H A D | call-arg-is-callee.ll | 6 ; Check ordering of callee operand versus the argument operand. 12 ; Check ordering of callee operand versus the argument operand.
|
| /llvm-project-15.0.7/lld/test/MachO/ |
| H A D | section-order.s | 2 ## Check that section ordering follows from input file ordering.
|