Home
last modified time | relevance | path

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

/freebsd-10-stable/contrib/llvm/lib/IR/
DInlineAsm.cpp29 StringRef Constraints, bool hasSideEffects, in get()
213 InlineAsm::ParseConstraints(StringRef Constraints) { in ParseConstraints()
249 ConstraintInfoVector Constraints = ParseConstraints(ConstStr); in Verify() local
DCore.cpp1122 const char *Constraints, in LLVMConstInlineAsm()
/freebsd-10-stable/contrib/llvm/tools/clang/lib/Sema/
DSemaStmtAsm.cpp84 StringLiteral **Constraints = in ActOnGCCAsmStmt() local
476 ArrayRef<StringRef> Constraints, in ActOnMSAsmStmt()
DTreeTransform.h1210 MultiExprArg Constraints, MultiExprArg Exprs, in RebuildGCCAsmStmt()
1226 ArrayRef<StringRef> Constraints, in RebuildMSAsmStmt()
5723 SmallVector<Expr*, 8> Constraints; in TransformGCCAsmStmt() local
/freebsd-10-stable/contrib/llvm/tools/clang/lib/Parse/
DParseStmt.cpp2200 SmallVector<std::string, 4> Constraints; in ParseMicrosoftAsmStatement() local
2296 ExprVector Constraints; in ParseAsmStatement() local
2387 SmallVectorImpl<Expr *> &Constraints, in ParseAsmOperandsOpt()
/freebsd-10-stable/contrib/llvm/include/llvm/MC/
DMCInstrDesc.h74 uint32_t Constraints; variable
/freebsd-10-stable/contrib/llvm/utils/TableGen/
DCodeGenInstruction.h105 std::vector<ConstraintInfo> Constraints; member
/freebsd-10-stable/contrib/llvm/lib/Analysis/
DDependenceAnalysis.cpp2985 SmallVectorImpl<Constraint> &Constraints, in propagate()
3510 SmallVector<Constraint, 4> Constraints(MaxLevels + 1); in depends() local
3848 SmallVector<Constraint, 4> Constraints(MaxLevels + 1); in getSplitIteration() local
/freebsd-10-stable/contrib/llvm/tools/clang/lib/Serialization/
DASTReaderStmt.cpp320 SmallVector<StringLiteral*, 16> Constraints; in VisitGCCAsmStmt() local
370 SmallVector<StringRef, 16> Constraints; in VisitMSAsmStmt() local
/freebsd-10-stable/contrib/llvm/tools/clang/lib/CodeGen/
DCGStmt.cpp1512 std::string Constraints; in EmitAsmStmt() local
/freebsd-10-stable/contrib/llvm/tools/clang/include/clang/AST/
DStmt.h1505 StringLiteral **Constraints; variable
1681 StringRef *Constraints; variable
/freebsd-10-stable/contrib/llvm/tools/clang/lib/AST/
DStmt.cpp391 StringLiteral **Constraints, in setOutputsAndInputsAndClobbers()
/freebsd-10-stable/contrib/llvm/lib/MC/MCParser/
DAsmParser.cpp4128 SmallVectorImpl<std::string> &Constraints, in parseMSInlineAsm()
/freebsd-10-stable/contrib/llvm/lib/Target/X86/
DX86ISelLowering.cpp19406 InlineAsm::ConstraintInfoVector Constraints = IA->ParseConstraints(); in ExpandInlineAsm() local