Home
last modified time | relevance | path

Searched full:broadcasts (Results 1 – 25 of 56) sorted by relevance

123

/llvm-project/mlir/lib/Dialect/Math/Transforms/
H A DAlgebraicSimplification.cpp65 // Maybe broadcasts scalar value into vector type compatible with `op`. in matchAndRewrite()
168 // Maybe broadcasts scalar value into vector type compatible with `op`. in matchAndRewrite()
/llvm-project/mlir/include/mlir/Interfaces/
H A DVectorInterfaces.td60 - A permutation map to indicate transposes and broadcasts.
71 the transfer and broadcasts, and matches the number of results in the
/llvm-project/mlir/include/mlir/Dialect/Vector/Transforms/
H A DLoweringPatterns.h177 /// broadcasts and transposes. More specifically:
202 /// minor identity permutation map. (transfer_write ops cannot have broadcasts.)
H A DVectorRewritePatterns.h
/llvm-project/lldb/test/API/functionalities/target-new-solib-notifications/
H A DTestModuleLoadedNotifys.py41 """Test that lldb broadcasts newly loaded libraries in batches."""
/llvm-project/llvm/test/CodeGen/X86/
H A Dpr48215.ll6 ; FIXME: Ensure when we merge broadcasts to different widths that they come from the same SDValue.
H A Dconstant-pool-sharing.ll9 ; FIXME: AVX is duplicating broadcasts
H A Davx512-vbroadcast.ll226 ; IR generated will produce broadcasts at the end.
/llvm-project/mlir/python/mlir/dialects/linalg/opdsl/ops/
H A Dcore_named_ops.py220 broadcasts and reductions should be done previously to calling this op.
239 broadcasts and reductions should be done previously to calling this op.
258 broadcasts and reductions should be done previously to calling this op.
277 broadcasts and reductions should be done previously to calling this op.
297 broadcasts and reductions should be done previously to calling this op.
316 broadcasts and reductions should be done previously to calling this op.
335 broadcasts and reductions should be done previously to calling this op.
356 broadcasts and reductions should be done previously to calling this op.
376 broadcasts and reductions should be done previously to calling this op.
/llvm-project/mlir/test/Integration/Dialect/Vector/CPU/
H A Dbroadcast.mlir17 // Test simple broadcasts.
/llvm-project/lldb/include/lldb/Utility/
H A DConnection.h39 /// perform communications where clients can listen for broadcasts, and
/llvm-project/clang-tools-extra/clangd/
H A DGlobalCompilationDatabase.cpp477 // This is atomic so that broadcasts can also observe it and abort early.
515 // Inspects a new CDB and broadcasts the files it owns.
813 // and get compile commands. Also it assures clients listening to broadcasts in DelegatingCDB()
/llvm-project/mlir/lib/Conversion/VectorToSCF/
H A DVectorToSCF.cpp197 bool isBroadcast = !dim; // No in-bounds check for broadcasts. in generateInBoundsCheck()
1289 /// accesses, and broadcasts and transposes in permutation maps. in matchAndRewrite()
1424 /// accesses, and broadcasts and transposes in permutation maps.
1608 /// vector load/stores due to non-unit strides or broadcasts:
/llvm-project/mlir/lib/Dialect/Vector/Transforms/
H A DLowerVectorTransfer.cpp155 /// minor identity permutation map. (transfer_write ops cannot have broadcasts.)
346 return rewriter.notifyMatchFailure(op, "no leading broadcasts in map"); in matchAndRewriteMaskableOp()
H A DVectorDropLeadUnitDim.cpp493 /// and cast aways the leading one dimensions (_plural_) and then broadcasts
H A DVectorTransforms.cpp1973 /// Supports only 1D-to-2D broadcasts. The following cases are not supported. in populateBreakDownVectorReductionPatterns()
1984 // shape_casts/broadcasts which does not belong in this pattern. in populateElementwiseToVectorOpsPatterns()
2000 /// broadcast(B) where broadcasts are 1D-to-2D, create and return
/llvm-project/lldb/include/lldb/Breakpoint/
H A DBreakpointLocation.h350 /// internally because SetThreadID broadcasts an event in addition to mutating
/llvm-project/clang/lib/Headers/
H A Davx2intrin.h3001 /// Broadcasts the 32-bit floating-point value from the low element of the
3018 /// Broadcasts the 64-bit floating-point value from the low element of the
3035 /// Broadcasts the 32-bit floating-point value from the low element of the
3052 /// Broadcasts the 64-bit floating-point value from the low element of the
3069 /// Broadcasts the 128-bit integer data from \a __X to both the lower and
3161 /// Broadcasts the low byte from the 128-bit integer vector in \a __X to all
3177 /// Broadcasts the low element from the 128-bit vector of [8 x i16] in \a __X
3193 /// Broadcasts the low element from the 128-bit vector of [4 x i32] in \a __X
3209 /// Broadcasts the low element from the 128-bit vector of [2 x i64] in \a __X
3225 /// Broadcasts th
[all...]
/llvm-project/mlir/include/mlir/Dialect/Linalg/IR/
H A DLinalgNamedStructuredOps.yaml623 broadcasts and reductions should be done previously to calling this op.
672 broadcasts and reductions should be done previously to calling this op.
721 broadcasts and reductions should be done previously to calling this op.
770 broadcasts and reductions should be done previously to calling this op.
820 broadcasts and reductions should be done previously to calling this op.
869 broadcasts and reductions should be done previously to calling this op.
918 broadcasts and reductions should be done previously to calling this op.
969 broadcasts and reductions should be done previously to calling this op.
1018 broadcasts and reductions should be done previously to calling this op.
/llvm-project/llvm/lib/Target/X86/
H A DX86InstrFormats.td273 // - the size of a single element for broadcasts or
H A DX86FixupVectorConstants.cpp389 // variants), AVX1 only has fp domain broadcasts but AVX2+ have good fp/int in processInstruction()
/llvm-project/llvm/test/CodeGen/VE/Vector/
H A Dvec_broadcast.ll3 ; ISA-compatible vector broadcasts
/llvm-project/mlir/include/mlir/Dialect/X86Vector/
H A DX86Vector.td388 vectors and broadcasts the two results to the lower and higher elements of
/llvm-project/mlir/lib/Conversion/VectorToArmSME/
H A DVectorToArmSME.cpp208 /// Supports scalar, 0-d vector, and 1-d vector broadcasts.
/llvm-project/mlir/include/mlir/Dialect/Mesh/IR/
H A DMeshOps.td699 The operation broadcasts along mesh axes `mesh_axes`.

123