| /llvm-project-15.0.7/mlir/include/mlir/IR/ |
| H A D | AffineExprVisitor.h | 75 RetTy walkPostOrder(AffineExpr expr) { in walkPostOrder() 117 RetTy visit(AffineExpr expr) { in visit() 165 RetTy visitAddExpr(AffineBinaryOpExpr expr) { in visitAddExpr() 168 RetTy visitMulExpr(AffineBinaryOpExpr expr) { in visitMulExpr() 171 RetTy visitModExpr(AffineBinaryOpExpr expr) { in visitModExpr() 174 RetTy visitFloorDivExpr(AffineBinaryOpExpr expr) { in visitFloorDivExpr() 177 RetTy visitCeilDivExpr(AffineBinaryOpExpr expr) { in visitCeilDivExpr() 180 RetTy visitConstantExpr(AffineConstantExpr expr) { return RetTy(); } in visitConstantExpr() 181 RetTy visitDimExpr(AffineDimExpr expr) { return RetTy(); } in visitDimExpr() 182 RetTy visitSymbolExpr(AffineSymbolExpr expr) { return RetTy(); } in visitSymbolExpr() [all …]
|
| /llvm-project-15.0.7/polly/lib/External/ppcg/ |
| H A D | external.c | 26 int (*fn)(__isl_keep pet_expr *expr, void *user), void *user) { in pet_tree_foreach_access_expr() 29 isl_ctx *pet_expr_get_ctx(__isl_keep pet_expr *expr) { in pet_expr_get_ctx() 32 isl_bool pet_expr_access_is_read(__isl_keep pet_expr *expr) { in pet_expr_access_is_read() 35 isl_bool pet_expr_access_is_write(__isl_keep pet_expr *expr) { in pet_expr_access_is_write() 39 __isl_keep pet_expr *expr) { in pet_expr_access_get_tagged_may_read() 43 __isl_keep pet_expr *expr) { in pet_expr_access_get_tagged_may_write() 47 __isl_keep pet_expr *expr) { in pet_expr_access_get_must_write() 51 __isl_keep pet_expr *expr) { in pet_expr_access_get_index() 97 int pet_expr_foreach_call_expr(__isl_keep pet_expr *expr, in pet_expr_foreach_call_expr() 186 __isl_keep pet_expr *expr) { in pet_expr_access_get_may_read() [all …]
|
| /llvm-project-15.0.7/lldb/source/Expression/ |
| H A D | DWARFExpressionList.cpp | 27 const auto *expr = m_exprs.GetEntryAtIndex(0); in GetAlwaysValidExpr() local 34 DWARFExpression expr) { in AddExpression() 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; in ContainsThreadLocalStorage() local 106 DWARFExpression &expr = m_exprs.GetEntryRef(0).data; in LinkThreadLocalStorage() local 121 const DWARFExpression *expr = nullptr; in MatchesOperand() local 148 if (const DWARFExpression *expr = GetAlwaysValidExpr()) { in DumpLocations() local 158 const auto &expr = entry.data; in DumpLocations() local 186 const auto &expr = entry.data; in GetDescription() local [all …]
|
| /llvm-project-15.0.7/flang/include/flang/Lower/ |
| H A D | AbstractConverter.h | 129 fir::ExtendedValue genExprAddr(mlir::Location loc, const SomeExpr *expr, in genExprAddr() 133 fir::ExtendedValue genExprAddr(mlir::Location loc, const SomeExpr &expr, in genExprAddr() 144 fir::ExtendedValue genExprValue(mlir::Location loc, const SomeExpr *expr, in genExprValue() 148 fir::ExtendedValue genExprValue(mlir::Location loc, const SomeExpr &expr, in genExprValue()
|
| /llvm-project-15.0.7/polly/lib/External/isl/ |
| H A D | isl_ast.c | 288 __isl_keep isl_ast_expr *expr) in isl_ast_expr_op_get_type() 302 __isl_keep isl_ast_expr *expr) in isl_ast_expr_get_op_type() 421 isl_ast_expr *expr; in isl_ast_expr_alloc_op() local 446 isl_ast_expr *expr; in isl_ast_expr_from_id() local 472 isl_ast_expr *expr; in isl_ast_expr_alloc_int_si() local 494 isl_ast_expr *expr; in isl_ast_expr_from_val() local 526 isl_ast_expr *expr = NULL; in isl_ast_expr_alloc_unary() local 575 isl_ast_expr *expr = NULL; in isl_ast_expr_alloc_binary() local 1828 __isl_keep isl_ast_expr *expr) in print_min_max_c() 1851 __isl_keep isl_ast_expr *expr) in print_call_c() [all …]
|
| /llvm-project-15.0.7/lldb/test/Shell/SymbolFile/DWARF/x86/ |
| H A D | DW_AT_declaration-with-children.s | 16 expr a label 25 expr b1 label 33 expr c1 label
|
| /llvm-project-15.0.7/clang/test/Sema/ |
| H A D | warn-string-conversion.c | 6 #define assert1(expr) \ argument 12 #define assert2(expr) \ argument
|
| /llvm-project-15.0.7/flang/lib/Semantics/ |
| H A D | check-arithmeticif.cpp | 16 bool IsNumericExpr(const SomeExpr &expr) { in IsNumericExpr() 28 if (const auto *expr{GetExpr(context_, parsedExpr)}) { in Leave() local
|
| /llvm-project-15.0.7/compiler-rt/lib/builtins/ |
| H A D | int_util.h | 26 #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-15.0.7/mlir/lib/IR/ |
| H A D | AffineExpr.cpp | 177 auto expr = this->cast<AffineBinaryOpExpr>(); in isSymbolicOrConstant() local 284 if (auto expr = this->dyn_cast<AffineBinaryOpExpr>()) { in isFunctionOfDim() local 295 if (auto expr = this->dyn_cast<AffineBinaryOpExpr>()) { in isFunctionOfSymbol() local 323 static bool isDivisibleBySymbol(AffineExpr expr, unsigned symbolPos, in isDivisibleBySymbol() 439 static AffineExpr simplifySemiAffine(AffineExpr expr) { in simplifySemiAffine() 881 raw_ostream &mlir::operator<<(raw_ostream &os, AffineExpr expr) { in operator <<() 900 auto expr = getAffineConstantExpr(0, context); in getAffineExprFromFlatForm() local 945 AffineExpr expr = getAffineConstantExpr(0, context); in getSemiAffineExprFromFlatForm() local 976 AffineExpr expr) { in getSemiAffineExprFromFlatForm() 1023 AffineExpr expr = it.value(); in getSemiAffineExprFromFlatForm() local [all …]
|
| H A D | AffineMap.cpp | 126 AffineExpr expr = idxAndExpr.value(); in isMinorIdentityWithBroadcasting() local 173 AffineExpr expr = idxAndExpr.value(); in isPermutationOfMinorIdentityWithBroadcasting() local 289 for (auto expr : getResults()) in getConstantResults() local 359 for (auto expr : getResults()) { in partialConstantFold() local 383 for (auto expr : getResults()) in walkExprs() local 398 for (auto expr : getResults()) in replaceDimsAndSymbols() local 458 for (auto expr : getResults()) in compose() local 492 for (auto expr : getResults()) { in isProjectedPermutation() local 622 map.walkExprs([&](AffineExpr expr) { in compressUnusedSymbols() 659 auto expr = en.value(); in inversePermutation() local [all …]
|
| /llvm-project-15.0.7/mlir/examples/toy/Ch3/mlir/ |
| H A D | MLIRGen.cpp | 208 mlir::Value mlirGen(VariableExprAST &expr) { in mlirGen() 222 mlir::Value expr = nullptr; in mlirGen() local 285 void collectData(ExprAST &expr, std::vector<double> &data) { in collectData() 304 for (auto &expr : call.getArgs()) { in mlirGen() local 345 mlir::Value mlirGen(ExprAST &expr) { in mlirGen() 398 for (auto &expr : blockAST) { in mlirGen() local
|
| /llvm-project-15.0.7/mlir/examples/toy/Ch2/mlir/ |
| H A D | MLIRGen.cpp | 208 mlir::Value mlirGen(VariableExprAST &expr) { in mlirGen() 222 mlir::Value expr = nullptr; in mlirGen() local 285 void collectData(ExprAST &expr, std::vector<double> &data) { in collectData() 304 for (auto &expr : call.getArgs()) { in mlirGen() local 345 mlir::Value mlirGen(ExprAST &expr) { in mlirGen() 398 for (auto &expr : blockAST) { in mlirGen() local
|
| /llvm-project-15.0.7/mlir/examples/toy/Ch6/mlir/ |
| H A D | MLIRGen.cpp | 212 mlir::Value mlirGen(VariableExprAST &expr) { in mlirGen() 226 mlir::Value expr = nullptr; in mlirGen() local 289 void collectData(ExprAST &expr, std::vector<double> &data) { in collectData() 308 for (auto &expr : call.getArgs()) { in mlirGen() local 349 mlir::Value mlirGen(ExprAST &expr) { in mlirGen() 402 for (auto &expr : blockAST) { in mlirGen() local
|
| /llvm-project-15.0.7/mlir/examples/toy/Ch4/mlir/ |
| H A D | MLIRGen.cpp | 212 mlir::Value mlirGen(VariableExprAST &expr) { in mlirGen() 226 mlir::Value expr = nullptr; in mlirGen() local 289 void collectData(ExprAST &expr, std::vector<double> &data) { in collectData() 308 for (auto &expr : call.getArgs()) { in mlirGen() local 349 mlir::Value mlirGen(ExprAST &expr) { in mlirGen() 402 for (auto &expr : blockAST) { in mlirGen() local
|
| /llvm-project-15.0.7/mlir/examples/toy/Ch5/mlir/ |
| H A D | MLIRGen.cpp | 212 mlir::Value mlirGen(VariableExprAST &expr) { in mlirGen() 226 mlir::Value expr = nullptr; in mlirGen() local 289 void collectData(ExprAST &expr, std::vector<double> &data) { in collectData() 308 for (auto &expr : call.getArgs()) { in mlirGen() local 349 mlir::Value mlirGen(ExprAST &expr) { in mlirGen() 402 for (auto &expr : blockAST) { in mlirGen() local
|
| /llvm-project-15.0.7/flang/include/flang/Evaluate/ |
| H A D | fold.h | 35 template <typename T> Expr<T> Fold(FoldingContext &context, Expr<T> &&expr) { in Fold() 86 const Expr<Type<TypeCategory::Integer, KIND>> &expr) { in ToInt64()
|
| /llvm-project-15.0.7/mlir/lib/Tools/PDLL/AST/ |
| H A D | NodePrinter.cpp | 219 void NodePrinter::printImpl(const AttributeExpr *expr) { in printImpl() 223 void NodePrinter::printImpl(const CallExpr *expr) { in printImpl() 231 void NodePrinter::printImpl(const DeclRefExpr *expr) { in printImpl() 238 void NodePrinter::printImpl(const MemberAccessExpr *expr) { in printImpl() 246 void NodePrinter::printImpl(const OperationExpr *expr) { in printImpl() 257 void NodePrinter::printImpl(const TupleExpr *expr) { in printImpl() 265 void NodePrinter::printImpl(const TypeExpr *expr) { in printImpl()
|
| /llvm-project-15.0.7/mlir/python/mlir/dialects/linalg/opdsl/lang/ |
| H A D | scalar_expr.py | 46 def expr(self) -> "ScalarExpression": member in ScalarFn 61 def expr(self) -> "ScalarExpression": member in ScalarArg 74 def expr(self) -> "ScalarExpression": member in ScalarConst 87 def expr(self) -> "ScalarExpression": member in ScalarIndex
|
| /llvm-project-15.0.7/flang/lib/Lower/ |
| H A D | Coarray.cpp | 58 const Fortran::evaluate::CoarrayRef &expr) { in genAddr() 64 const Fortran::evaluate::CoarrayRef &expr) { in genValue()
|
| /llvm-project-15.0.7/mlir/examples/toy/Ch7/include/toy/ |
| H A D | Parser.h | 84 llvm::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-15.0.7/mlir/lib/Tools/PDLL/CodeGen/ |
| H A D | MLIRGen.cpp | 184 .Case([&](const ast::Expr *expr) { genExpr(expr); }); in gen() 377 Value CodeGen::genSingleExpr(const ast::Expr *expr) { in genSingleExpr() 390 SmallVector<Value> CodeGen::genExpr(const ast::Expr *expr) { in genExpr() 394 .Default([&](const ast::Expr *expr) -> SmallVector<Value> { in genExpr() 399 Value CodeGen::genExprImpl(const ast::AttributeExpr *expr) { in genExprImpl() 405 SmallVector<Value> CodeGen::genExprImpl(const ast::CallExpr *expr) { in genExprImpl() 424 SmallVector<Value> CodeGen::genExprImpl(const ast::DeclRefExpr *expr) { in genExprImpl() 430 Value CodeGen::genExprImpl(const ast::MemberAccessExpr *expr) { in genExprImpl() 494 Value CodeGen::genExprImpl(const ast::OperationExpr *expr) { in genExprImpl() 520 SmallVector<Value> CodeGen::genExprImpl(const ast::TupleExpr *expr) { in genExprImpl() [all …]
|
| /llvm-project-15.0.7/clang/test/Parser/ |
| H A D | builtin_types_compatible.c | 9 #define func(expr) \ argument 16 #define func_choose(expr) \ argument
|
| /llvm-project-15.0.7/clang/test/Import/objc-method/ |
| H A D | test.m | 3 void expr() { function
|
| /llvm-project-15.0.7/clang/test/Import/indirect-goto/ |
| H A D | test.cpp | 8 void expr() { in expr() function
|