/llvm-project/mlir/lib/IR/ |
H A D | IntegerSet.cpp | 41 ArrayRef<AffineExpr> IntegerSet::getConstraints() const { in getConstraints() function in IntegerSet 46 return getConstraints()[idx]; in getConstraint() 64 for (auto expr : getConstraints()) in walkExprs() 73 for (auto cst : getConstraints()) in replaceDimsAndSymbols()
|
/llvm-project/mlir/include/mlir/Dialect/Affine/Analysis/ |
H A D | Utils.h | 469 FlatAffineValueConstraints *getConstraints() { return &cst; } in getConstraints() function 470 const FlatAffineValueConstraints *getConstraints() const { return &cst; } in getConstraints() function
|
/llvm-project/mlir/include/mlir/IR/ |
H A D | IntegerSet.h | 87 ArrayRef<AffineExpr> getConstraints() const;
|
/llvm-project/mlir/lib/Target/LLVMIR/Dialect/LLVMIR/ |
H A D | LLVMToLLVMIRTranslation.cpp | 313 inlineAsmOp.getAsmString(), inlineAsmOp.getConstraints(), in convertOperationImpl() 320 inlineAsmOp.getConstraints(), in convertOperationImpl()
|
/llvm-project/mlir/lib/Tools/PDLL/CodeGen/ |
H A D | CPPGen.cpp | 192 for (ast::ConstraintRef &cst : decl->getConstraints()) { in getNativeTypeName()
|
H A D | MLIRGen.cpp | 320 for (const ast::ConstraintRef &constraint : varDecl->getConstraints()) { in genNonInitializerVar() 373 for (const ast::ConstraintRef &ref : varDecl->getConstraints()) in applyVarConstraints()
|
/llvm-project/mlir/lib/Dialect/Affine/Utils/ |
H A D | LoopUtils.cpp | 1771 const auto *cst = region.getConstraints(); in findHighestBlockForPlacement() 2007 const FlatAffineValueConstraints *cst = region.getConstraints(); in generateCopy() 2248 auto *regionCst = region->getConstraints(); in getFullMemRefAsRegion() 2377 it->second->getConstraints()->clearAndCopyFrom( in affineDataCopyGenerate() 2378 *region->getConstraints()); in affineDataCopyGenerate() 2381 region->getConstraints()->clearAndCopyFrom( in affineDataCopyGenerate() 2382 *it->second->getConstraints()); in affineDataCopyGenerate()
|
/llvm-project/mlir/include/mlir/Tools/PDLL/AST/ |
H A D | Nodes.h | 1249 MutableArrayRef<ConstraintRef> getConstraints() { in getConstraints() function 1252 ArrayRef<ConstraintRef> getConstraints() const { in getConstraints() function 1253 return const_cast<VariableDecl *>(this)->getConstraints(); in getConstraints()
|
/llvm-project/mlir/lib/Tools/PDLL/AST/ |
H A D | Nodes.cpp | 153 for (const ConstraintRef &child : decl->getConstraints()) in visitImpl() 568 varDecl->getConstraints().begin()); in create()
|
H A D | NodePrinter.cpp | 378 llvm::map_range(decl->getConstraints(), in printImpl()
|
/llvm-project/mlir/include/mlir/TableGen/ |
H A D | Pattern.h | 583 std::vector<AppliedConstraint> getConstraints() const;
|
/llvm-project/mlir/lib/Dialect/Affine/Analysis/ |
H A D | Utils.cpp | 1024 return cst.unionBoundingBox(*other.getConstraints()); in unionBoundingBox() 1277 LLVM_DEBUG(region.getConstraints()->dump()); in boundCheckLoadOrStoreOp() 1284 FlatAffineValueConstraints ucst(*region.getConstraints()); in boundCheckLoadOrStoreOp() 1304 FlatAffineValueConstraints lcst(*region.getConstraints()); in boundCheckLoadOrStoreOp()
|
/llvm-project/clang/lib/ExtractAPI/Serialization/ |
H A D | SymbolGraphSerializer.cpp | 576 for (const auto &Constr : Template.getConstraints()) { in serializeTemplateMixin()
|
/llvm-project/mlir/lib/TableGen/ |
H A D | Pattern.cpp | 664 std::vector<AppliedConstraint> Pattern::getConstraints() const { in getConstraints() 661 std::vector<AppliedConstraint> Pattern::getConstraints() const { getConstraints() function in Pattern
|
/llvm-project/mlir/lib/Dialect/Affine/Transforms/ |
H A D | LoopFusion.cpp | 275 const FlatAffineValueConstraints *cst = region.getConstraints(); in createPrivateMemRef()
|
/llvm-project/mlir/lib/Tools/mlir-pdll-lsp-server/ |
H A D | PDLLServer.cpp | 232 for (const auto &it : varDecl->getConstraints()) in initialize() 1204 if (!decl->getConstraints().empty()) in getInlayHintsFor()
|
/llvm-project/mlir/lib/Analysis/ |
H A D | FlatLinearValueConstraints.cpp | 215 return ::getFlattenedAffineExprs(set.getConstraints(), set.getNumDims(), in getFlattenedAffineExprs()
|
/llvm-project/clang/lib/StaticAnalyzer/Checkers/ |
H A D | StdLibraryFunctionsChecker.cpp | 668 const ConstraintSet &getConstraints() const { return Constraints; } in getConstraints() function in __anon2859deef0111::StdLibraryFunctionsChecker::SummaryCase 811 for (const ValueConstraintPtr &Constraint : Case.getConstraints()) in validateByConstraints() 1375 for (const ValueConstraintPtr &Constraint : Case.getConstraints()) { in checkPostCall()
|
/llvm-project/mlir/tools/mlir-tblgen/ |
H A D | RewriterGen.cpp | 960 for (auto &appliedConstraint : pattern.getConstraints()) { in emitMatchLogic()
|
/llvm-project/clang/include/clang/ExtractAPI/ |
H A D | API.h | 125 const llvm::SmallVector<TemplateConstraint> &getConstraints() const { in Template() 132 const llvm::SmallVector<TemplateConstraint> &getConstraints() const { getConstraints() function
|
/llvm-project/mlir/lib/Dialect/Affine/IR/ |
H A D | AffineOps.cpp | 2948 set.getConstraints(), set.getContext()); in composeSetAndOperands()
|