Home
last modified time | relevance | path

Searched defs:expr (Results 1 – 25 of 392) sorted by relevance

12345678910>>...16

/llvm-project/mlir/include/mlir/IR/
H A DAffineExprVisitor.h75 RetTy visit(AffineExpr expr) { in visit()
120 RetTy visitAffineBinaryOpExpr(AffineBinaryOpExpr expr) { return RetTy(); } in visitAffineBinaryOpExpr()
121 RetTy visitAddExpr(AffineBinaryOpExpr expr) { in visitAddExpr()
124 RetTy visitMulExpr(AffineBinaryOpExpr expr) { in visitMulExpr()
127 RetTy visitModExpr(AffineBinaryOpExpr expr) { in visitModExpr()
130 RetTy visitFloorDivExpr(AffineBinaryOpExpr expr) { in visitFloorDivExpr()
133 RetTy visitCeilDivExpr(AffineBinaryOpExpr expr) { in visitCeilDivExpr()
136 RetTy visitConstantExpr(AffineConstantExpr expr) { return RetTy(); } in visitConstantExpr()
137 RetTy visitDimExpr(AffineDimExpr expr) { return RetTy(); } in visitDimExpr()
138 RetTy visitSymbolExpr(AffineSymbolExpr expr) { return RetTy(); } in visitSymbolExpr()
[all …]
/llvm-project/lldb/source/Expression/
H A DDWARFExpressionList.cpp27 const auto *expr = m_exprs.GetEntryAtIndex(0); in GetAlwaysValidExpr() local
34 DWARFExpression expr) { in AddExpression() argument
44 if (const DWARFExpression *expr = in GetExpressionData() local
60 if (const DWARFExpression *expr = GetAlwaysValidExpr()) in GetExpressionAtAddress() local
92 const DWARFExpression &expr = m_exprs.GetEntryRef(0).data; ContainsThreadLocalStorage() local
106 DWARFExpression &expr = m_exprs.GetEntryRef(0).data; LinkThreadLocalStorage() local
121 const DWARFExpression *expr = nullptr; MatchesOperand() local
148 if (const DWARFExpression *expr = GetAlwaysValidExpr()) { DumpLocations() local
158 const auto &expr = entry.data; DumpLocations() local
186 const auto &expr = entry.data; GetDescription() local
208 DWARFExpression expr; Evaluate() local
[all...]
/llvm-project/mlir/lib/Dialect/SparseTensor/IR/Detail/
H A DDimLvlMap.h35 AffineExpr expr; variable
38 constexpr DimLvlExpr(ExprKind ek, AffineExpr expr) : kind(ek), expr(expr) {} in DimLvlExpr()
98 constexpr explicit DimExpr(DimLvlExpr expr) : DimLvlExpr(expr) {} in DimExpr()
102 static constexpr bool classof(DimLvlExpr const *expr) { in classof()
105 constexpr explicit DimExpr(AffineExpr expr) : DimLvlExpr(Kind, expr) {} in DimExpr()
117 constexpr explicit LvlExpr(DimLvlExpr expr) : DimLvlExpr(expr) {} in LvlExpr()
121 static constexpr bool classof(DimLvlExpr const *expr) { in classof()
124 constexpr explicit LvlExpr(AffineExpr expr) : DimLvlExpr(Kind, expr) {} in LvlExpr()
161 DimExpr expr; variable
203 LvlExpr expr; variable
[all …]
/llvm-project/lldb/test/Shell/SymbolFile/DWARF/x86/
H A DDW_AT_declaration-with-children.s16 expr a label
25 expr b1 label
33 expr c1 label
/llvm-project/flang/include/flang/Lower/
H A DAbstractConverter.h190 /// Generate the address of the location holding the expression, \p expr. in genExprValue() argument
175 genExprAddr(mlir::Location loc,const SomeExpr * expr,StatementContext & stmtCtx) genExprAddr() argument
179 genExprAddr(mlir::Location loc,const SomeExpr & expr,StatementContext & stmtCtx) genExprAddr() argument
194 genExprValue(mlir::Location loc,const SomeExpr & expr,StatementContext & stmtCtx) genExprValue() argument
[all...]
/llvm-project/clang/test/Sema/
H A Dwarn-string-conversion.c6 #define assert1(expr) \ argument
12 #define assert2(expr) \ argument
/llvm-project/flang/lib/Semantics/
H A Dcheck-arithmeticif.cpp16 bool IsNumericExpr(const SomeExpr &expr) { in IsNumericExpr() argument
28 if (const auto *expr{GetExpr(context_, parsedExpr)}) { in Leave() local
/llvm-project/polly/lib/External/isl/
H A Disl_ast.c159 isl_ast_expr *expr; in alloc_op() local
195 __isl_give isl_ast_expr *isl_ast_expr_copy(__isl_keep isl_ast_expr *expr) in isl_ast_expr_copy()
204 __isl_give isl_ast_expr *isl_ast_expr_dup(__isl_keep isl_ast_expr *expr) in isl_ast_expr_dup()
232 __isl_give isl_ast_expr *isl_ast_expr_cow(__isl_take isl_ast_expr *expr) in isl_ast_expr_cow()
243 __isl_null isl_ast_expr *isl_ast_expr_free(__isl_take isl_ast_expr *expr) in isl_ast_expr_free()
271 isl_ctx *isl_ast_expr_get_ctx(__isl_keep isl_ast_expr *expr) in isl_ast_expr_get_ctx()
276 enum isl_ast_expr_type isl_ast_expr_get_type(__isl_keep isl_ast_expr *expr) in isl_ast_expr_get_type()
283 __isl_give isl_val *isl_ast_expr_int_get_val(__isl_keep isl_ast_expr *expr) in isl_ast_expr_int_get_val()
295 __isl_give isl_val *isl_ast_expr_get_val(__isl_keep isl_ast_expr *expr) in isl_ast_expr_get_val()
300 __isl_give isl_id *isl_ast_expr_id_get_id(__isl_keep isl_ast_expr *expr) in isl_ast_expr_id_get_id()
[all …]
/llvm-project/compiler-rt/lib/builtins/
H A Dint_util.h26 #define COMPILE_TIME_ASSERT(expr) COMPILE_TIME_ASSERT1(expr, __COUNTER__) argument
27 #define COMPILE_TIME_ASSERT1(expr, cnt) COMPILE_TIME_ASSERT2(expr, cnt) argument
28 #define COMPILE_TIME_ASSERT2(expr, cnt) \ argument
/llvm-project/offload/DeviceRTL/src/
H A DDebug.cpp29 __assert_fail(const char * expr,const char * file,unsigned line,const char * function) __assert_fail() argument
33 __assert_fail_internal(const char * expr,const char * msg,const char * file,unsigned line,const char * function) __assert_fail_internal() argument
/llvm-project/mlir/examples/toy/Ch3/mlir/
H A DMLIRGen.cpp217 mlir::Value mlirGen(VariableExprAST &expr) { in mlirGen()
231 mlir::Value expr = nullptr; in mlirGen() local
294 void collectData(ExprAST &expr, std::vector<double> &data) { in collectData()
313 for (auto &expr : call.getArgs()) { in mlirGen() local
354 mlir::Value mlirGen(ExprAST &expr) { in mlirGen()
407 for (auto &expr : blockAST) { in mlirGen() local
/llvm-project/mlir/examples/toy/Ch5/mlir/
H A DMLIRGen.cpp221 mlir::Value mlirGen(VariableExprAST &expr) { in mlirGen()
235 mlir::Value expr = nullptr; in mlirGen() local
298 void collectData(ExprAST &expr, std::vector<double> &data) { in collectData()
317 for (auto &expr : call.getArgs()) { in mlirGen() local
358 mlir::Value mlirGen(ExprAST &expr) { in mlirGen()
411 for (auto &expr : blockAST) { in mlirGen() local
/llvm-project/mlir/examples/toy/Ch2/mlir/
H A DMLIRGen.cpp217 mlir::Value mlirGen(VariableExprAST &expr) { in mlirGen()
231 mlir::Value expr = nullptr; in mlirGen() local
294 void collectData(ExprAST &expr, std::vector<double> &data) { in collectData()
313 for (auto &expr : call.getArgs()) { in mlirGen() local
354 mlir::Value mlirGen(ExprAST &expr) { in mlirGen()
407 for (auto &expr : blockAST) { in mlirGen() local
/llvm-project/mlir/examples/toy/Ch6/mlir/
H A DMLIRGen.cpp221 mlir::Value mlirGen(VariableExprAST &expr) { in mlirGen()
235 mlir::Value expr = nullptr; in mlirGen() local
298 void collectData(ExprAST &expr, std::vector<double> &data) { in collectData()
317 for (auto &expr : call.getArgs()) { in mlirGen() local
358 mlir::Value mlirGen(ExprAST &expr) { in mlirGen()
411 for (auto &expr : blockAST) { in mlirGen() local
/llvm-project/mlir/examples/toy/Ch4/mlir/
H A DMLIRGen.cpp221 mlir::Value mlirGen(VariableExprAST &expr) { in mlirGen()
235 mlir::Value expr = nullptr; in mlirGen() local
298 void collectData(ExprAST &expr, std::vector<double> &data) { in collectData()
317 for (auto &expr : call.getArgs()) { in mlirGen() local
358 mlir::Value mlirGen(ExprAST &expr) { in mlirGen()
411 for (auto &expr : blockAST) { in mlirGen() local
/llvm-project/mlir/lib/Tools/PDLL/AST/
H A DNodePrinter.cpp221 void NodePrinter::printImpl(const AttributeExpr *expr) { in printImpl()
225 void NodePrinter::printImpl(const CallExpr *expr) { in printImpl()
236 void NodePrinter::printImpl(const DeclRefExpr *expr) { in printImpl()
243 void NodePrinter::printImpl(const MemberAccessExpr *expr) { in printImpl()
251 void NodePrinter::printImpl(const OperationExpr *expr) { in printImpl()
262 void NodePrinter::printImpl(const RangeExpr *expr) { in printImpl()
270 void NodePrinter::printImpl(const TupleExpr *expr) { in printImpl()
278 void NodePrinter::printImpl(const TypeExpr *expr) { in printImpl()
/llvm-project/flang/include/flang/Evaluate/
H A Dfold.h35 template <typename T> Expr<T> Fold(FoldingContext &context, Expr<T> &&expr) { in Fold() argument
84 const Expr<Type<TypeCategory::Integer, KIND>> &expr) { in ToInt64() argument
[all...]
/llvm-project/mlir/lib/Tools/PDLL/CodeGen/
H A DMLIRGen.cpp188 .Case([&](const ast::Expr *expr) { genExpr(expr); }); in gen()
382 Value CodeGen::genSingleExpr(const ast::Expr *expr) { in genSingleExpr()
396 SmallVector<Value> CodeGen::genExpr(const ast::Expr *expr) { in genExpr()
400 .Default([&](const ast::Expr *expr) -> SmallVector<Value> { in genExpr()
405 Value CodeGen::genExprImpl(const ast::AttributeExpr *expr) { in genExprImpl()
411 SmallVector<Value> CodeGen::genExprImpl(const ast::CallExpr *expr) { in genExprImpl()
430 SmallVector<Value> CodeGen::genExprImpl(const ast::DeclRefExpr *expr) { in genExprImpl()
436 Value CodeGen::genExprImpl(const ast::MemberAccessExpr *expr) { in genExprImpl()
500 Value CodeGen::genExprImpl(const ast::OperationExpr *expr) { in genExprImpl()
526 Value CodeGen::genExprImpl(const ast::RangeExpr *expr) { in genExprImpl()
[all …]
/llvm-project/mlir/lib/IR/
H A DAffineExpr.cpp179 replace(AffineExpr expr,AffineExpr replacement) const replace() argument
200 auto expr = llvm::cast<AffineBinaryOpExpr>(*this); isSymbolicOrConstant() local
318 if (auto expr = llvm::dyn_cast<AffineBinaryOpExpr>(*this)) { isFunctionOfDim() local
329 if (auto expr = llvm::dyn_cast<AffineBinaryOpExpr>(*this)) { isFunctionOfSymbol() local
357 isDivisibleBySymbol(AffineExpr expr,unsigned symbolPos,AffineExprKind opKind) isDivisibleBySymbol() argument
416 symbolicDivide(AffineExpr expr,unsigned symbolPos,AffineExprKind opKind) symbolicDivide() argument
472 getSummandExprs(AffineExpr expr,SmallVector<AffineExpr> & result) getSummandExprs() argument
484 isNegatedAffineExpr(AffineExpr candidate,AffineExpr & expr) isNegatedAffineExpr() argument
549 simplifySemiAffine(AffineExpr expr,unsigned numDims,unsigned numSymbols) simplifySemiAffine() argument
1028 operator <<(raw_ostream & os,AffineExpr expr) operator <<() argument
1047 auto expr = getAffineConstantExpr(0, context); getAffineExprFromFlatForm() local
1092 AffineExpr expr = getAffineConstantExpr(0, context); getSemiAffineExprFromFlatForm() local
1123 __anonfec037ce0402(std::pair<unsigned, signed> index, int64_t coefficient, AffineExpr expr) getSemiAffineExprFromFlatForm() argument
1163 AffineExpr expr = it.value(); getSemiAffineExprFromFlatForm() local
1264 visitMulExpr(AffineBinaryOpExpr expr) visitMulExpr() argument
1291 visitAddExpr(AffineBinaryOpExpr expr) visitAddExpr() argument
1315 visitModExpr(AffineBinaryOpExpr expr) visitModExpr() argument
1384 visitCeilDivExpr(AffineBinaryOpExpr expr) visitCeilDivExpr() argument
1388 visitFloorDivExpr(AffineBinaryOpExpr expr) visitFloorDivExpr() argument
1392 visitDimExpr(AffineDimExpr expr) visitDimExpr() argument
1401 visitSymbolExpr(AffineSymbolExpr expr) visitSymbolExpr() argument
1410 visitConstantExpr(AffineConstantExpr expr) visitConstantExpr() argument
1448 visitDivExpr(AffineBinaryOpExpr expr,bool isCeil) visitDivExpr() argument
1556 simplifyAffineExpr(AffineExpr expr,unsigned numDims,unsigned numSymbols) simplifyAffineExpr() argument
1586 getBoundForAffineExpr(AffineExpr expr,unsigned numDims,unsigned numSymbols,ArrayRef<std::optional<int64_t>> constLowerBounds,ArrayRef<std::optional<int64_t>> constUpperBounds,bool isUpper) getBoundForAffineExpr() argument
[all...]
/llvm-project/mlir/python/mlir/dialects/linalg/opdsl/lang/
H A Dscalar_expr.py51 def expr(self) -> "ScalarExpression": member in ScalarFn
68 def expr(self) -> "ScalarExpression": member in ScalarArg
81 def expr(self) -> "ScalarExpression": member in ScalarConst
94 def expr(self) -> "ScalarExpression": member in ScalarIndex
/llvm-project/mlir/examples/toy/Ch7/include/toy/
H A DParser.h84 std::optional<std::unique_ptr<ExprAST>> expr; in parseReturn() local
404 std::unique_ptr<ExprAST> expr; in parseTypedDeclaration() local
465 std::unique_ptr<ExprAST> expr; in parseVarDeclaration() local
494 auto expr = parseDeclarationOrCallExpr(); in parseBlock() local
512 auto expr = parseExpression(); in parseBlock() local
/llvm-project/flang/lib/Lower/
H A DCoarray.cpp58 const Fortran::evaluate::CoarrayRef &expr) { in genAddr()
64 const Fortran::evaluate::CoarrayRef &expr) { in genValue()
/llvm-project/clang/test/Parser/
H A Dbuiltin_types_compatible.c9 #define func(expr) \ argument
16 #define func_choose(expr) \ argument
/llvm-project/clang/test/Import/cxx-casts/
H A Dtest.cpp19 void expr() { in expr() function
/llvm-project/clang/test/Import/extern-c-function/
H A Dtest.cpp2 void expr() { in expr() function

12345678910>>...16