Home | History | Annotate | Download | only in llvm

Lines Matching defs:Constraints

42   std::string AsmString, Constraints;
47 const std::string &Constraints, bool hasSideEffects,
59 StringRef Constraints, bool hasSideEffects,
76 const std::string &getConstraintString() const { return Constraints; }
82 static bool Verify(FunctionType *Ty, StringRef Constraints);
143 /// isMultipleAlternative - '|': has multiple-alternative constraints.
146 /// multipleAlternatives - If there are multiple alternative constraints,
170 /// constraints and their prefixes. If this returns an empty vector, and if
174 /// ParseConstraints - Parse the constraints of this inlineasm object,
177 return ParseConstraints(Constraints);