Home
last modified time | relevance | path

Searched defs:ConstraintInfo (Results 1 – 3 of 3) sorted by relevance

/external/clang/include/clang/Basic/
DTargetInfo.h440 struct ConstraintInfo { struct
454 ConstraintInfo(StringRef ConstraintStr, StringRef Name) in ConstraintInfo() argument
458 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
/external/llvm/lib/VMCore/
DInlineAsm.cpp60 InlineAsm::ConstraintInfo::ConstraintInfo() : in ConstraintInfo() function in InlineAsm::ConstraintInfo
68 InlineAsm::ConstraintInfo::ConstraintInfo(const ConstraintInfo &other) : in ConstraintInfo() function in InlineAsm::ConstraintInfo
/external/llvm/utils/TableGen/
DCodeGenInstruction.h36 ConstraintInfo() : Kind(None) {} in ConstraintInfo() function