/openbsd/gnu/llvm/clang/lib/Analysis/FlowSensitive/ |
H A D | DebugSupport.cpp | 149 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 D | DataflowAnalysisContext.cpp | 190 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 D | InlineAsm.cpp | 44 StringRef Constraints, bool hasSideEffects, in get() 235 InlineAsm::ParseConstraints(StringRef Constraints) { in ParseConstraints() 277 ConstraintInfoVector Constraints = ParseConstraints(ConstStr); in verify() local
|
H A D | Core.cpp | 472 size_t AsmStringSize, char *Constraints, in LLVMGetInlineAsm() 1813 const char *Constraints, in LLVMConstInlineAsm()
|
/openbsd/gnu/llvm/llvm/include/llvm/Analysis/ |
H A D | ConstraintSystem.h | 24 SmallVector<SmallVector<int64_t, 8>, 4> Constraints; variable
|
/openbsd/gnu/llvm/clang/lib/Parse/ |
H A D | ParseStmtAsm.cpp | 634 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 D | RangeConstraintManager.cpp | 1045 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 D | SemaStmtAsm.cpp | 212 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 D | InstrDocsEmitter.cpp | 183 StringRef Constraints = Inst->getValueAsString("Constraints"); in EmitInstrDocs() local
|
H A D | CodeGenInstruction.h | 122 std::vector<ConstraintInfo> Constraints; member
|
/openbsd/gnu/llvm/clang/include/clang/Analysis/FlowSensitive/ |
H A D | DataflowAnalysisContext.h | 313 bool isUnsatisfiable(llvm::DenseSet<BoolValue *> Constraints) { in isUnsatisfiable()
|
/openbsd/gnu/llvm/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ |
H A D | SMTConstraintManager.h | 216 ConstraintSMTType Constraints = State->get<ConstraintSMT>(); in REGISTER_TRAIT_WITH_PROGRAMSTATE() local
|
/openbsd/gnu/llvm/clang/lib/CodeGen/ |
H A D | TargetInfo.h | 173 std::string &Constraints, std::vector<llvm::Type *> &ResultRegTypes, in addReturnRegisterOutputs()
|
H A D | CGStmt.cpp | 2362 std::string Constraints; in EmitAsmStmt() local
|
H A D | CGBuiltin.cpp | 925 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 D | MCInstrDesc.h | 100 uint16_t Constraints; variable
|
/openbsd/gnu/llvm/llvm/include/llvm/IR/ |
H A D | InlineAsm.h | 44 std::string AsmString, Constraints; variable
|
/openbsd/gnu/llvm/clang/lib/StaticAnalyzer/Checkers/ |
H A D | StdLibraryFunctionsChecker.cpp | 523 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 D | DependenceAnalysis.cpp | 3155 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 D | ASTReaderStmt.cpp | 389 SmallVector<StringLiteral*, 16> Constraints; in VisitGCCAsmStmt() local 444 SmallVector<StringRef, 16> Constraints; in VisitMSAsmStmt() local
|
/openbsd/gnu/llvm/clang/lib/AST/ |
H A D | Stmt.cpp | 543 StringLiteral **Constraints, in setOutputsAndInputsAndClobbers()
|
/openbsd/gnu/llvm/clang/include/clang/AST/ |
H A D | Stmt.h | 3053 StringLiteral **Constraints = nullptr; variable 3278 StringRef *Constraints = nullptr; variable
|
/openbsd/gnu/llvm/llvm/lib/Target/RISCV/AsmParser/ |
H A D | RISCVAsmParser.cpp | 2609 RISCVII::VConstraintType Constraints = RISCVII::getConstraint(MCID.TSFlags); in validateInstruction() local
|
/openbsd/gnu/llvm/llvm/lib/MC/MCParser/ |
H A D | AsmParser.cpp | 5968 SmallVectorImpl<std::string> &Constraints, in parseMSInlineAsm()
|
/openbsd/gnu/llvm/llvm/bindings/ocaml/llvm/ |
H A D | llvm_ocaml.c | 1011 LLVMValueRef llvm_const_inline_asm(LLVMTypeRef Ty, value Asm, value Constraints, in llvm_const_inline_asm()
|