Home
last modified time | relevance | path

Searched refs:getConstraints (Results 1 – 21 of 21) sorted by relevance

/llvm-project/mlir/lib/IR/
H A DIntegerSet.cpp41 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 DUtils.h469 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 DIntegerSet.h87 ArrayRef<AffineExpr> getConstraints() const;
/llvm-project/mlir/lib/Target/LLVMIR/Dialect/LLVMIR/
H A DLLVMToLLVMIRTranslation.cpp313 inlineAsmOp.getAsmString(), inlineAsmOp.getConstraints(), in convertOperationImpl()
320 inlineAsmOp.getConstraints(), in convertOperationImpl()
/llvm-project/mlir/lib/Tools/PDLL/CodeGen/
H A DCPPGen.cpp192 for (ast::ConstraintRef &cst : decl->getConstraints()) { in getNativeTypeName()
H A DMLIRGen.cpp320 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 DLoopUtils.cpp1771 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 DNodes.h1249 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 DNodes.cpp153 for (const ConstraintRef &child : decl->getConstraints()) in visitImpl()
568 varDecl->getConstraints().begin()); in create()
H A DNodePrinter.cpp378 llvm::map_range(decl->getConstraints(), in printImpl()
/llvm-project/mlir/include/mlir/TableGen/
H A DPattern.h583 std::vector<AppliedConstraint> getConstraints() const;
/llvm-project/mlir/lib/Dialect/Affine/Analysis/
H A DUtils.cpp1024 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 DSymbolGraphSerializer.cpp576 for (const auto &Constr : Template.getConstraints()) { in serializeTemplateMixin()
/llvm-project/mlir/lib/TableGen/
H A DPattern.cpp664 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 DLoopFusion.cpp275 const FlatAffineValueConstraints *cst = region.getConstraints(); in createPrivateMemRef()
/llvm-project/mlir/lib/Tools/mlir-pdll-lsp-server/
H A DPDLLServer.cpp232 for (const auto &it : varDecl->getConstraints()) in initialize()
1204 if (!decl->getConstraints().empty()) in getInlayHintsFor()
/llvm-project/mlir/lib/Analysis/
H A DFlatLinearValueConstraints.cpp215 return ::getFlattenedAffineExprs(set.getConstraints(), set.getNumDims(), in getFlattenedAffineExprs()
/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DStdLibraryFunctionsChecker.cpp668 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 DRewriterGen.cpp960 for (auto &appliedConstraint : pattern.getConstraints()) { in emitMatchLogic()
/llvm-project/clang/include/clang/ExtractAPI/
H A DAPI.h125 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 DAffineOps.cpp2948 set.getConstraints(), set.getContext()); in composeSetAndOperands()