Home
last modified time | relevance | path

Searched refs:VectorOps (Results 1 – 13 of 13) sorted by relevance

/llvm-project-15.0.7/mlir/include/mlir/Dialect/Vector/IR/
H A DCMakeLists.txt1 add_mlir_dialect(VectorOps vector)
2 add_mlir_doc(VectorOps VectorOps Dialects/ -gen-op-doc)
4 set(LLVM_TARGET_DEFINITIONS VectorOps.td)
H A DVectorOps.td1 //===- VectorOps.td - Vector op definitions ---------------*- tablegen -*-====//
/llvm-project-15.0.7/mlir/python/mlir/dialects/
H A DVectorOps.td1 //===-- VectorOps.td - Entry point for VectorOps bind ------*- tablegen -*-===//
13 include "mlir/Dialect/Vector/IR/VectorOps.td"
/llvm-project-15.0.7/mlir/lib/Dialect/Vector/IR/
H A DCMakeLists.txt2 VectorOps.cpp
/llvm-project-15.0.7/compiler-rt/lib/tsan/tests/unit/
H A Dtsan_vector_clock_test.cpp34 TEST(VectorClock, VectorOps) { in TEST() argument
/llvm-project-15.0.7/mlir/docs/Dialects/
H A DVector.md129 [VectorOps.td](https://github.com/llvm/llvm-project/blob/main/mlir/include/mlir/Dialect/Vector/IR/V…
236 vector language based on the VectorOps dialect and build end-to-end models with
501 [include "Dialects/VectorOps.md"]
/llvm-project-15.0.7/mlir/python/
H A DCMakeLists.txt238 TD_FILE dialects/VectorOps.td
/llvm-project-15.0.7/utils/bazel/llvm-project-overlay/mlir/python/
H A DBUILD.bazel974 td_file = "mlir/dialects/VectorOps.td",
/llvm-project-15.0.7/llvm/lib/Transforms/InstCombine/
H A DInstCombineVectorOps.cpp490 unsigned VectorOps = in visitExtractElementInst() local
494 if (VectorOps == 1) { in visitExtractElementInst()
/llvm-project-15.0.7/utils/bazel/llvm-project-overlay/mlir/
H A DBUILD.bazel7591 srcs = ["include/mlir/Dialect/Vector/IR/VectorOps.td"],
7609 "include/mlir/Dialect/Vector/IR/VectorOps.h.inc",
7613 "include/mlir/Dialect/Vector/IR/VectorOps.cpp.inc",
7639 "g3doc/Dialects/Vector/VectorOps.md",
7643 td_file = "include/mlir/Dialect/Vector/IR/VectorOps.td",
/llvm-project-15.0.7/mlir/docs/Rationale/
H A DRationaleLinalgDialect.md506 This gradually reduces the potential, all the way to Loops + VectorOps
/llvm-project-15.0.7/llvm/unittests/IR/
H A DPatternMatch.cpp914 TEST_F(PatternMatchTest, VectorOps) { in TEST_F() argument
/llvm-project-15.0.7/clang/docs/tools/
H A Dclang-formatted-files.txt7764 mlir/include/mlir/Dialect/Vector/IR/VectorOps.h