HomeSort by relevance Sort by last modified time
    Searched defs:ConstraintInfo (Results 1 - 4 of 4) sorted by null

  /external/llvm/lib/IR/
InlineAsm.cpp 60 InlineAsm::ConstraintInfo::ConstraintInfo() :
68 InlineAsm::ConstraintInfo::ConstraintInfo(const ConstraintInfo &other) :
80 bool InlineAsm::ConstraintInfo::Parse(StringRef Str,
202 void InlineAsm::ConstraintInfo::selectAlternative(unsigned index) {
219 ConstraintInfo Info;
  /external/llvm/include/llvm/IR/
InlineAsm.h 118 struct ConstraintInfo;
119 typedef std::vector<ConstraintInfo> ConstraintInfoVector;
121 struct ConstraintInfo {
165 ConstraintInfo();
168 ConstraintInfo(const ConstraintInfo &other);
  /external/llvm/utils/TableGen/
CodeGenInstruction.h 32 class ConstraintInfo {
36 ConstraintInfo() : Kind(None) {}
38 static ConstraintInfo getEarlyClobber() {
39 ConstraintInfo I;
45 static ConstraintInfo getTied(unsigned Op) {
46 ConstraintInfo I;
105 std::vector<ConstraintInfo> Constraints;
119 const CGIOperandList::ConstraintInfo &CI = Constraints[j];
  /external/clang/include/clang/Basic/
TargetInfo.h 453 struct ConstraintInfo {
467 ConstraintInfo(StringRef ConstraintStr, StringRef Name)
501 void setTiedOperand(unsigned N, ConstraintInfo &Output) {
512 bool validateOutputConstraint(ConstraintInfo &Info) const;
513 bool validateInputConstraint(ConstraintInfo *OutputConstraints,
515 ConstraintInfo &info) const;
526 ConstraintInfo *OutputConstraints,
786 TargetInfo::ConstraintInfo &info) const= 0;

Completed in 50 milliseconds