Home
last modified time | relevance | path

Searched refs:insertion (Results 1 – 25 of 159) sorted by relevance

1234567

/llvm-project-15.0.7/llvm/test/CodeGen/SystemZ/
H A Dvec-move-09.ll1 ; 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 Dvec-move-04.ll1 ; 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 Dvec-move-11.ll5 ; 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 Dvec-move-12.ll5 ; 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 Dvec-bswap-03.ll1 ; 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 Dvec-move-08.ll1 ; 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 Dvec-move-13.ll5 ; 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 Dvec-bswap-06.ll12 ; 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 Dindirect-branch-tracking.ll10 ;; 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 Dpr39243.ll11 ; - 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 Dfile1.yaml4 - DiagnosticName: test-ignore-conflict-insertion
14 - DiagnosticName: test-ignore-conflict-insertion
/llvm-project-15.0.7/mlir/test/lib/IR/
H A DTestOperationEquals.cpp33 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 Done-shot-bufferize-tensor-copy-insertion.mlir1 // 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 Dtensor-copy-insertion.mlir1 // 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 Duaddo.ll21 ; 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 Dfile1.yaml4 - DiagnosticName: test-identical-insertion
H A Dfile2.yaml4 - DiagnosticName: test-identical-insertion
/llvm-project-15.0.7/clang-tools-extra/test/clang-apply-replacements/Inputs/order-dependent/
H A Dexpected.txt1 The new insertion has the same insert location as an existing replacement.
H A Dfile2.yaml4 - DiagnosticName: test-order-dependent-insertion
H A Dfile1.yaml4 - DiagnosticName: test-order-dependent-insertion
/llvm-project-15.0.7/clang-tools-extra/test/clang-apply-replacements/Inputs/identical-in-TU/
H A Dfile1.yaml4 - DiagnosticName: test-identical-insertion
H A Dfile2.yaml4 - DiagnosticName: test-identical-insertion
/llvm-project-15.0.7/mlir/test/Dialect/SparseTensor/
H A Done_shot_bufferize_tensor_copy_insertion.mlir1 // 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 D2003-02-27-PreheaderExitNodeUpdate.ll1 ; This testcase fails because preheader insertion is not updating exit node
/llvm-project-15.0.7/llvm/test/Instrumentation/HeapProfiler/
H A Dfilename.ll2 ; metadata results in the expected __memprof_profile_filename insertion.

1234567