| /llvm-project-15.0.7/mlir/lib/IR/ |
| H A D | IntegerSet.cpp | 45 AffineExpr IntegerSet::getConstraint(unsigned idx) const { in getConstraint() function in IntegerSet 58 return getConstraint(0).getContext(); in getContext()
|
| H A D | AsmPrinter.cpp | 2533 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 D | Context.cpp | 124 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 D | Operation.h | 48 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 D | ConstraintElimination.cpp | 152 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 D | NewGVN.cpp | 1569 const Optional<PredicateConstraint> &Constraint = PI->getConstraint(); in performSymbolicPredicateInfoEvaluation()
|
| /llvm-project-15.0.7/llvm/include/llvm/MC/MCParser/ |
| H A D | MCParsedAsmOperand.h | 46 StringRef getConstraint() { return Constraint; } in getConstraint() function
|
| /llvm-project-15.0.7/mlir/include/mlir/IR/ |
| H A D | IntegerSet.h | 89 AffineExpr getConstraint(unsigned idx) const;
|
| /llvm-project-15.0.7/clang/lib/StaticAnalyzer/Core/ |
| H A D | RangeConstraintManager.cpp | 1053 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 D | IntegerSet.cpp | 98 return wrap(unwrap(set).getConstraint(static_cast<unsigned>(pos))); in mlirIntegerSetGetConstraint()
|
| /llvm-project-15.0.7/llvm/include/llvm/Transforms/Utils/ |
| H A D | PredicateInfo.h | 106 Optional<PredicateConstraint> getConstraint() const;
|
| /llvm-project-15.0.7/llvm/lib/Target/RISCV/MCTargetDesc/ |
| H A D | RISCVBaseInfo.h | 130 static inline VConstraintType getConstraint(uint64_t TSFlags) { in getConstraint() function
|
| /llvm-project-15.0.7/mlir/lib/Conversion/PDLToPDLInterp/ |
| H A D | Predicate.h | 663 Predicate getConstraint(StringRef name, ArrayRef<Position *> pos) { in getConstraint() function
|
| H A D | PredicateTree.cpp | 276 builder.getConstraint(op.name(), allPositions); in getConstraintPredicates()
|
| /llvm-project-15.0.7/mlir/lib/Conversion/AffineToStandard/ |
| H A D | AffineToStandard.cpp | 280 AffineExpr constraintExpr = integerSet.getConstraint(i); in matchAndRewrite()
|
| /llvm-project-15.0.7/mlir/lib/Tools/mlir-pdll-lsp-server/ |
| H A D | PDLLServer.cpp | 747 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 D | PredicateInfo.cpp | 786 Optional<PredicateConstraint> PredicateBase::getConstraint() const { in getConstraint() function in llvm::PredicateBase
|
| H A D | SCCPSolver.cpp | 1262 const Optional<PredicateConstraint> &Constraint = PI->getConstraint(); in handleCallResult()
|
| /llvm-project-15.0.7/llvm/lib/Target/RISCV/AsmParser/ |
| H A D | RISCVAsmParser.cpp | 2593 RISCVII::VConstraintType Constraints = RISCVII::getConstraint(MCID.TSFlags); in validateInstruction()
|
| /llvm-project-15.0.7/mlir/lib/Dialect/Affine/IR/ |
| H A D | AffineOps.cpp | 2314 iSet.getConstraint(0) == 0); in matchAndRewrite()
|
| /llvm-project-15.0.7/llvm/lib/MC/MCParser/ |
| H A D | AsmParser.cpp | 6023 StringRef Constraint = Operand.getConstraint(); in parseMSInlineAsm()
|
| H A D | MasmParser.cpp | 7421 StringRef Constraint = Operand.getConstraint(); in parseMSInlineAsm()
|