Searched refs:VectorOps (Results 1 – 13 of 13) sorted by relevance
1 add_mlir_dialect(VectorOps vector)2 add_mlir_doc(VectorOps VectorOps Dialects/ -gen-op-doc)4 set(LLVM_TARGET_DEFINITIONS VectorOps.td)
1 //===- VectorOps.td - Vector op definitions ---------------*- tablegen -*-====//
1 //===-- VectorOps.td - Entry point for VectorOps bind ------*- tablegen -*-===//13 include "mlir/Dialect/Vector/IR/VectorOps.td"
2 VectorOps.cpp
34 TEST(VectorClock, VectorOps) { in TEST() argument
129 [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 with501 [include "Dialects/VectorOps.md"]
238 TD_FILE dialects/VectorOps.td
974 td_file = "mlir/dialects/VectorOps.td",
490 unsigned VectorOps = in visitExtractElementInst() local494 if (VectorOps == 1) { in visitExtractElementInst()
7591 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",
506 This gradually reduces the potential, all the way to Loops + VectorOps
914 TEST_F(PatternMatchTest, VectorOps) { in TEST_F() argument
7764 mlir/include/mlir/Dialect/Vector/IR/VectorOps.h