Home
last modified time | relevance | path

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

12

/openbsd/gnu/llvm/clang/lib/Analysis/FlowSensitive/
H A DDebugSupport.cpp149 std::string debugString(const llvm::DenseSet<BoolValue *> &Constraints) { in debugString()
167 std::string debugString(ArrayRef<BoolValue *> &Constraints, in debugString()
246 debugString(const llvm::DenseSet<BoolValue *> &Constraints, in debugString()
252 debugString(ArrayRef<BoolValue *> Constraints, const Solver::Result &Result, in debugString()
H A DDataflowAnalysisContext.cpp190 DataflowAnalysisContext::querySolver(llvm::DenseSet<BoolValue *> Constraints) { in querySolver()
203 llvm::DenseSet<BoolValue *> Constraints = {&Token, &getOrCreateNegation(Val)}; in flowConditionImplies() local
212 llvm::DenseSet<BoolValue *> Constraints = {&getOrCreateNegation(Token)}; in flowConditionIsTautology() local
220 llvm::DenseSet<BoolValue *> Constraints = { in equivalentBoolValues() local
226 AtomicBoolValue &Token, llvm::DenseSet<BoolValue *> &Constraints, in addTransitiveFlowConditionConstraints()
347 llvm::DenseSet<BoolValue *> Constraints = {&Token}; in dumpFlowCondition() local
/openbsd/gnu/llvm/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.cpp472 size_t AsmStringSize, char *Constraints, in LLVMGetInlineAsm()
1813 const char *Constraints, in LLVMConstInlineAsm()
/openbsd/gnu/llvm/llvm/include/llvm/Analysis/
H A DConstraintSystem.h24 SmallVector<SmallVector<int64_t, 8>, 4> Constraints; variable
/openbsd/gnu/llvm/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()
/openbsd/gnu/llvm/clang/lib/StaticAnalyzer/Core/
H A DRangeConstraintManager.cpp1045 areFeasible(ConstraintRangeTy Constraints) { in areFeasible()
1070 ConstraintRangeTy Constraints) { in setConstraints()
2125 ConstraintRangeTy Constraints = State->get<ConstraintRange>(); in assign() local
2196 ConstraintRangeTy Constraints = State->get<ConstraintRange>(); in assignSymExprToConst() local
2263 ConstraintRangeTy Constraints = State->get<ConstraintRange>(); in getConstraintMap() local
2361 ConstraintRangeTy Constraints = State->get<ConstraintRange>(); in mergeImpl() local
2507 ConstraintRangeTy Constraints = State->get<ConstraintRange>(); in markDisequal() local
2527 DisequalityMapTy &Info, ConstraintRangeTy &Constraints, in addToDisequalityInfo()
2880 ConstraintRangeTy Constraints = State->get<ConstraintRange>(); in removeDeadBindings() local
3267 ConstraintRangeTy Constraints = State->get<ConstraintRange>(); in printConstraints() local
/openbsd/gnu/llvm/clang/lib/Sema/
H A DSemaStmtAsm.cpp212 getClobberConflictLocation(MultiExprArg Exprs, StringLiteral **Constraints, in getClobberConflictLocation()
250 StringLiteral **Constraints = in ActOnGCCAsmStmt() local
934 ArrayRef<StringRef> Constraints, in ActOnMSAsmStmt()
/openbsd/gnu/llvm/llvm/utils/TableGen/
H A DInstrDocsEmitter.cpp183 StringRef Constraints = Inst->getValueAsString("Constraints"); in EmitInstrDocs() local
H A DCodeGenInstruction.h122 std::vector<ConstraintInfo> Constraints; member
/openbsd/gnu/llvm/clang/include/clang/Analysis/FlowSensitive/
H A DDataflowAnalysisContext.h313 bool isUnsatisfiable(llvm::DenseSet<BoolValue *> Constraints) { in isUnsatisfiable()
/openbsd/gnu/llvm/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DSMTConstraintManager.h216 ConstraintSMTType Constraints = State->get<ConstraintSMT>(); in REGISTER_TRAIT_WITH_PROGRAMSTATE() local
/openbsd/gnu/llvm/clang/lib/CodeGen/
H A DTargetInfo.h173 std::string &Constraints, std::vector<llvm::Type *> &ResultRegTypes, in addReturnRegisterOutputs()
H A DCGStmt.cpp2362 std::string Constraints; in EmitAsmStmt() local
H A DCGBuiltin.cpp925 std::string Constraints = "={@ccc},r,r,~{cc},~{memory}"; in EmitX86BitTestIntrinsic() local
1068 std::string Constraints = "=r,*Z,~{memory}"; in emitPPCLoadReserveIntrinsic() local
1662 StringRef Asm, Constraints; in EmitMSVCBuiltinExpr() local
15258 StringRef Asm, Constraints; in EmitX86BuiltinExpr() local
/openbsd/gnu/llvm/llvm/include/llvm/MC/
H A DMCInstrDesc.h100 uint16_t Constraints; variable
/openbsd/gnu/llvm/llvm/include/llvm/IR/
H A DInlineAsm.h44 std::string AsmString, Constraints; variable
/openbsd/gnu/llvm/clang/lib/StaticAnalyzer/Checkers/
H A DStdLibraryFunctionsChecker.cpp523 ConstraintSet Constraints; member in __anon10fd7b890111::StdLibraryFunctionsChecker::SummaryCase
528 SummaryCase(ConstraintSet &&Constraints, const ErrnoConstraintBase &ErrnoC, in SummaryCase()
533 SummaryCase(const ConstraintSet &Constraints, in SummaryCase()
/openbsd/gnu/llvm/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
/openbsd/gnu/llvm/clang/lib/Serialization/
H A DASTReaderStmt.cpp389 SmallVector<StringLiteral*, 16> Constraints; in VisitGCCAsmStmt() local
444 SmallVector<StringRef, 16> Constraints; in VisitMSAsmStmt() local
/openbsd/gnu/llvm/clang/lib/AST/
H A DStmt.cpp543 StringLiteral **Constraints, in setOutputsAndInputsAndClobbers()
/openbsd/gnu/llvm/clang/include/clang/AST/
H A DStmt.h3053 StringLiteral **Constraints = nullptr; variable
3278 StringRef *Constraints = nullptr; variable
/openbsd/gnu/llvm/llvm/lib/Target/RISCV/AsmParser/
H A DRISCVAsmParser.cpp2609 RISCVII::VConstraintType Constraints = RISCVII::getConstraint(MCID.TSFlags); in validateInstruction() local
/openbsd/gnu/llvm/llvm/lib/MC/MCParser/
H A DAsmParser.cpp5968 SmallVectorImpl<std::string> &Constraints, in parseMSInlineAsm()
/openbsd/gnu/llvm/llvm/bindings/ocaml/llvm/
H A Dllvm_ocaml.c1011 LLVMValueRef llvm_const_inline_asm(LLVMTypeRef Ty, value Asm, value Constraints, in llvm_const_inline_asm()

12