Home
last modified time | relevance | path

Searched refs:ordering (Results 1 – 25 of 272) sorted by relevance

1234567891011

/llvm-project-15.0.7/lld/test/ELF/
H A Dsymbol-ordering-file-warnings.s9 # 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 Dsymbol-ordering-file.s25 ## 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 Dcgprofile-warn.s11 # 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 Dcgprofile-err.s6 # RUN: not ld.lld %t --call-graph-ordering-file \
12 # RUN: not ld.lld %t --call-graph-ordering-file \
H A Darm-symbol-ordering-file.s11 # 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 Dsymbol-ordering-file-icf.s6 # 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 Dcgprofile-reproduce.s8 # 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 Dsymbol-ordering-function.s3 ## 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 Dsymbol-ordering-data.s3 ## 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 DRISCVInstrInfoA.td162 (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 Dsplit-machine-functions.test18 # 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 Dbasic-block-sections.test21 …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 Dtest_case.py121 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 Dtest_setups.py514 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 Dcommon.h70 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 Dmlir_pytaco.py249 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 Dsymbol-ordering-file.s12 # 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 Dsymbol-ordering-file2.s8 # 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 Dcgprofile-err.s6 # 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 Dops.mlir49 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 Dtest_g_load.mir23 ; CHECK: Bad machine code: atomic load cannot use release ordering
26 ; CHECK: Bad machine code: atomic load cannot use release ordering
H A Dtest_g_store.mir24 ; 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 Dinvalid_encoding.mlir13 …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 Dcall-arg-is-callee.ll6 ; 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 Dsection-order.s2 ## Check that section ordering follows from input file ordering.

1234567891011