Lines Matching defs:constraints
514 /// output operand. All output constraints are known to be non-empty (either
537 /// constraints, these can be empty.
609 // "Simple" inline asms have no constraints or operands, just convert the asm
851 StringLiteral **constraints, Expr **exprs,
868 std::copy(constraints, constraints + NumConstraints, Constraints);
878 ArrayRef<StringRef> constraints, ArrayRef<Expr*> exprs,
884 initialize(C, asmstr, asmtoks, constraints, exprs, clobbers);
893 ArrayRef<StringRef> constraints,
900 assert(exprs.size() == constraints.size());
911 std::transform(constraints.begin(), constraints.end(), Constraints,