| /llvm-project-15.0.7/mlir/lib/IR/ |
| H A D | Visitors.cpp | 25 WalkOrder order) { in walk() argument 29 if (order == WalkOrder::PreOrder) in walk() 35 if (order == WalkOrder::PostOrder) in walk() 41 WalkOrder order) { in walk() argument 45 if (order == WalkOrder::PreOrder) in walk() 49 if (order == WalkOrder::PostOrder) in walk() 56 WalkOrder order) { in walk() argument 57 if (order == WalkOrder::PreOrder) in walk() 69 if (order == WalkOrder::PostOrder) in walk() 160 if (order == WalkOrder::PreOrder) { in walk() [all …]
|
| /llvm-project-15.0.7/lld/test/ELF/ |
| H A D | symbol-ordering-file-warnings.s | 8 # RUN: echo "missing" > %t-order-missing.txt 23 # RUN: echo "shared" > %t-order-shared.txt 33 # RUN: echo "gc" > %t-order-gc.txt 38 # RUN: echo "icf1" > %t-order-icf.txt 39 # RUN: echo "icf2" >> %t-order-icf.txt 48 # RUN: echo "discard" > %t-order-discard.txt 54 # RUN: echo "comdat" > %t-order-comdat.txt 87 # RUN: echo "_start" >> %t-order-multi.txt 88 # RUN: echo "shared" >> %t-order-multi.txt 90 # RUN: echo "gc" >> %t-order-multi.txt [all …]
|
| /llvm-project-15.0.7/polly/test/ScopInfo/ |
| H A D | invariant_load_distinct_parameter_valuations.ll | 11 ; CHECK-NEXT: Execution Context: [order, n] -> { : order = 2 } 14 ; CHECK-NEXT: Execution Context: [order, n] -> { : order = 2 } 17 ; CHECK-NEXT: Execution Context: [order, n] -> { : order = 3 } 20 ; CHECK-NEXT: Execution Context: [order, n] -> { : order = 3 } 32 switch i32 %order, label %bb32 [ 38 %tmp = add nsw i32 %order, -1 42 %tmp5 = add nsw i32 %order, -2 47 %tmp10 = icmp slt i32 %order, %n 51 %tmp11 = sext i32 %order to i64 65 %tmp17 = add nsw i32 %order, -1 [all …]
|
| /llvm-project-15.0.7/lld/test/COFF/ |
| H A D | order.test | 4 # RUN: echo fn1 > %t.order 5 # RUN: echo fn2 >> %t.order 6 # RUN: echo fn3 >> %t.order 7 # RUN: echo fn4 >> %t.order 10 # RUN: -lldmap:- -out:%t.exe -order:@%t.order | FileCheck %s 27 # RUN: echo fn1 > %t2.order 28 # RUN: echo fn2 >> %t2.order 29 # RUN: echo fn3 >> %t2.order 30 # RUN: echo fn4 >> %t2.order 33 # RUN: -out:%t.exe -order:@%t2.order 2>&1 | FileCheck -check-prefix=WARN %s [all …]
|
| H A D | section-order.test | 11 CHECK: section-order.test.tmp1.obj 12 CHECK: section-order.test.tmp2.lib 13 CHECK: section-order.test.tmp3.obj 14 CHECK: section-order.test.tmp3.lib 15 CHECK: section-order.test.tmp2.lib(section-order.test.tmp2.obj) for foo
|
| H A D | linkrepro.test | 5 # RUN: echo '_main@0' > %t.order 42 # RUN: /entry:main@0 /linkrepro:. /out:%t.exe /order:@%t.order /def:%t.def 46 # RUN: diff %t.order repro/%:t.order 57 # RUN: /entry:main@0 /linkrepro:. /out:%t.exe /order:@%t.order /def:%t.def 61 # RUN: diff %t.order repro/%:t.order 71 # LIST: .order 76 # RSP-NOT: /order:@/ 82 Test /call-graph-ordering-file (can't be used with /order:, needs separate test)
|
| H A D | ignore-many.test | 5 RUN: echo foo > %t3.order 7 RUN: lld-link /entry:main /out:%t.exe %t1.obj %t2.obj /order:@%t3.order /debug 2>&1 | FileCheck -ch… 8 RUN: lld-link /entry:main /out:%t.exe %t1.obj %t2.obj /order:@%t3.order /debug /ignore:4217,4099,40…
|
| H A D | thinlto-module-order.ll | 6 ; Ensure module re-ordering in LTO::runThinLTO does not affect the processing order. 10 ; NORMAL: thinlto-module-order.ll.tmp1.o 11 ; NORMAL: thinlto-module-order.ll.tmp2.o 15 ; REVERSED: thinlto-module-order.ll.tmp2.o 16 ; REVERSED: thinlto-module-order.ll.tmp1.o
|
| /llvm-project-15.0.7/clang/test/Analysis/ |
| H A D | padding_message.cpp | 5 Optimal fields order: \ 18 Optimal fields order: \ 33 Optimal fields order: \ 61 Optimal fields order: \ 82 Optimal fields order: \ 95 Optimal fields order: \ 108 Optimal fields order: \ 121 Optimal fields order: \ 136 Optimal fields order: \ 150 Optimal fields order: \ in internalStructFunc() [all …]
|
| /llvm-project-15.0.7/lldb/test/Shell/Unwind/ |
| H A D | basic-block-sections.test | 15 # RUN: echo "main.__part.3" > %t.order 16 # RUN: echo "bar" >> %t.order 17 # RUN: echo "main" >> %t.order 18 # RUN: echo "main.__part.2" >> %t.order 19 # RUN: echo "foo" >> %t.order 20 # RUN: echo "main.__part.1" >> %t.order 25 # RUN: echo "main.__part.1" > %t.order 26 # RUN: echo "foo" >> %t.order 27 # RUN: echo "main.__part.2" >> %t.order 28 # RUN: echo "main" >> %t.order [all …]
|
| /llvm-project-15.0.7/lldb/include/lldb/Core/ |
| H A D | Opcode.h | 43 Opcode(uint8_t inst, lldb::ByteOrder order) in Opcode() argument 44 : m_byte_order(order), m_type(eType8) { in Opcode() 48 Opcode(uint16_t inst, lldb::ByteOrder order) in Opcode() argument 49 : m_byte_order(order), m_type(eType16) { in Opcode() 53 Opcode(uint32_t inst, lldb::ByteOrder order) in Opcode() argument 54 : m_byte_order(order), m_type(eType32) { in Opcode() 156 m_byte_order = order; in SetOpcode8() 162 m_byte_order = order; in SetOpcode16() 168 m_byte_order = order; in SetOpcode16_2() 174 m_byte_order = order; in SetOpcode32() [all …]
|
| /llvm-project-15.0.7/flang/test/Evaluate/ |
| H A D | folding06.f90 | 22 integer(4), parameter :: order(2) = [2, 1] variable 29 integer(4), parameter :: int_result(*, *) = reshape(int_source, new_shape, int_pad, order) 44 reshape(char_source, new_shape, char_pad, order) 60 …type(A), parameter :: derived_result(*, *) = reshape(derived_source, new_shape, derived_pad, order) 70 …logical, parameter :: test_reshape_order_1 = all([reshape(int3d, [2,3,4], order=[1,2,3])] == [(j,j… 71 …logical, parameter :: test_reshape_order_2 = all([reshape(int3d, [2,4,3], order=[1,3,2])] == [1,2,… 72 …logical, parameter :: test_reshape_order_3 = all([reshape(int3d, [3,2,4], order=[2,1,3])] == [1,3,… 73 …logical, parameter :: test_reshape_order_4 = all([reshape(int3d, [3,4,2], order=[2,3,1])] == [1,9,… 74 …logical, parameter :: test_reshape_order_5 = all([reshape(int3d, [4,2,3], order=[3,1,2])] == [1,4,… 75 …logical, parameter :: test_reshape_order_6 = all([reshape(int3d, [4,3,2], order=[3,2,1])] == [1,7,…
|
| /llvm-project-15.0.7/mlir/test/IR/ |
| H A D | visitors.mlir | 24 // CHECK-LABEL: Op pre-order visit 35 // CHECK-LABEL: Block pre-order visits 42 // CHECK-LABEL: Region pre-order visits 49 // CHECK-LABEL: Op post-order visits 60 // CHECK-LABEL: Block post-order visits 67 // CHECK-LABEL: Region post-order visits 74 // CHECK-LABEL: Op pre-order erasures 78 // CHECK-LABEL: Block pre-order erasures 129 // CHECK-LABEL: Op pre-order visits 140 // CHECK-LABEL: Block pre-order visits [all …]
|
| /llvm-project-15.0.7/clang/utils/perf-training/ |
| H A D | CMakeLists.txt | 2 "The path to a lit testsuite containing samples for PGO and order file generation" 38 ${CMAKE_CURRENT_SOURCE_DIR}/order-files.lit.site.cfg.in 39 ${CMAKE_CURRENT_BINARY_DIR}/order-files/lit.site.cfg 43 ${CMAKE_CURRENT_BINARY_DIR}/order-files/ 54 message(FATAL_ERROR "Output clang order file is not set") 57 add_custom_target(generate-order-file 58 …COMMAND "${Python3_EXECUTABLE}" ${CMAKE_CURRENT_SOURCE_DIR}/perf-helper.py gen-order-file --binary… 59 COMMENT "Generating order file"
|
| /llvm-project-15.0.7/polly/lib/External/isl/imath/tests/gmp-compat-test/ |
| H A D | imath_custom_test.c | 2 void test_mpz_export(char **out, char *rop, size_t *countp, int order, in test_mpz_export() argument 9 *out = impz_export(rop, countp, order, size, endian, nails, op); in test_mpz_export() 12 void test_mpz_import(char *out, void *unused, size_t count, int order, in test_mpz_import() argument 23 data = impz_export(NULL, &count, order, size, endian, nails, op); in test_mpz_import() 24 impz_import(rop, count, order, size, endian, nails, data); in test_mpz_import()
|
| H A D | gmp_custom_test.c | 2 void test_mpz_export(char **out, char *rop, size_t *countp, int order, in test_mpz_export() argument 9 *out = mpz_export(rop, countp, order, size, endian, nails, op); in test_mpz_export() 12 void test_mpz_import(char *out, void *unused, size_t count, int order, in test_mpz_import() argument 23 data = mpz_export(NULL, &count, order, size, endian, nails, op); in test_mpz_import() 24 mpz_import(rop, count, order, size, endian, nails, data); in test_mpz_import()
|
| /llvm-project-15.0.7/lld/test/MachO/ |
| H A D | common-symbol-resolution.s | 12 # RUN: %lld -lSystem -order_file %t/order -dylib %t/libfoo.o -o %t/libfoo.dylib 23 # RUN: %lld -lSystem -order_file %t/order %t/common.o %t/weak-common.o %t/test.o -o %t/test 25 # RUN: %lld -lSystem -order_file %t/order %t/weak-common.o %t/common.o %t/test.o -o %t/test 29 # RUN: %lld -lSystem -order_file %t/order %t/defined.o %t/common.o %t/test.o -o %t/test 31 # RUN: %lld -lSystem -order_file %t/order %t/common.o %t/defined.o %t/test.o -o %t/test 34 # RUN: %lld -lSystem -order_file %t/order %t/weak-defined.o %t/common.o %t/test.o -o %t/test 36 # RUN: %lld -lSystem -order_file %t/order %t/common.o %t/weak-defined.o %t/test.o -o %t/test 40 # RUN: %lld -lSystem -order_file %t/order %t/defined.a %t/weak-common.o %t/test.o -o %t/test 42 # RUN: %lld -lSystem -order_file %t/order %t/weak-common.o %t/defined.a %t/test.o -o %t/test 64 #--- order [all …]
|
| H A D | subsections-symbol-relocs.s | 5 # RUN: %lld -o %t/test-1 %t/test.o -order_file %t/order-file-1 7 # RUN: %lld -o %t/test-2 %t/test.o -order_file %t/order-file-2 22 #--- order-file-1 28 ## order file listing it at the end. 31 #--- order-file-2 32 ## _bar and _baz point to the same address, so both order files should achieve
|
| H A D | common-symbol-coalescing.s | 12 # RUN: %lld %t/test.o %t/smaller-size.o -order_file %t/order -o %t/test 14 # RUN: %lld %t/smaller-size.o %t/test.o -order_file %t/order -o %t/test 19 # RUN: %lld %t/test.o %t/same-size.o -order_file %t/order -o %t/test 21 # RUN: %lld %t/same-size.o %t/test.o -order_file %t/order -o %t/test 24 # RUN: %lld %t/test.o %t/zero-align.o -order_file %t/order -o %t/test 26 # RUN: %lld %t/zero-align.o %t/test.o -order_file %t/order -o %t/test 29 # RUN: %lld %t/test.o %t/zero-align-round-up.o -order_file %t/order -o %t/test 31 # RUN: %lld %t/zero-align-round-up.o %t/test.o -order_file %t/order -o %t/test 42 #--- order
|
| /llvm-project-15.0.7/clang-tools-extra/test/clang-apply-replacements/Inputs/order-dependent/ |
| H A D | file2.yaml | 2 MainSourceFile: order-dependent.cpp 4 - DiagnosticName: test-order-dependent-insertion 7 FilePath: $(path)/order-dependent.cpp 10 - FilePath: $(path)/order-dependent.cpp
|
| H A D | file1.yaml | 2 MainSourceFile: order-dependent.cpp 4 - DiagnosticName: test-order-dependent-insertion 7 FilePath: $(path)/order-dependent.cpp 10 - FilePath: $(path)/order-dependent.cpp
|
| /llvm-project-15.0.7/flang/test/Lower/Intrinsics/ |
| H A D | reshape.f90 | 31 subroutine test_reshape_optional(pad, order, source, shape) argument 33 integer, pointer :: order(:) local 36 print *, reshape(source=source, shape=shape, pad=pad, order=order)
|
| /llvm-project-15.0.7/clang/lib/Headers/ |
| H A D | stdatomic.h | 74 #define atomic_thread_fence(order) __c11_atomic_thread_fence(order) argument 75 #define atomic_signal_fence(order) __c11_atomic_signal_fence(order) argument 175 …efine atomic_flag_test_and_set_explicit(object, order) __c11_atomic_exchange(&(object)->_Value, 1,… argument 178 #define atomic_flag_clear_explicit(object, order) __c11_atomic_store(&(object)->_Value, 0, order) argument
|
| /llvm-project-15.0.7/flang/unittests/Evaluate/ |
| H A D | reshape.cpp | 57 Descriptor &order{orderDescriptor.descriptor()}; in main() local 60 order.Establish(TypeCategory::Integer, static_cast<int>(sizeof orderData[0]), in main() 64 order.Check(); in main() 65 MATCH(1, order.rank()); in main() 66 MATCH(2, order.GetDimension(0).Extent()); in main() 71 RTNAME(Reshape)(*result, *source, *shape, &pad, &order, __FILE__, __LINE__); in main()
|
| /llvm-project-15.0.7/clang/test/OpenMP/ |
| H A D | parallel_for_messages.cpp | 96 #pragma omp parallel for order // omp45-error {{unexpected OpenMP clause 'order' in directive '#pra… in test_ordered() 99 #pragma omp parallel for order( // omp45-error {{unexpected OpenMP clause 'order' in directive '#pr… in test_ordered() 102 #pragma omp parallel for order(none // omp45-error {{unexpected OpenMP clause 'order' in directive … in test_ordered() 105 #pragma omp parallel for order(concurrent // omp45-error {{unexpected OpenMP clause 'order' in dire… in test_ordered() 108 #pragma omp parallel for order(concurrent) // omp45-error {{unexpected OpenMP clause 'order' in dir… in test_ordered()
|