Home
last modified time | relevance | path

Searched refs:getShapeVec (Results 1 – 12 of 12) sorted by relevance

/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/mlir/lib/Dialect/Shape/IR/
H A DShape.cpp322 LogicalResult getShapeVec(Value input, SmallVectorImpl<int64_t> &shapeValues) { in getShapeVec() function
347 if (failed(getShapeVec(op.lhs(), lhsShape))) in matchAndRewrite()
349 if (failed(getShapeVec(op.rhs(), rhsShape))) in matchAndRewrite()
366 if (failed(getShapeVec(op.lhs(), shape)) || shape.size() > 0) in matchAndRewrite()
368 if (failed(getShapeVec(op.rhs(), shape)) || shape.size() > 0) in matchAndRewrite()
409 if (failed(getShapeVec(lhs(), lhsShape))) in fold()
411 if (failed(getShapeVec(rhs(), rhsShape))) in fold()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/mlir/include/mlir/Dialect/Shape/IR/
H A DShape.h40 LogicalResult getShapeVec(Value input, SmallVectorImpl<int64_t> &shapeValues);
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/mlir/include/mlir/Dialect/Shape/IR/
H A DShape.h40 LogicalResult getShapeVec(Value input, SmallVectorImpl<int64_t> &shapeValues);
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/mlir/include/mlir/Dialect/Shape/IR/
H A DShape.h40 LogicalResult getShapeVec(Value input, SmallVectorImpl<int64_t> &shapeValues);
/dports/devel/llvm13/llvm-project-13.0.1.src/mlir/include/mlir/Dialect/Shape/IR/
H A DShape.h40 LogicalResult getShapeVec(Value input, SmallVectorImpl<int64_t> &shapeValues);
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/mlir/lib/Dialect/Shape/IR/
H A DShape.cpp403 LogicalResult getShapeVec(Value input, SmallVectorImpl<int64_t> &shapeValues) { in getShapeVec() function
449 if (failed(getShapeVec(lhs(), lhsShape))) in fold()
451 if (failed(getShapeVec(rhs(), rhsShape))) in fold()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/mlir/lib/Dialect/Shape/IR/
H A DShape.cpp457 LogicalResult getShapeVec(Value input, SmallVectorImpl<int64_t> &shapeValues) { in getShapeVec() function
503 if (failed(getShapeVec(lhs(), lhsShape))) in fold()
505 if (failed(getShapeVec(rhs(), rhsShape))) in fold()
/dports/devel/llvm12/llvm-project-12.0.1.src/mlir/lib/Dialect/Shape/IR/
H A DShape.cpp457 LogicalResult getShapeVec(Value input, SmallVectorImpl<int64_t> &shapeValues) { in getShapeVec() function
503 if (failed(getShapeVec(lhs(), lhsShape))) in fold()
505 if (failed(getShapeVec(rhs(), rhsShape))) in fold()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/mlir/lib/Dialect/Shape/IR/
H A DShape.cpp42 LogicalResult shape::getShapeVec(Value input, in getShapeVec() function in shape
861 if (failed(getShapeVec(shapeValue, extents.back()))) in fold()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/mlir/lib/Dialect/Shape/IR/
H A DShape.cpp42 LogicalResult shape::getShapeVec(Value input, in getShapeVec() function in shape
861 if (failed(getShapeVec(shapeValue, extents.back()))) in fold()
/dports/devel/llvm13/llvm-project-13.0.1.src/mlir/lib/Dialect/Shape/IR/
H A DShape.cpp42 LogicalResult shape::getShapeVec(Value input, in getShapeVec() function in shape
861 if (failed(getShapeVec(shapeValue, extents.back()))) in fold()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/mlir/lib/Dialect/Shape/IR/
H A DShape.cpp42 LogicalResult shape::getShapeVec(Value input, in getShapeVec() function in shape
888 if (failed(getShapeVec(shapeValue, extents.back()))) in fold()