Home
last modified time | relevance | path

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

12

/netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/
H A DInlineAsm.cpp43 StringRef Constraints, bool hasSideEffects, in get()
218 InlineAsm::ParseConstraints(StringRef Constraints) { in ParseConstraints()
257 ConstraintInfoVector Constraints = ParseConstraints(ConstStr); in Verify() local
H A DCore.cpp464 size_t AsmStringSize, char *Constraints, in LLVMGetInlineAsm()
1858 const char *Constraints, in LLVMConstInlineAsm()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
H A DConstraintSystem.h25 SmallVector<SmallVector<int64_t, 8>, 4> Constraints; variable
/netbsd-src/external/apache2/llvm/dist/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()
/netbsd-src/external/apache2/llvm/dist/llvm/utils/TableGen/
H A DInstrDocsEmitter.cpp183 StringRef Constraints = Inst->getValueAsString("Constraints"); in EmitInstrDocs() local
H A DCodeGenInstruction.h117 std::vector<ConstraintInfo> Constraints; member
/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/
H A DRangeConstraintManager.cpp648 areFeasible(ConstraintRangeTy Constraints) { in areFeasible()
1524 ConstraintRangeTy Constraints = State->get<ConstraintRange>(); in setConstraint() local
1574 ConstraintRangeTy Constraints = State->get<ConstraintRange>(); in getConstraintMap() local
1664 ConstraintRangeTy Constraints = State->get<ConstraintRange>(); in mergeImpl() local
1808 ConstraintRangeTy Constraints = State->get<ConstraintRange>(); in markDisequal() local
1828 DisequalityMapTy &Info, ConstraintRangeTy &Constraints, in addToDisequalityInfo()
2041 ConstraintRangeTy Constraints = State->get<ConstraintRange>(); in removeDeadBindings() local
2404 ConstraintRangeTy Constraints = State->get<ConstraintRange>(); in printJson() local
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaStmtAsm.cpp211 getClobberConflictLocation(MultiExprArg Exprs, StringLiteral **Constraints, in getClobberConflictLocation()
249 StringLiteral **Constraints = in ActOnGCCAsmStmt() local
918 ArrayRef<StringRef> Constraints, in ActOnMSAsmStmt()
H A DTreeTransform.h1429 MultiExprArg Constraints, MultiExprArg Exprs, in RebuildGCCAsmStmt()
1446 ArrayRef<StringRef> Constraints, in RebuildMSAsmStmt()
7602 SmallVector<Expr*, 8> Constraints; in TransformGCCAsmStmt() local
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DSMTConstraintManager.h215 ConstraintSMTType Constraints = State->get<ConstraintSMT>(); in REGISTER_TRAIT_WITH_PROGRAMSTATE() local
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DTargetInfo.h154 std::string &Constraints, std::vector<llvm::Type *> &ResultRegTypes, in addReturnRegisterOutputs()
H A DCGStmt.cpp2229 std::string Constraints; in EmitAsmStmt() local
H A DCGBuiltin.cpp886 std::string Constraints = "={@ccc},r,r,~{cc},~{memory}"; in EmitX86BitTestIntrinsic() local
1573 StringRef Asm, Constraints; in EmitMSVCBuiltinExpr() local
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/IR/
H A DInlineAsm.h42 std::string AsmString, Constraints; variable
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/MC/
H A DMCInstrDesc.h98 uint16_t Constraints; variable
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DDependenceAnalysis.cpp3057 SmallVectorImpl<Constraint> &Constraints, in propagate()
3732 SmallVector<Constraint, 4> Constraints(MaxLevels + 1); in depends() local
4046 SmallVector<Constraint, 4> Constraints(MaxLevels + 1); in getSplitIteration() local
/netbsd-src/external/apache2/llvm/dist/clang/lib/Serialization/
H A DASTReaderStmt.cpp384 SmallVector<StringLiteral*, 16> Constraints; in VisitGCCAsmStmt() local
439 SmallVector<StringRef, 16> Constraints; in VisitMSAsmStmt() local
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DStmt.cpp535 StringLiteral **Constraints, in setOutputsAndInputsAndClobbers()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/RISCV/AsmParser/
H A DRISCVAsmParser.cpp2485 RISCVII::VConstraintType Constraints = in validateInstruction() local
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DStmt.h2980 StringLiteral **Constraints = nullptr; variable
3205 StringRef *Constraints = nullptr; variable
/netbsd-src/external/apache2/llvm/dist/llvm/bindings/ocaml/llvm/
H A Dllvm_ocaml.c1043 LLVMValueRef llvm_const_inline_asm(LLVMTypeRef Ty, value Asm, value Constraints, in llvm_const_inline_asm()
/netbsd-src/external/apache2/llvm/dist/clang/utils/TableGen/
H A DClangAttrEmitter.cpp1881 std::vector<Record *> Constraints = in PragmaClangAttributeSupport() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/MC/MCParser/
H A DAsmParser.cpp5912 SmallVectorImpl<std::string> &Constraints, in parseMSInlineAsm()
H A DMasmParser.cpp7045 SmallVectorImpl<std::string> &Constraints, in parseMSInlineAsm()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Instrumentation/
H A DMemorySanitizer.cpp4056 InlineAsm::ConstraintInfoVector Constraints = IA->ParseConstraints(); in getNumOutputArgs() local

12