Home
last modified time | relevance | path

Searched defs:denseAttr (Results 1 – 18 of 18) sorted by relevance

/dports/devel/tinygo/tinygo-0.14.1/llvm-project/mlir/unittests/TableGen/
H A DStructsGenTest.cpp154 auto denseAttr = returnedAttr.dyn_cast<mlir::DenseElementsAttr>(); in TEST() local
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/mlir/unittests/TableGen/
H A DStructsGenTest.cpp156 auto denseAttr = returnedAttr.dyn_cast<mlir::DenseElementsAttr>(); in TEST() local
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/mlir/unittests/TableGen/
H A DStructsGenTest.cpp158 auto denseAttr = returnedAttr.dyn_cast<mlir::DenseElementsAttr>(); in TEST() local
/dports/devel/llvm12/llvm-project-12.0.1.src/mlir/unittests/TableGen/
H A DStructsGenTest.cpp158 auto denseAttr = returnedAttr.dyn_cast<mlir::DenseElementsAttr>(); in TEST() local
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/mlir/unittests/TableGen/
H A DStructsGenTest.cpp158 auto denseAttr = returnedAttr.dyn_cast<mlir::DenseElementsAttr>(); in TEST() local
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/mlir/unittests/TableGen/
H A DStructsGenTest.cpp158 auto denseAttr = returnedAttr.dyn_cast<mlir::DenseElementsAttr>(); in TEST() local
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/mlir/unittests/TableGen/
H A DStructsGenTest.cpp158 auto denseAttr = returnedAttr.dyn_cast<mlir::DenseElementsAttr>(); in TEST() local
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/mlir/unittests/TableGen/
H A DStructsGenTest.cpp158 auto denseAttr = returnedAttr.dyn_cast<mlir::DenseElementsAttr>(); in TEST() local
/dports/devel/llvm13/llvm-project-13.0.1.src/mlir/unittests/TableGen/
H A DStructsGenTest.cpp158 auto denseAttr = returnedAttr.dyn_cast<mlir::DenseElementsAttr>(); in TEST() local
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/mlir/include/mlir/IR/
H A DAttributes.h1200 auto denseAttr = attr.dyn_cast<DenseElementsAttr>(); in classof() local
1327 if (DenseElementsAttr denseAttr = dyn_cast<DenseElementsAttr>()) { variable
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/mlir/lib/Dialect/Arithmetic/IR/
H A DArithmeticOps.cpp602 if (auto denseAttr = operand.dyn_cast_or_null<DenseElementsAttr>()) in fold() local
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/mlir/lib/IR/
H A DBuiltinAttributes.cpp385 if (auto denseAttr = dyn_cast<DenseElementsAttr>()) in getValue() local
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/mlir/lib/IR/
H A DBuiltinAttributes.cpp385 if (auto denseAttr = dyn_cast<DenseElementsAttr>()) in getValue() local
/dports/devel/llvm13/llvm-project-13.0.1.src/mlir/lib/IR/
H A DBuiltinAttributes.cpp385 if (auto denseAttr = dyn_cast<DenseElementsAttr>()) in getValue() local
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/mlir/lib/IR/
H A DBuiltinAttributes.cpp449 if (auto denseAttr = dyn_cast<DenseElementsAttr>()) in getValue() local
/dports/devel/llvm12/llvm-project-12.0.1.src/mlir/lib/IR/
H A DBuiltinAttributes.cpp449 if (auto denseAttr = dyn_cast<DenseElementsAttr>()) in getValue() local
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/mlir/lib/IR/
H A DAttributes.cpp480 if (auto denseAttr = dyn_cast<DenseElementsAttr>()) in getValue() local
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/mlir/lib/Dialect/StandardOps/IR/
H A DOps.cpp554 if (auto denseAttr = operand.dyn_cast<DenseElementsAttr>()) in fold() local