Home
last modified time | relevance | path

Searched refs:getConstraint (Results 1 – 22 of 22) sorted by relevance

/llvm-project-15.0.7/mlir/lib/IR/
H A DIntegerSet.cpp45 AffineExpr IntegerSet::getConstraint(unsigned idx) const { in getConstraint() function in IntegerSet
58 return getConstraint(0).getContext(); in getContext()
H A DAsmPrinter.cpp2533 printAffineConstraint(set.getConstraint(i - 1), set.isEq(i - 1)); in printIntegerSet()
2537 printAffineConstraint(set.getConstraint(numConstraints - 1), in printIntegerSet()
/llvm-project-15.0.7/mlir/lib/Tools/PDLL/ODS/
H A DContext.cpp124 printVariableLengthCst(attr.getConstraint().getDemangledName(), kind); in print()
136 printVariableLengthCst(operand.getConstraint().getDemangledName(), in print()
148 printVariableLengthCst(result.getConstraint().getDemangledName(), in print()
/llvm-project-15.0.7/mlir/include/mlir/Tools/PDLL/ODS/
H A DOperation.h48 const AttributeConstraint &getConstraint() const { return constraint; } in getConstraint() function
97 const TypeConstraint &getConstraint() const { return constraint; } in getConstraint() function
/llvm-project-15.0.7/llvm/lib/Transforms/Scalar/
H A DConstraintElimination.cpp152 ConstraintTy getConstraint(CmpInst::Predicate Pred, Value *Op0, Value *Op1,
158 ConstraintTy getConstraint(CmpInst *Cmp, in getConstraint() function in __anon0e91cfc10111::ConstraintInfo
160 return getConstraint(Cmp->getPredicate(), Cmp->getOperand(0), in getConstraint()
277 ConstraintInfo::getConstraint(CmpInst::Predicate Pred, Value *Op0, Value *Op1, in getConstraint() function in ConstraintInfo
382 auto R = getConstraint(Pred, A, B, NewIndices); in doesHold()
580 auto R = getConstraint(Pred, A, B, NewIndices); in addFact()
629 auto R = Info.getConstraint(Pred, A, B, NewIndices); in tryToSimplifyOverflowMath()
747 auto R = Info.getConstraint(Cmp, NewIndices); in eliminateConstraints()
H A DNewGVN.cpp1569 const Optional<PredicateConstraint> &Constraint = PI->getConstraint(); in performSymbolicPredicateInfoEvaluation()
/llvm-project-15.0.7/llvm/include/llvm/MC/MCParser/
H A DMCParsedAsmOperand.h46 StringRef getConstraint() { return Constraint; } in getConstraint() function
/llvm-project-15.0.7/mlir/include/mlir/IR/
H A DIntegerSet.h89 AffineExpr getConstraint(unsigned idx) const;
/llvm-project-15.0.7/clang/lib/StaticAnalyzer/Core/
H A DRangeConstraintManager.cpp1053 LLVM_NODISCARD inline const RangeSet *getConstraint(ProgramStateRef State, in getConstraint() function
1060 return getConstraint(State, EquivalenceClass::find(State, Sym)); in getConstraint()
1289 getConstraint(State, Sym), in infer()
1539 const RangeSet *QueriedRangeSet = getConstraint(State, SymSym); in getRangeForComparisonSymbol()
1547 QueriedRangeSet = getConstraint(State, SymSym); in getRangeForComparisonSymbol()
2309 intersect(RangeFactory, getConstraint(State, *this), in mergeImpl()
2310 getConstraint(State, Other))) { in mergeImpl()
2603 const RangeSet *ClassConstraint = getConstraint(State, Class); in simplify()
2627 const RangeSet *ClassConstraint = getConstraint(State, Class); in simplify()
2767 const RangeSet *Ranges = getConstraint(State, Sym); in checkNull()
[all …]
/llvm-project-15.0.7/mlir/lib/CAPI/IR/
H A DIntegerSet.cpp98 return wrap(unwrap(set).getConstraint(static_cast<unsigned>(pos))); in mlirIntegerSetGetConstraint()
/llvm-project-15.0.7/llvm/include/llvm/Transforms/Utils/
H A DPredicateInfo.h106 Optional<PredicateConstraint> getConstraint() const;
/llvm-project-15.0.7/llvm/lib/Target/RISCV/MCTargetDesc/
H A DRISCVBaseInfo.h130 static inline VConstraintType getConstraint(uint64_t TSFlags) { in getConstraint() function
/llvm-project-15.0.7/mlir/lib/Conversion/PDLToPDLInterp/
H A DPredicate.h663 Predicate getConstraint(StringRef name, ArrayRef<Position *> pos) { in getConstraint() function
H A DPredicateTree.cpp276 builder.getConstraint(op.name(), allPositions); in getConstraintPredicates()
/llvm-project-15.0.7/mlir/lib/Conversion/AffineToStandard/
H A DAffineToStandard.cpp280 AffineExpr constraintExpr = integerSet.getConstraint(i); in matchAndRewrite()
/llvm-project-15.0.7/mlir/lib/Tools/mlir-pdll-lsp-server/
H A DPDLLServer.cpp747 const ods::TypeConstraint &constraint = result.getConstraint(); in codeCompleteOperationMemberAccess()
793 const ods::AttributeConstraint &constraint = attr.getConstraint(); in codeCompleteOperationAttributeName()
1126 StringRef constraintDoc = value.getConstraint().getSummary(); in codeCompleteOperationOperandOrResultSignature()
/llvm-project-15.0.7/llvm/lib/Transforms/Utils/
H A DPredicateInfo.cpp786 Optional<PredicateConstraint> PredicateBase::getConstraint() const { in getConstraint() function in llvm::PredicateBase
H A DSCCPSolver.cpp1262 const Optional<PredicateConstraint> &Constraint = PI->getConstraint(); in handleCallResult()
/llvm-project-15.0.7/llvm/lib/Target/RISCV/AsmParser/
H A DRISCVAsmParser.cpp2593 RISCVII::VConstraintType Constraints = RISCVII::getConstraint(MCID.TSFlags); in validateInstruction()
/llvm-project-15.0.7/mlir/lib/Dialect/Affine/IR/
H A DAffineOps.cpp2314 iSet.getConstraint(0) == 0); in matchAndRewrite()
/llvm-project-15.0.7/llvm/lib/MC/MCParser/
H A DAsmParser.cpp6023 StringRef Constraint = Operand.getConstraint(); in parseMSInlineAsm()
H A DMasmParser.cpp7421 StringRef Constraint = Operand.getConstraint(); in parseMSInlineAsm()