Home
last modified time | relevance | path

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

/external/clang/include/clang/Basic/
DTargetInfo.h489 struct ConstraintInfo { struct
503 ConstraintInfo(StringRef ConstraintStr, StringRef Name) in ConstraintInfo() argument
507 const std::string &getConstraintStr() const { return ConstraintStr; } in getConstraintStr()
508 const std::string &getName() const { return Name; } in getName()
509 bool isReadWrite() const { return (Flags & CI_ReadWrite) != 0; } in isReadWrite()
510 bool allowsRegister() const { return (Flags & CI_AllowsRegister) != 0; } in allowsRegister()
511 bool allowsMemory() const { return (Flags & CI_AllowsMemory) != 0; } in allowsMemory()
537 void setTiedOperand(unsigned N, ConstraintInfo &Output) { in setTiedOperand() argument
/external/llvm/lib/IR/
DInlineAsm.cpp60 InlineAsm::ConstraintInfo::ConstraintInfo() : in ConstraintInfo() function in InlineAsm::ConstraintInfo
/external/llvm/utils/TableGen/
DCodeGenInstruction.h36 ConstraintInfo() : Kind(None) {} in ConstraintInfo() function