Home
last modified time | relevance | path

Searched refs:insertions (Results 1 – 25 of 35) sorted by relevance

12

/llvm-project-15.0.7/mlir/lib/Dialect/SPIRV/Transforms/
H A DRewriteInsertsPass.cpp38 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 Dvec-move-18.ll1 ; Test insertions of memory values into 0 on z14.
H A Dinsert-03.ll1 ; Test insertions of 16-bit constants into one half of an i32.
H A Dvec-move-13.ll1 ; Test insertions of register values into 0.
H A Dinsert-01.ll1 ; Test insertions of memory into the low byte of an i32.
85 ; Check insertions into a constant.
H A Dinsert-02.ll1 ; Test insertions of memory into the low byte of an i64.
85 ; Check insertions into a constant.
H A Dvec-bswap-06.ll1 ; Test insertions of byte-swapped memory values into a nonzero index of an undef.
H A Dinsert-04.ll1 ; Test insertions of 16-bit constants into an i64.
H A Dvec-move-11.ll1 ; Test insertions of register values into a nonzero index of an undef.
H A Dvec-move-12.ll1 ; Test insertions of memory values into a nonzero index of an undef.
H A Dvec-move-14.ll1 ; Test insertions of memory values into 0.
H A Dvec-bswap-05.ll1 ; Test vector insertions of byte-swapped memory values into 0.
H A Dinsert-06.ll1 ; Test insertions of i32s into the low half of an i64.
H A Dinsert-05.ll1 ; Test insertions of 32-bit constants into one half of an i64.
/llvm-project-15.0.7/bolt/test/X86/
H A Dshrinkwrapping-pop-order.s3 # insertions at the same point. Check that the order is correct in this test.
/llvm-project-15.0.7/llvm/utils/phabricator/
H A D0001-Fix-PHP-8.1-incompatibility-with-arc-patch-D-12345.patch25 3 files changed, 5 insertions(+), 3 deletions(-)
/llvm-project-15.0.7/llvm/test/Verifier/
H A Dinsert-extract-intrinsics-invalid.ll20 ; Test that extractions/insertions which 'overrun' are captured.
/llvm-project-15.0.7/mlir/include/mlir/Dialect/SparseTensor/IR/
H A DSparseTensorBase.td53 insertions in pure lexicographical index order if all parallel loops
H A DSparseTensorOps.td183 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 D2003-06-26-Reoptimizer2.txt30 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 Duse-emplace.rst6 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 Dlive-debug-values-bundled-entry-values.mir8 # @clobber). Previously the insertions would thrash the bundles, later on
/llvm-project-15.0.7/llvm/test/Transforms/InstCombine/
H A Dcanonicalize-vector-insert.ll115 ; Scalable insertions should not be canonicalized. This will be lowered to the
/llvm-project-15.0.7/llvm/lib/Target/SystemZ/
H A DSystemZOperators.td637 // 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 Dcoalesce-subregs.ll71 ; This function has lane insertions that span basic blocks.

12