| /llvm-project-15.0.7/mlir/lib/Dialect/SPIRV/Transforms/ |
| H A D | RewriteInsertsPass.cpp | 38 SmallVectorImpl<spirv::CompositeInsertOp> &insertions); 46 SmallVector<spirv::CompositeInsertOp, 4> insertions; in runOnOperation() local 47 if (succeeded(collectInsertionChain(op, insertions))) in runOnOperation() 48 workList.push_back(insertions); in runOnOperation() 51 for (const auto &insertions : workList) { in runOnOperation() local 52 auto lastCompositeInsertOp = insertions.back(); in runOnOperation() 58 for (auto insertionOp : insertions) in runOnOperation() 69 for (auto insertOp : llvm::reverse(insertions)) { in runOnOperation() 79 SmallVectorImpl<spirv::CompositeInsertOp> &insertions) { in collectInsertionChain() argument 91 insertions.resize(numElements); in collectInsertionChain() [all …]
|
| /llvm-project-15.0.7/llvm/test/CodeGen/SystemZ/ |
| H A D | vec-move-18.ll | 1 ; Test insertions of memory values into 0 on z14.
|
| H A D | insert-03.ll | 1 ; Test insertions of 16-bit constants into one half of an i32.
|
| H A D | vec-move-13.ll | 1 ; Test insertions of register values into 0.
|
| H A D | insert-01.ll | 1 ; Test insertions of memory into the low byte of an i32. 85 ; Check insertions into a constant.
|
| H A D | insert-02.ll | 1 ; Test insertions of memory into the low byte of an i64. 85 ; Check insertions into a constant.
|
| H A D | vec-bswap-06.ll | 1 ; Test insertions of byte-swapped memory values into a nonzero index of an undef.
|
| H A D | insert-04.ll | 1 ; Test insertions of 16-bit constants into an i64.
|
| H A D | vec-move-11.ll | 1 ; Test insertions of register values into a nonzero index of an undef.
|
| H A D | vec-move-12.ll | 1 ; Test insertions of memory values into a nonzero index of an undef.
|
| H A D | vec-move-14.ll | 1 ; Test insertions of memory values into 0.
|
| H A D | vec-bswap-05.ll | 1 ; Test vector insertions of byte-swapped memory values into 0.
|
| H A D | insert-06.ll | 1 ; Test insertions of i32s into the low half of an i64.
|
| H A D | insert-05.ll | 1 ; Test insertions of 32-bit constants into one half of an i64.
|
| /llvm-project-15.0.7/bolt/test/X86/ |
| H A D | shrinkwrapping-pop-order.s | 3 # insertions at the same point. Check that the order is correct in this test.
|
| /llvm-project-15.0.7/llvm/utils/phabricator/ |
| H A D | 0001-Fix-PHP-8.1-incompatibility-with-arc-patch-D-12345.patch | 25 3 files changed, 5 insertions(+), 3 deletions(-)
|
| /llvm-project-15.0.7/llvm/test/Verifier/ |
| H A D | insert-extract-intrinsics-invalid.ll | 20 ; Test that extractions/insertions which 'overrun' are captured.
|
| /llvm-project-15.0.7/mlir/include/mlir/Dialect/SparseTensor/IR/ |
| H A D | SparseTensorBase.td | 53 insertions in pure lexicographical index order if all parallel loops
|
| H A D | SparseTensorOps.td | 183 with a `bufferization.alloc_tensor` operation, the insertions occur in 291 The `hasInserts` attribute denote whether insertions to the underlying
|
| /llvm-project-15.0.7/llvm/docs/HistoricalNotes/ |
| H A D | 2003-06-26-Reoptimizer2.txt | 30 It does copy insertions for PHIs, which it infers from the machine
|
| /llvm-project-15.0.7/clang-tools-extra/docs/clang-tidy/checks/modernize/ |
| H A D | use-emplace.rst | 6 The check flags insertions to an STL-style container done by calling the
|
| /llvm-project-15.0.7/llvm/test/DebugInfo/MIR/Hexagon/ |
| H A D | live-debug-values-bundled-entry-values.mir | 8 # @clobber). Previously the insertions would thrash the bundles, later on
|
| /llvm-project-15.0.7/llvm/test/Transforms/InstCombine/ |
| H A D | canonicalize-vector-insert.ll | 115 ; Scalable insertions should not be canonicalized. This will be lowered to the
|
| /llvm-project-15.0.7/llvm/lib/Target/SystemZ/ |
| H A D | SystemZOperators.td | 637 // ORs that can be treated as insertions. 645 // ORs that can be treated as reversed insertions.
|
| /llvm-project-15.0.7/llvm/test/CodeGen/ARM/ |
| H A D | coalesce-subregs.ll | 71 ; This function has lane insertions that span basic blocks.
|