Home
last modified time | relevance | path

Searched defs:Constraints (Results 1 – 25 of 32) sorted by relevance

12

/freebsd/contrib/llvm-project/clang/lib/Analysis/FlowSensitive/
H A DDataflowAnalysisContext.cpp172 llvm::SetVector<const Formula *> Constraints) { in querySolver()
186 llvm::SetVector<const Formula *> Constraints; in flowConditionImplies() local
198 llvm::SetVector<const Formula *> Constraints; in flowConditionAllows() local
207 llvm::SetVector<const Formula *> Constraints; in equivalentFormulas() local
213 Atom Token, llvm::SetVector<const Formula *> &Constraints) { in addTransitiveFlowConditionConstraints()
256 llvm::SetVector<const Formula *> Constraints; in dumpFlowCondition() local
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DInlineAsm.cpp44 StringRef Constraints, bool hasSideEffects, in get()
235 InlineAsm::ParseConstraints(StringRef Constraints) { in ParseConstraints()
277 ConstraintInfoVector Constraints = ParseConstraints(ConstStr); in verify() local
H A DCore.cpp494 size_t AsmStringSize, const char *Constraints, in LLVMGetInlineAsm()
1916 const char *Constraints, in LLVMConstInlineAsm()
/freebsd/contrib/llvm-project/clang/include/clang/Analysis/FlowSensitive/
H A DDataflowAnalysisContext.h242 bool isSatisfiable(llvm::SetVector<const Formula *> Constraints) { in isSatisfiable()
249 bool isUnsatisfiable(llvm::SetVector<const Formula *> Constraints) { in isUnsatisfiable()
/freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/BugReporter/
H A DZ3CrosscheckVisitor.h48 ConstraintMap Constraints; variable
/freebsd/contrib/llvm-project/clang/lib/Parse/
H A DParseStmtAsm.cpp634 SmallVector<std::string, 4> Constraints; in ParseMicrosoftAsmStatement() local
758 ExprVector Constraints; in ParseAsmStatement() local
885 SmallVectorImpl<Expr *> &Constraints, in ParseAsmOperandsOpt()
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DConstraintSystem.h51 SmallVector<SmallVector<Entry, 8>, 4> Constraints; variable
/freebsd/contrib/llvm-project/llvm/utils/TableGen/
H A DInstrDocsEmitter.cpp192 StringRef Constraints = Inst->getValueAsString("Constraints"); in EmitInstrDocs() local
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaStmtAsm.cpp213 getClobberConflictLocation(MultiExprArg Exprs, StringLiteral **Constraints, in getClobberConflictLocation()
251 StringLiteral **Constraints = in ActOnGCCAsmStmt() local
936 ArrayRef<StringRef> Constraints, in ActOnMSAsmStmt()
H A DTreeTransform.h1521 MultiExprArg Constraints, MultiExprArg Exprs, in RebuildGCCAsmStmt()
1538 ArrayRef<StringRef> Constraints, in RebuildMSAsmStmt()
8286 SmallVector<Expr*, 8> Constraints; in TransformGCCAsmStmt() local
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DRangeConstraintManager.cpp1045 areFeasible(ConstraintRangeTy Constraints) { in areFeasible()
1070 ConstraintRangeTy Constraints) { in setConstraints()
2131 ConstraintRangeTy Constraints = State->get<ConstraintRange>(); in assign() local
2202 ConstraintRangeTy Constraints = State->get<ConstraintRange>(); in assignSymExprToConst() local
2269 ConstraintRangeTy Constraints = State->get<ConstraintRange>(); in getConstraintMap() local
2368 ConstraintRangeTy Constraints = State->get<ConstraintRange>(); in mergeImpl() local
2514 ConstraintRangeTy Constraints = State->get<ConstraintRange>(); in markDisequal() local
2534 DisequalityMapTy &Info, ConstraintRangeTy &Constraints, in addToDisequalityInfo()
2903 ConstraintRangeTy Constraints = State->get<ConstraintRange>(); in removeDeadBindings() local
3294 ConstraintRangeTy Constraints = State->get<ConstraintRange>(); in printConstraints() local
/freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DSMTConstraintManager.h219 ConstraintSMTType Constraints = State->get<ConstraintSMT>(); in REGISTER_TRAIT_WITH_PROGRAMSTATE() local
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DTargetInfo.h188 std::string &Constraints, std::vector<llvm::Type *> &ResultRegTypes, in addReturnRegisterOutputs()
H A DCGStmt.cpp2673 std::string Constraints; in EmitAsmStmt() local
H A DCGBuiltin.cpp1222 std::string Constraints = "={@ccc},r,r,~{cc},~{memory}"; in EmitX86BitTestIntrinsic() local
1363 std::string Constraints = "=r,*Z,~{memory}"; in emitPPCLoadReserveIntrinsic() local
1956 StringRef Asm, Constraints; in EmitMSVCBuiltinExpr() local
16508 StringRef Asm, Constraints; in EmitX86BuiltinExpr() local
/freebsd/contrib/llvm-project/llvm/utils/TableGen/Common/
H A DCodeGenInstruction.h117 std::vector<ConstraintInfo> Constraints; member
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DInlineAsm.h44 std::string AsmString, Constraints; global() variable
/freebsd/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCInstrDesc.h100 uint16_t Constraints; variable
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DStdLibraryFunctionsChecker.cpp654 ConstraintSet Constraints; member in __anon4d759d9c0111::StdLibraryFunctionsChecker::SummaryCase
659 SummaryCase(ConstraintSet &&Constraints, const ErrnoConstraintBase &ErrnoC, in SummaryCase()
664 SummaryCase(const ConstraintSet &Constraints, in SummaryCase()
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DDependenceAnalysis.cpp3155 SmallVectorImpl<Constraint> &Constraints, in propagate()
3826 SmallVector<Constraint, 4> Constraints(MaxLevels + 1); in depends() local
4140 SmallVector<Constraint, 4> Constraints(MaxLevels + 1); in getSplitIteration() local
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTReaderStmt.cpp392 SmallVector<StringLiteral*, 16> Constraints; in VisitGCCAsmStmt() local
449 SmallVector<StringRef, 16> Constraints; in VisitMSAsmStmt() local
/freebsd/contrib/llvm-project/clang/include/clang/ExtractAPI/
H A DAPI.h69 llvm::SmallVector<TemplateConstraint> Constraints; variable
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DStmt.cpp544 StringLiteral **Constraints, in setOutputsAndInputsAndClobbers()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/Targets/
H A DX86.cpp305 CodeGenFunction &CGF, LValue ReturnSlot, std::string &Constraints, in addReturnRegisterOutputs()
/freebsd/contrib/llvm-project/llvm/lib/MC/MCParser/
H A DAsmParser.cpp5988 SmallVectorImpl<std::string> &Constraints, in parseMSInlineAsm()

12