Home
last modified time | relevance | path

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

/external/clang/include/clang/Basic/
DTargetInfo.h467 struct ConstraintInfo { struct
481 ConstraintInfo(StringRef ConstraintStr, StringRef Name) in ConstraintInfo() argument
485 const std::string &getConstraintStr() const { return ConstraintStr; } in getConstraintStr()
486 const std::string &getName() const { return Name; } in getName()
487 bool isReadWrite() const { return (Flags & CI_ReadWrite) != 0; } in isReadWrite()
488 bool allowsRegister() const { return (Flags & CI_AllowsRegister) != 0; } in allowsRegister()
489 bool allowsMemory() const { return (Flags & CI_AllowsMemory) != 0; } in allowsMemory()
515 void setTiedOperand(unsigned N, ConstraintInfo &Output) { in setTiedOperand() argument
/external/llvm/lib/IR/
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