| /llvm-project-15.0.7/libcxx/test/std/algorithms/alg.sorting/alg.lex.comparison/ |
| H A D | ranges.lexicographical_compare.pass.cpp | 77 std::array<int, M> input2; member 86 … Iter2(d.input2.data()), Sent2(Iter2(d.input2.data() + d.input2.size()))); in test() 91 …auto range2 = std::ranges::subrange(Iter2(d.input2.data()), Sent2(Iter2(d.input2.data() + d.input2… in test() 101 …test<Iter1, Sent1, Iter2, Sent2, 4, 4>({.input1 = {1, 2}, .input2 = {1, 2, 3, 4}, .expected = true… in test_iterators() 103 …test<Iter1, Sent1, Iter2, Sent2, 4, 4>({.input1 = {1, 2, 3, 4}, .input2 = {1, 2, 3, 4}, .expected … in test_iterators() 105 test<Iter1, Sent1, Iter2, Sent2, 0, 4>({.input1 = {}, .input2 = {1, 2, 3, 4}, .expected = true}); in test_iterators() 107 test<Iter1, Sent1, Iter2, Sent2, 4, 0>({.input1 = {1, 2, 3, 4}, .input2 = {}, .expected = false}); in test_iterators() 109 test<Iter1, Sent1, Iter2, Sent2, 0, 0>({.input1 = {}, .input2 = {}, .expected = false}); in test_iterators() 111 …test<Iter1, Sent1, Iter2, Sent2, 3, 5>({.input1 = {1, 2, 3}, .input2 = {1, 2, 4, 5, 6}, .expected … in test_iterators() 113 …test<Iter1, Sent1, Iter2, Sent2, 3, 5>({.input1 = {1, 2, 4}, .input2 = {1, 2, 3, 4, 5}, .expected … in test_iterators() [all …]
|
| /llvm-project-15.0.7/libcxx/test/std/algorithms/alg.nonmodifying/alg.is_permutation/ |
| H A D | ranges.is_permutation.pass.cpp | 77 std::array<int, M> input2; member 86 Iter1(d.input2.data()), in test() 87 … Sent1(Iter1(d.input2.data() + M))); in test() 92 auto range2 = std::ranges::subrange(Iter1(d.input2.data()), Sent1(Iter1(d.input2.data() + M))); in test() 101 …test<Iter1, Sent1, Iter2, Sent2, 4, 4>({.input1 = {1, 2, 3, 4}, .input2 = {1, 2, 3, 4}, .expected … in test_iterators() 104 …test<Iter1, Sent1, Iter2, Sent2, 4, 4>({.input1 = {1, 2, 3, 4}, .input2 = {4, 3, 2, 1}, .expected … in test_iterators() 116 test<Iter1, Sent1, Iter2, Sent2, 0, 4>({.input1 = {}, .input2 = {4, 3, 2, 1}, .expected = false}); in test_iterators() 119 …test<Iter1, Sent1, Iter2, Sent2, 5, 0>({.input1 = {4, 2, 3, 1, 5}, .input2 = {}, .expected = false… in test_iterators() 122 test<Iter1, Sent1, Iter2, Sent2, 0, 0>({.input1 = {}, .input2 = {}, .expected = true}); in test_iterators() 125 test<Iter1, Sent1, Iter2, Sent2, 1, 1>({.input1 = {1}, .input2 = {1}, .expected = true}); in test_iterators() [all …]
|
| /llvm-project-15.0.7/libcxx/test/std/algorithms/alg.nonmodifying/alg.find.first.of/ |
| H A D | ranges.find_first_of.pass.cpp | 74 std::array<int, N2> input2; member 83 … Iter2(d.input2.data()), Sent2(Iter2(d.input2.data() + d.input2.size()))); in test() 88 …auto range2 = std::ranges::subrange(Iter2(d.input2.data()), Sent2(Iter2(d.input2.data() + d.input2… in test() 97 test<Iter1, Sent1, Iter2, Sent2, 4, 2>({.input1 = {1, 2, 3, 4}, .input2 = {2, 3}, .expected = 1}); in test_iterators() 99 test<Iter1, Sent1, Iter2, Sent2, 4, 2>({.input1 = {1, 2, 3, 4}, .input2 = {3, 2}, .expected = 1}); in test_iterators() 101 test<Iter1, Sent1, Iter2, Sent2, 4, 0>({.input1 = {1, 2, 3, 4}, .input2 = {}, .expected = 4}); in test_iterators() 103 test<Iter1, Sent1, Iter2, Sent2, 0, 1>({.input1 = {}, .input2 = {1}, .expected = 0}); in test_iterators() 105 test<Iter1, Sent1, Iter2, Sent2, 0, 0>({.input1 = {}, .input2 = {}, .expected = 0}); in test_iterators() 107 …test<Iter1, Sent1, Iter2, Sent2, 5, 2>({.input1 = {5, 4, 3, 2, 1}, .input2 = {1, 5}, .expected = 0… in test_iterators() 109 …test<Iter1, Sent1, Iter2, Sent2, 5, 2>({.input1 = {5, 4, 3, 2, 1}, .input2 = {1, 6}, .expected = 4… in test_iterators() [all …]
|
| /llvm-project-15.0.7/llvm/test/tools/llvm-libtool-darwin/ |
| H A D | create-static-lib.test | 4 # RUN: yaml2obj %S/Inputs/input2.yaml -o %t-input2.o 8 # RUN: llvm-libtool-darwin -static -o %t.lib %t-input1.o %t-input2.o %t-x86_64.bc 9 # RUN: llvm-libtool-darwin -static -o %t2.lib -o %t.lib %t-input1.o %t-input2.o %t-x86_64.bc 17 # CHECK-NAMES-NEXT: [[PREFIX]]-input2.o 26 # CHECK-SYMBOLS-NEXT: _symbol2 in [[PREFIX]]-input2.o 37 # FORMAT-NEXT: [[PREFIX]]-input2.o 42 # RUN: llvm-libtool-darwin -static -o %t.lib %t-input2.o 48 # OVERWRITE-NAMES: [[PREFIX]]-input2.o 51 # OVERWRITE-SYMBOLS-NEXT: _symbol2 in [[PREFIX]]-input2.o 55 # RUN: llvm-libtool-darwin -static -o %t.lib %t-input1.o %t-input2.o %t-input1.o 2>&1 | \ [all …]
|
| H A D | filelist.test | 4 # RUN: yaml2obj %S/Inputs/input2.yaml -o %t-input2.o 9 # RUN: echo %t-input2.o >> %t.files.txt 18 # CHECK-NAMES-NEXT: [[PREFIX]]-input2.o 27 # CHECK-SYMBOLS-NEXT: _symbol2 in [[PREFIX]]-input2.o 49 # RUN: llvm-libtool-darwin -static -o %t.lib -filelist %t.files2.txt,%t/dirname %t-input2.o 55 # REVERSE-NAMES: [[PREFIX]]-input2.o 59 # REVERSE-SYMBOLS-NEXT: _symbol2 in [[PREFIX]]-input2.o 77 # RUN: yaml2obj %S/Inputs/input2.yaml -o %basename_t.tmp-input2.o 78 # RUN: echo %basename_t.tmp-input2.o > %t.files-cwd.txt 94 # RUN: echo %t-input2.o > %t.blank-line.txt [all …]
|
| H A D | L-and-l.test | 4 # RUN: yaml2obj %S/Inputs/input2.yaml -o %t-input2.o 14 # CHECK-NAMES-NEXT: [[PREFIX]]-input2.o 18 # CHECK-SYMBOLS-NEXT: _symbol2 in [[PREFIX]]-input2.o 23 # RUN: llvm-ar cr %t/dirname/libinput2.a %t-input2.o 31 # SINGLE-NAMES: [[PREFIX]]-input2.o 34 # SINGLE-SYMBOLS-NEXT: _symbol2 in [[PREFIX]]-input2.o 47 # OTHER-NAMES: [[PREFIX]]-input2.o 67 # RUN: cp %t-input2.o %t/dirname 69 # RUN: %t/dirname/%basename_t.tmp-input2.o %t-input2.o 2>&1 | \ 71 # RUN: -DFILE=%basename_t.tmp-input2.o \ [all …]
|
| H A D | version.test | 22 # RUN: yaml2obj %S/Inputs/input2.yaml -o %t-input2.o 23 # RUN: llvm-libtool-darwin -static -o %t.lib %t-input1.o %t-input2.o -V | FileCheck %s 24 # RUN: llvm-libtool-darwin -static -o %t2.lib %t-input1.o %t-input2.o
|
| H A D | archive-flattening.test | 4 # RUN: yaml2obj %S/Inputs/input2.yaml -o %t-input2.o 9 # RUN: llvm-ar cr %t.correct.ar %t-x86_64.bc %t-input1.o %t-input2.o 18 # CHECK-NAMES-NEXT: [[PREFIX]]-input2.o 27 # CHECK-SYMBOLS-NEXT: _symbol2 in [[PREFIX]]-input2.o 38 # FORMAT-NEXT: [[PREFIX]]-input2.o 51 # BOTH-NAMES-NEXT: [[PREFIX]]-input2.o 58 # BOTH-SYMBOLS-NEXT: _symbol2 in [[PREFIX]]-input2.o
|
| /llvm-project-15.0.7/mlir/lib/Dialect/Tosa/Transforms/ |
| H A D | TosaMakeBroadcastable.cpp | 77 Value input1, Value input2, in reshapeLowerToHigher() argument 80 auto input2Ty = input2.getType().dyn_cast<RankedTensorType>(); in reshapeLowerToHigher() 95 lowerTensorValue = input2; in reshapeLowerToHigher() 97 higherTensorValue = input2; in reshapeLowerToHigher() 148 Value input2 = tosaBinaryOp.getInput2(); in matchAndRewrite() local 157 input1, input2, outInput1, outInput2) in matchAndRewrite() 178 Value input2 = tosaBinaryOp.getInput2(); in matchAndRewrite() local 187 input1, input2, outInput1, outInput2) in matchAndRewrite() 210 Value input2 = tosaBinaryOp.getInput2(); in matchAndRewrite() local 219 input1, input2, outInput1, outInput2) in matchAndRewrite()
|
| /llvm-project-15.0.7/compiler-rt/test/builtins/timing/ |
| H A D | modsi3.c | 16 INPUT_TYPE FUNCTION_NAME(INPUT_TYPE input1, INPUT_TYPE input2); 20 INPUT_TYPE input2[INPUT_SIZE]; in main() local 28 input2[i] = rand() + 1; in main() 39 FUNCTION_NAME(input1[i], input2[i]); in main()
|
| H A D | udivdi3.c | 16 INPUT_TYPE FUNCTION_NAME(INPUT_TYPE input1, INPUT_TYPE input2); 20 INPUT_TYPE input2[INPUT_SIZE]; in main() local 28 input2[i] = ((((uint64_t)rand() << 36) | (uint64_t)rand()) >> (rand() & 63)) + 1LL; in main() 39 FUNCTION_NAME(input1[i], input2[i]); in main()
|
| H A D | divdi3.c | 16 INPUT_TYPE FUNCTION_NAME(INPUT_TYPE input1, INPUT_TYPE input2); 20 INPUT_TYPE input2[INPUT_SIZE]; in main() local 28 input2[i] = ((((int64_t)rand() << 36) | (uint64_t)rand()) >> (rand() & 63)) + 1LL; in main() 39 FUNCTION_NAME(input1[i], input2[i]); in main()
|
| H A D | umoddi3.c | 16 INPUT_TYPE FUNCTION_NAME(INPUT_TYPE input1, INPUT_TYPE input2); 20 INPUT_TYPE input2[INPUT_SIZE]; in main() local 28 input2[i] = ((((uint64_t)rand() << 36) | (uint64_t)rand()) >> (rand() & 63)) + 1LL; in main() 39 FUNCTION_NAME(input1[i], input2[i]); in main()
|
| H A D | muldi3.c | 16 INPUT_TYPE FUNCTION_NAME(INPUT_TYPE input1, INPUT_TYPE input2); 20 INPUT_TYPE input2[INPUT_SIZE]; in main() local 28 input2[i] = (((int64_t)rand() << 36) | (uint64_t)rand()) >> (rand() & 63); in main() 39 FUNCTION_NAME(input1[i], input2[i]); in main()
|
| H A D | moddi3.c | 16 INPUT_TYPE FUNCTION_NAME(INPUT_TYPE input1, INPUT_TYPE input2); 20 INPUT_TYPE input2[INPUT_SIZE]; in main() local 28 input2[i] = ((((int64_t)rand() << 36) | (uint64_t)rand()) >> (rand() & 63)) + 1LL; in main() 39 FUNCTION_NAME(input1[i], input2[i]); in main()
|
| /llvm-project-15.0.7/polly/lib/External/isl/ |
| H A D | schedule_cmp.c | 56 FILE *input1, *input2; in main() local 68 input2 = open_or_die(options->schedule2); in main() 70 s2 = isl_schedule_read_from_file(ctx, input2); in main() 81 fclose(input2); in main()
|
| H A D | flow_cmp.c | 65 FILE *input1, *input2; in main() local 76 input2 = open_or_die(options->flow2); in main() 78 s2 = isl_stream_new_file(ctx, input2); in main() 136 fclose(input2); in main()
|
| /llvm-project-15.0.7/llvm/test/CodeGen/ARM/ |
| H A D | 2009-04-08-FloatUndef.ll | 5 %input2 = load <4 x float>, <4 x float>* null, align 16 ; <<4 x float>> [#uses=2] 6 …%shuffle7 = shufflevector <4 x float> %input2, <4 x float> <float 0.000000e+00, float 1.000000e+00… 8 %add2 = fadd <4 x float> %mul1, %input2 ; <<4 x float>> [#uses=1]
|
| /llvm-project-15.0.7/mlir/test/mlir-tblgen/ |
| H A D | op-operand.td | 42 let arguments = (ins Variadic<AnyTensor>:$input1, AnyTensor:$input2, Variadic<AnyTensor>:$input3); 48 // CHECK-LABEL: ::mlir::Value OpDAdaptor::input2 57 // CHECK-LABEL: ::mlir::Value OpD::input2 62 // CHECK-NEXT: odsState.addOperands(input2);
|
| /llvm-project-15.0.7/llvm/test/CodeGen/PowerPC/ |
| H A D | 2007-11-19-VectorSplitting.ll | 10 %input2 = load <4 x float>, <4 x float>* null, align 16 ; <<4 x float>> 11 …%shuffle7 = shufflevector <4 x float> %input2, <4 x float> < float 0.000000e+00, float 1.000000e+0… 14 %add2 = fadd <4 x float> %mul1, %input2 ; <<4 x float>>
|
| /llvm-project-15.0.7/mlir/include/mlir/Dialect/Tosa/IR/ |
| H A D | TosaOps.td | 439 Tosa_Tensor:$input2 490 Tosa_Tensor:$input2 514 Tosa_Tensor:$input2 538 Tosa_Tensor:$input2 586 I1Tensor:$input2 610 Tosa_Tensor:$input2 634 Tosa_Tensor:$input2 658 I1Tensor:$input2 682 I1Tensor:$input2 706 Tosa_Tensor:$input2 [all …]
|
| /llvm-project-15.0.7/mlir/test/Integration/Dialect/SparseTensor/CPU/ |
| H A D | sparse_quantized_matmul.mlir | 22 %input2: tensor<3x6xi8, #DCSR>, 27 ins(%input1, %input2, %c2, %c0 : tensor<5x3xi8>, tensor<3x6xi8, #DCSR>, i32, i32) 44 %input2 = arith.constant dense<[ 50 %sparse_input2 = sparse_tensor.convert %input2 : tensor<3x6xi8> to tensor<3x6xi8, #DCSR>
|
| /llvm-project-15.0.7/mlir/test/python/dialects/ |
| H A D | pdl_ops.py | 75 input2 = OperandOp() 80 op2 = OperationOp(args=[input2], types=[ty]) 104 input2 = OperandOp() 109 op2 = OperationOp(args=[input2], types=[ty])
|
| /llvm-project-15.0.7/mlir/test/python/ir/ |
| H A D | dialects.py | 84 input2 = createInput() 85 op1 = ctx.dialects.arith.AddFOp(input1, input2)
|
| /llvm-project-15.0.7/mlir/test/mlir-spirv-cpu-runner/ |
| H A D | simple_add.mlir | 38 %input2 = memref.alloc() : memref<3x3xf32> 44 %input2_casted = memref.cast %input2 : memref<3x3xf32> to memref<?x?xf32> 53 args(%input1 : memref<3xf32>, %input2 : memref<3x3xf32>, %output : memref<3x3x3xf32>)
|