Home
last modified time | relevance | path

Searched defs:Constraint (Results 1 – 25 of 88) sorted by relevance

1234

/llvm-project/clang/lib/Analysis/FlowSensitive/
H A DDataflowAnalysisContext.cpp136 void DataflowAnalysisContext::addInvariant(const Formula &Constraint) { in addInvariant()
144 Atom Token, const Formula &Constraint) { in addFlowConditionConstraint()
266 for (const auto *Constraint : Constraints) { in dumpFlowCondition() local
286 for (const auto *Constraint : OriginalConstraints) { in dumpFlowCondition() local
H A DSimplifyConstraints.cpp87 for (const auto *Constraint : Constraints) { in simplifyConstraints() local
131 for (const auto *Constraint : Constraints) { in simplifyConstraints() local
/llvm-project/llvm/lib/Target/SPIRV/
H A DSPIRVInlineAsmLowering.cpp25 Value *Val, StringRef Constraint, std::vector<MachineOperand> &Ops, in lowerAsmOperandForConstraint()
/llvm-project/llvm/include/llvm/MC/MCParser/
H A DMCParsedAsmOperand.h32 std::string Constraint; variable
/llvm-project/mlir/include/mlir/Tools/PDLL/ODS/
H A DConstraint.h47 Constraint(StringRef name, StringRef summary) in Constraint() function
/llvm-project/mlir/include/mlir/TableGen/
H A DConstraint.h36 Constraint(const llvm::Record *record, Kind kind) : def(record), kind(kind) {} in Constraint() function
[all...]
H A DCodeGenHelpers.h30 class Constraint; variable
/llvm-project/mlir/lib/TableGen/
H A DConstraint.cpp19 Constraint::Constraint(const llvm::Record *record) in Constraint() function in Constraint
[all...]
/llvm-project/clang/lib/Basic/Targets/
H A DRISCV.h73 StringRef getConstraintRegister(StringRef Constraint, in getConstraintRegister() argument
H A DX86.cpp1654 validateOutputSize(const llvm::StringMap<bool> & FeatureMap,StringRef Constraint,unsigned Size) const validateOutputSize() argument
1663 validateInputSize(const llvm::StringMap<bool> & FeatureMap,StringRef Constraint,unsigned Size) const validateInputSize() argument
1669 validateOperandSize(const llvm::StringMap<bool> & FeatureMap,StringRef Constraint,unsigned Size) const validateOperandSize() argument
[all...]
H A DSystemZ.h93 convertConstraint(const char * & Constraint) convertConstraint() argument
H A DARM.h214 StringRef getConstraintRegister(StringRef Constraint, in getConstraintRegister() argument
H A DAArch64.h185 getConstraintRegister(StringRef Constraint,StringRef Expression) getConstraintRegister() argument
H A DMips.h275 convertConstraint(const char * & Constraint) convertConstraint() argument
H A DAMDGPU.h226 convertConstraint(const char * & Constraint) convertConstraint() argument
/llvm-project/clang-tools-extra/clang-tidy/cert/
H A DNonTrivialTypesLibcMemoryCallsCheck.cpp71 bool Bind = false) { in registerMatchers()
/llvm-project/mlir/include/mlir/Dialect/IRDL/
H A DIRDLVerifiers.h33 class Constraint; variable
/llvm-project/clang/include/clang/AST/
H A DExprConcepts.h430 Expr *Constraint = nullptr; variable
439 NestedRequirement(Expr *Constraint) in NestedRequirement() argument
448 NestedRequirement(ASTContext &C, Expr *Constraint, in NestedRequirement() argument
[all...]
/llvm-project/clang/include/clang/Sema/
H A DSemaConcept.h90 llvm::PointerUnion<AtomicConstraint *, CompoundConstraint> Constraint; global() member
[all...]
/llvm-project/clang/unittests/Analysis/FlowSensitive/
H A DSimplifyConstraintsTest.cpp48 for (const auto *Constraint : Constraints) { in printConstraints() local
/llvm-project/llvm/lib/IR/
H A DInlineAsm.cpp286 for (const ConstraintInfo &Constraint : Constraints) { verify() local
/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DSMTConstraintManager.h321 llvm::SMTExprRef Constraint = I++->second; REGISTER_TRAIT_WITH_PROGRAMSTATE() local
/llvm-project/clang/utils/TableGen/
H A DClangSyntaxEmitter.cpp221 SyntaxConstraint Constraint(*C->getValueAsDef("syntax")); EmitClangSyntaxNodeClasses() local
/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DRangeConstraintManager.cpp1065 RangeSet Constraint) { in setConstraint() argument
1993 assign(SymbolRef Sym,RangeSet Constraint) assign() argument
1997 assignImpl(SymbolRef Sym,RangeSet Constraint) assignImpl() argument
2040 assignSymExprImpl(const SymExpr * Sym,RangeSet Constraint) assignSymExprImpl() argument
2078 handleRemainderOp(const SymT * Sym,RangeSet Constraint) handleRemainderOp() argument
2095 assignSymIntExprToRangeSet(const SymIntExpr * Sym,RangeSet Constraint) assignSymIntExprToRangeSet() argument
2169 interpreteAsBool(RangeSet Constraint) interpreteAsBool() argument
2187 assignSymExprToConst(const SymExpr * Sym,const llvm::APSInt & Constraint) assignSymExprToConst() argument
2228 assignSymSymExprToRangeSet(const SymSymExpr * Sym,RangeSet Constraint) assignSymSymExprToRangeSet() argument
2628 reAssume(ProgramStateRef State,const RangeSet * Constraint,SVal TheValue) reAssume() argument
[all...]
/llvm-project/llvm/lib/TextAPI/
H A DTextStubCommon.cpp35 IO &IO, ObjCConstraintType &Constraint) { in enumeration()

1234