Searched defs:constraints (Results 1 - 11 of 11) sorted by relevance

/freebsd-9.3-release/contrib/gcc/
H A Drecog.h169 const char *constraints[MAX_RECOG_OPERANDS]; member in struct:recog_data
H A Dpostreload.c372 const char *constraints[MAX_RECOG_OPERANDS]; local
H A Drecog.c1472 and the constraints for the operands into CONSTRAINTS. argument
122 const char **constraints; local
2274 const char *constraints[MAX_RECOG_OPERANDS]; local
[all...]
H A Dregclass.c963 const char *constraints[MAX_RECOG_OPERANDS]; local
1400 record_reg_classes(int n_alts, int n_ops, rtx *ops, enum machine_mode *modes, const char **constraints, rtx insn, struct costs *op_costs, struct reg_pref *reg_pref) argument
[all...]
H A Dstmt.c438 parse_input_constraint(const char **constraint_p, int input_num, int ninputs, int noutputs, int ninout, const char * const * constraints, bool *allows_mem, bool *allows_reg) argument
675 const char **constraints local
[all...]
H A Dreload.c2523 char *constraints[MAX_RECOG_OPERANDS]; local
[all...]
H A Dreload1.c1332 const char *constraints[MAX_RECOG_OPERANDS]; local
[all...]
/freebsd-9.3-release/contrib/llvm/lib/IR/
H A DInlineAsm.cpp37 InlineAsm(PointerType *Ty, const std::string &asmString, const std::string &constraints, bool hasSideEffects, bool isAlignStack, AsmDialect asmDialect) argument
H A DConstantsContext.h360 std::string constraints; member in struct:llvm::InlineAsmKeyType
/freebsd-9.3-release/contrib/llvm/tools/clang/lib/Sema/
H A DSemaStmtAsm.cpp77 ActOnGCCAsmStmt(SourceLocation AsmLoc, bool IsSimple, bool IsVolatile, unsigned NumOutputs, unsigned NumInputs, IdentifierInfo **Names, MultiExprArg constraints, MultiExprArg Exprs, Expr *asmString, MultiExprArg clobbers, SourceLocation RParenLoc) argument
/freebsd-9.3-release/contrib/llvm/tools/clang/lib/AST/
H A DStmt.cpp629 GCCAsmStmt(const ASTContext &C, SourceLocation asmloc, bool issimple, bool isvolatile, unsigned numoutputs, unsigned numinputs, IdentifierInfo **names, StringLiteral **constraints, Expr **exprs, StringLiteral *asmstr, unsigned numclobbers, StringLiteral **clobbers, SourceLocation rparenloc) argument
653 MSAsmStmt(const ASTContext &C, SourceLocation asmloc, SourceLocation lbraceloc, bool issimple, bool isvolatile, ArrayRef<Token> asmtoks, unsigned numoutputs, unsigned numinputs, ArrayRef<StringRef> constraints, ArrayRef<Expr*> exprs, StringRef asmstr, ArrayRef<StringRef> clobbers, SourceLocation endloc) argument
674 initialize(const ASTContext &C, StringRef asmstr, ArrayRef<Token> asmtoks, ArrayRef<StringRef> constraints, ArrayRef<Expr*> exprs, ArrayRef<StringRef> clobbers) argument
[all...]

Completed in 258 milliseconds