Home
last modified time | relevance | path

Searched refs:getExprs (Results 1 – 25 of 151) sorted by relevance

1234567

/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/mlir/lib/Dialect/Vector/EDSC/
H A DBuilders.cpp27 IndexingExprs{A.getExprs(), B.getExprs(), C.getExprs()}, in vector_contraction()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/mlir/lib/Dialect/Vector/EDSC/
H A DBuilders.cpp27 IndexingExprs{A.getExprs(), B.getExprs(), C.getExprs()}, in vector_contraction()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/mlir/lib/Dialect/Vector/EDSC/
H A DBuilders.cpp27 IndexingExprs{A.getExprs(), B.getExprs(), C.getExprs()}, in vector_contraction()
/dports/devel/llvm12/llvm-project-12.0.1.src/mlir/lib/Dialect/Vector/EDSC/
H A DBuilders.cpp27 IndexingExprs{A.getExprs(), B.getExprs(), C.getExprs()}, in vector_contraction()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/mlir/lib/Dialect/Linalg/EDSC/
H A DBuilders.cpp41 exprsList.emplace_back(structuredIndexed.getExprs().begin(), in makeGenericLinalgOp()
42 structuredIndexed.getExprs().end()); in makeGenericLinalgOp()
44 exprsList.emplace_back(structuredIndexed.getExprs().begin(), in makeGenericLinalgOp()
45 structuredIndexed.getExprs().end()); in makeGenericLinalgOp()
113 SmallVector<IteratorType, 4> iterTypes(O.getExprs().size(), in linalg_generic_pointwise()
141 SmallVector<IteratorType, 4> iterTypes(O.getExprs().size(), in linalg_generic_pointwise()
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/mlir/lib/Dialect/Linalg/EDSC/
H A DBuilders.cpp26 for (auto expr : sidx.getExprs()) { in getMaxDimIndex()
54 AffineMap::get(/*dimCount=*/nDims, /*symbolCount=*/0, in.getExprs())); in makeGenericLinalgOp()
57 AffineMap::get(/*dimCount=*/nDims, /*symbolCount=*/0, out.getExprs())); in makeGenericLinalgOp()
115 SmallVector<edsc::IterType, 4> iterTypes(O.getExprs().size(), in linalg_pointwise()
138 SmallVector<edsc::IterType, 4> iterTypes(O.getExprs().size(), in linalg_pointwise()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/mlir/lib/Dialect/Linalg/EDSC/
H A DBuilders.cpp37 exprsList.emplace_back(s.getExprs().begin(), s.getExprs().end()); in makeGenericLinalgOp()
100 SmallVector<IteratorType, 4> iterTypes(O.getExprs().size(), in linalg_generic_pointwise()
124 SmallVector<IteratorType, 4> iterTypes(O.getExprs().size(), in linalg_generic_pointwise()
/dports/devel/llvm12/llvm-project-12.0.1.src/mlir/lib/Dialect/Linalg/EDSC/
H A DBuilders.cpp37 exprsList.emplace_back(s.getExprs().begin(), s.getExprs().end()); in makeGenericLinalgOp()
100 SmallVector<IteratorType, 4> iterTypes(O.getExprs().size(), in linalg_generic_pointwise()
124 SmallVector<IteratorType, 4> iterTypes(O.getExprs().size(), in linalg_generic_pointwise()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/mlir/lib/Dialect/Linalg/EDSC/
H A DBuilders.cpp37 exprsList.emplace_back(s.getExprs().begin(), s.getExprs().end()); in makeGenericLinalgOp()
114 SmallVector<IteratorType, 4> iterTypes(O.getExprs().size(), in linalg_generic_pointwise()
139 SmallVector<IteratorType, 4> iterTypes(O.getExprs().size(), in linalg_generic_pointwise()
/dports/devel/p5-Code-Perl/Code-Perl-0.03/lib/Code/Perl/Expr/
H A DAppend.pm20 my $exprs = $self->getExprs;
H A DInfix.pm18 my @exprs = map {"(".$_->perl.")"} @{$self->getExprs};
/dports/security/hs-cryptol/cryptol-2.11.0/_cabal_deps/simple-smt-0.9.6/
H A DSimpleSMT.hs45 , getExprs, getExpr
541 getExprs :: Solver -> [SExpr] -> IO [(SExpr, Value)]
542 getExprs proc vals = function
566 do ans <- getExprs proc (map Atom xs)
573 do [ (_,v) ] <- getExprs proc [x]
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/mlir/include/mlir/Dialect/Linalg/EDSC/
H A DBuilders.h54 ArrayRef<AffineExpr> getExprs() { return exprs; } in getExprs() function
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/mlir/include/mlir/EDSC/
H A DBuilders.h160 ArrayRef<AffineExpr> getExprs() const { return exprs; } in getExprs() function
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/mlir/include/mlir/EDSC/
H A DBuilders.h160 ArrayRef<AffineExpr> getExprs() const { return exprs; } in getExprs() function
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/mlir/include/mlir/EDSC/
H A DBuilders.h161 ArrayRef<AffineExpr> getExprs() const { return exprs; } in getExprs() function
/dports/devel/llvm12/llvm-project-12.0.1.src/mlir/include/mlir/EDSC/
H A DBuilders.h161 ArrayRef<AffineExpr> getExprs() const { return exprs; } in getExprs() function
/dports/math/scilab/scilab-6.1.1/scilab/modules/scicos/src/cpp/
H A DModel_getObjectProperties.cpp461 o->getExprs(v); in getObjectProperty()
/dports/math/scilab/scilab-6.1.1/scilab/modules/scicos/src/cpp/model/
H A DBlock.hxx173 void getExprs(std::vector<double>& data) const in getExprs() function in org_scilab_modules_scicos::model::Block
/dports/security/hs-cryptol/cryptol-2.11.0/src/Cryptol/TypeCheck/Solver/
H A DSMT.hs225 _ -> do res <- SMT.getExprs (solver sol) (Map.elems tvs)
/dports/www/node10/node-v10.24.1/deps/v8/tools/gcmole/
H A Dgcmole.cc760 return Par(expr, expr->getNumExprs(), expr->getExprs(), env); in DECL_VISIT_EXPR()
/dports/devel/llvm90/llvm-9.0.1.src/tools/clang/include/clang/AST/
H A DExpr.h5135 return getExprs()[Init]; in getExpr()
5142 Expr **getExprs() { in getExprs() function
5147 return llvm::makeArrayRef(getExprs(), getNumExprs()); in exprs()
/dports/devel/llvm10/llvm-10.0.1.src/tools/clang/include/clang/AST/
H A DExpr.h5179 return getExprs()[Init]; in getExpr()
5186 Expr **getExprs() { in getExprs() function
5191 return llvm::makeArrayRef(getExprs(), getNumExprs()); in exprs()
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/clang/include/clang/AST/
H A DExpr.h5179 return getExprs()[Init]; in getExpr()
5186 Expr **getExprs() { in getExprs() function
5191 return llvm::makeArrayRef(getExprs(), getNumExprs()); in exprs()
/dports/devel/llvm80/llvm-8.0.1.src/tools/clang/include/clang/AST/
H A DExpr.h4954 return getExprs()[Init]; in getExpr()
4961 Expr **getExprs() { in getExprs() function
4966 return llvm::makeArrayRef(getExprs(), getNumExprs()); in exprs()

1234567