| /llvm-project-15.0.7/llvm/test/CodeGen/SystemZ/ |
| H A D | vec-move-09.ll | 1 ; Test vector insertion of constants. 5 ; Test v16i8 insertion into the first element. 14 ; Test v16i8 insertion into the last element. 50 ; Test v16i8 insertion into a variable element. 59 ; Test v8i16 insertion into the first element. 68 ; Test v8i16 insertion into the last element. 113 ; Test v4i32 insertion into the first element. 122 ; Test v4i32 insertion into the last element. 185 ; Test v2i64 insertion into the last element. 257 ; Test v4f32 insertion of a nonzero value. [all …]
|
| H A D | vec-move-04.ll | 1 ; Test vector insertion of register variables. 5 ; Test v16i8 insertion into the first element. 14 ; Test v16i8 insertion into the last element. 23 ; Test v16i8 insertion into a variable element. 32 ; Test v8i16 insertion into the first element. 41 ; Test v8i16 insertion into the last element. 50 ; Test v8i16 insertion into a variable element. 59 ; Test v4i32 insertion into the first element. 68 ; Test v4i32 insertion into the last element. 95 ; Test v2i64 insertion into the last element. [all …]
|
| H A D | vec-move-11.ll | 5 ; Test v16i8 insertion into an undef, with an arbitrary index. 14 ; Test v16i8 insertion into an undef, with the first good index for VLVGP. 23 ; Test v16i8 insertion into an undef, with the second good index for VLVGP. 32 ; Test v8i16 insertion into an undef, with an arbitrary index. 41 ; Test v8i16 insertion into an undef, with the first good index for VLVGP. 50 ; Test v8i16 insertion into an undef, with the second good index for VLVGP. 59 ; Test v4i32 insertion into an undef, with an arbitrary index. 68 ; Test v4i32 insertion into an undef, with the first good index for VLVGP. 86 ; Test v2i64 insertion into an undef. 95 ; Test v4f32 insertion into an undef. [all …]
|
| H A D | vec-move-12.ll | 5 ; Test v16i8 insertion into an undef, with an arbitrary index. 15 ; Test v16i8 insertion into an undef, with the first good index for VLVGP. 25 ; Test v16i8 insertion into an undef, with the second good index for VLVGP. 35 ; Test v8i16 insertion into an undef, with an arbitrary index. 45 ; Test v8i16 insertion into an undef, with the first good index for VLVGP. 55 ; Test v8i16 insertion into an undef, with the second good index for VLVGP. 65 ; Test v4i32 insertion into an undef, with an arbitrary index. 75 ; Test v4i32 insertion into an undef, with the first good index for VLVGP. 95 ; Test v2i64 insertion into an undef. 105 ; Test v4f32 insertion into an undef. [all …]
|
| H A D | vec-bswap-03.ll | 1 ; Test vector insertion of byte-swapped memory values. 12 ; Test v8i16 insertion into the first element. 23 ; Test v8i16 insertion into the last element. 59 ; Test v8i16 insertion into a variable element. 70 ; Test v8i16 insertion using a pair of vector bswaps. 82 ; Test v4i32 insertion into the first element. 93 ; Test v4i32 insertion into the last element. 129 ; Test v4i32 insertion into a variable element. 152 ; Test v2i64 insertion into the first element. 163 ; Test v2i64 insertion into the last element. [all …]
|
| H A D | vec-move-08.ll | 1 ; Test vector insertion of memory values. 5 ; Test v16i8 insertion into the first element. 15 ; Test v16i8 insertion into the last element. 48 ; Test v16i8 insertion into a variable element. 58 ; Test v8i16 insertion into the first element. 68 ; Test v8i16 insertion into the last element. 101 ; Test v8i16 insertion into a variable element. 111 ; Test v4i32 insertion into the first element. 121 ; Test v4i32 insertion into the last element. 174 ; Test v2i64 insertion into the last element. [all …]
|
| H A D | vec-move-13.ll | 5 ; Test v16i8 insertion into 0. 17 ; Test v8i16 insertion into 0. 29 ; Test v4i32 insertion into 0. 39 ; Test v2i64 insertion into 0. 49 ; Test v4f32 insertion into 0. 60 ; Test v2f64 insertion into 0.
|
| H A D | vec-bswap-06.ll | 12 ; Test v8i16 insertion into an undef, with an arbitrary index. 23 ; Test v8i16 insertion into an undef, using a vector bswap. 34 ; Test v4i32 insertion into an undef, with an arbitrary index. 45 ; Test v4i32 insertion into an undef, using a vector bswap. 56 ; Test v2i64 insertion into an undef, with an arbitrary index. 67 ; Test v2i64 insertion into an undef, using a vector bwap.
|
| /llvm-project-15.0.7/llvm/test/CodeGen/X86/ |
| H A D | indirect-branch-tracking.ll | 10 ;; Checks ENDBR insertion in case of switch case statement. 40 ;; Checks NOTRACK insertion in case of switch case statement. 41 ;; Check that there is no ENDBR insertion in the following case statements. 98 ;; Checks ENDBR insertion in case of indirect call instruction. 121 ;; Checks ENDBR insertion in case of setjmp-like function calls. 149 ;; Checks ENDBR insertion in case of internal function. 165 ;; Checks ENDBR insertion in case of function that its was address taken. 180 ;; Checks ENDBR insertion in case of non-intrenal function.
|
| H A D | pr39243.ll | 11 ; - Set their debug locations to the values from the insertion point. 14 ; inlined function, assigning it the debug location from the insertion point 47 ; the debug locations from the insertion point in the dominant block.
|
| /llvm-project-15.0.7/clang-tools-extra/test/clang-apply-replacements/Inputs/ignore-conflict/ |
| H A D | file1.yaml | 4 - DiagnosticName: test-ignore-conflict-insertion 14 - DiagnosticName: test-ignore-conflict-insertion
|
| /llvm-project-15.0.7/mlir/test/lib/IR/ |
| H A D | TestOperationEquals.cpp | 33 auto insertion = valuesMap.insert({lhs, rhs}); in runOnOperation() local 34 return success(insertion.first->second == rhs); in runOnOperation()
|
| /llvm-project-15.0.7/mlir/test/Dialect/Tensor/ |
| H A D | one-shot-bufferize-tensor-copy-insertion.mlir | 1 // RUN: mlir-opt %s -tensor-copy-insertion -split-input-file | FileCheck %s 2 // RUN: mlir-opt %s -tensor-copy-insertion="bufferize-function-boundaries allow-return-allocs" -spl…
|
| /llvm-project-15.0.7/mlir/test/Dialect/Bufferization/Transforms/ |
| H A D | tensor-copy-insertion.mlir | 1 // RUN: mlir-opt %s -tensor-copy-insertion -split-input-file | FileCheck %s 2 // RUN: mlir-opt %s -tensor-copy-insertion="bufferize-function-boundaries allow-return-allocs" -spl… 3 // RUN: mlir-opt %s -tensor-copy-insertion="create-deallocs=0" -split-input-file | FileCheck %s --c…
|
| /llvm-project-15.0.7/llvm/test/CodeGen/AArch64/ |
| H A D | uaddo.ll | 21 ; Make sure insertion is done correctly based on dominance. 51 ; Make sure insertion is done correctly based on dominance.
|
| /llvm-project-15.0.7/clang-tools-extra/test/clang-apply-replacements/Inputs/identical/ |
| H A D | file1.yaml | 4 - DiagnosticName: test-identical-insertion
|
| H A D | file2.yaml | 4 - DiagnosticName: test-identical-insertion
|
| /llvm-project-15.0.7/clang-tools-extra/test/clang-apply-replacements/Inputs/order-dependent/ |
| H A D | expected.txt | 1 The new insertion has the same insert location as an existing replacement.
|
| H A D | file2.yaml | 4 - DiagnosticName: test-order-dependent-insertion
|
| H A D | file1.yaml | 4 - DiagnosticName: test-order-dependent-insertion
|
| /llvm-project-15.0.7/clang-tools-extra/test/clang-apply-replacements/Inputs/identical-in-TU/ |
| H A D | file1.yaml | 4 - DiagnosticName: test-identical-insertion
|
| H A D | file2.yaml | 4 - DiagnosticName: test-identical-insertion
|
| /llvm-project-15.0.7/mlir/test/Dialect/SparseTensor/ |
| H A D | one_shot_bufferize_tensor_copy_insertion.mlir | 1 // RUN: mlir-opt %s -tensor-copy-insertion="allow-return-allocs" | FileCheck %s 2 // RUN: mlir-opt %s -tensor-copy-insertion="bufferize-function-boundaries allow-return-allocs" | Fi…
|
| /llvm-project-15.0.7/llvm/test/Transforms/LICM/ |
| H A D | 2003-02-27-PreheaderExitNodeUpdate.ll | 1 ; This testcase fails because preheader insertion is not updating exit node
|
| /llvm-project-15.0.7/llvm/test/Instrumentation/HeapProfiler/ |
| H A D | filename.ll | 2 ; metadata results in the expected __memprof_profile_filename insertion.
|