Home
last modified time | relevance | path

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

/external/clang/include/clang/Basic/
DTargetInfo.h400 struct ConstraintInfo { struct
414 ConstraintInfo(StringRef ConstraintStr, StringRef Name) in ConstraintInfo() argument
418 const std::string &getConstraintStr() const { return ConstraintStr; } in getConstraintStr()
419 const std::string &getName() const { return Name; } in getName()
420 bool isReadWrite() const { return (Flags & CI_ReadWrite) != 0; } in isReadWrite()
421 bool allowsRegister() const { return (Flags & CI_AllowsRegister) != 0; } in allowsRegister()
445 void setTiedOperand(unsigned N, ConstraintInfo &Output) { in setTiedOperand() argument
/external/llvm/lib/VMCore/
DInlineAsm.cpp59 InlineAsm::ConstraintInfo::ConstraintInfo() : in ConstraintInfo() function in InlineAsm::ConstraintInfo
67 InlineAsm::ConstraintInfo::ConstraintInfo(const ConstraintInfo &other) : in ConstraintInfo() function in InlineAsm::ConstraintInfo
/external/llvm/utils/TableGen/
DCodeGenInstruction.h36 ConstraintInfo() : Kind(None) {} in ConstraintInfo() function