Searched defs:ConstraintInfo (Results 1 – 3 of 3) sorted by relevance
440 struct ConstraintInfo { struct454 ConstraintInfo(StringRef ConstraintStr, StringRef Name) in ConstraintInfo() argument458 const std::string &getConstraintStr() const { return ConstraintStr; } in getConstraintStr()459 const std::string &getName() const { return Name; } in getName()460 bool isReadWrite() const { return (Flags & CI_ReadWrite) != 0; } in isReadWrite()461 bool allowsRegister() const { return (Flags & CI_AllowsRegister) != 0; } in allowsRegister()462 bool allowsMemory() const { return (Flags & CI_AllowsMemory) != 0; } in allowsMemory()488 void setTiedOperand(unsigned N, ConstraintInfo &Output) { in setTiedOperand() argument
60 InlineAsm::ConstraintInfo::ConstraintInfo() : in ConstraintInfo() function in InlineAsm::ConstraintInfo68 InlineAsm::ConstraintInfo::ConstraintInfo(const ConstraintInfo &other) : in ConstraintInfo() function in InlineAsm::ConstraintInfo
36 ConstraintInfo() : Kind(None) {} in ConstraintInfo() function