HomeSort by relevance Sort by last modified time
    Searched defs:ConstraintInfo (Results 1 - 4 of 4) sorted by null

  /external/llvm/lib/VMCore/
InlineAsm.cpp 59 InlineAsm::ConstraintInfo::ConstraintInfo() :
67 InlineAsm::ConstraintInfo::ConstraintInfo(const ConstraintInfo &other) :
79 bool InlineAsm::ConstraintInfo::Parse(StringRef Str,
201 void InlineAsm::ConstraintInfo::selectAlternative(unsigned index) {
218 ConstraintInfo Info;
  /external/llvm/include/llvm/
InlineAsm.h 107 struct ConstraintInfo;
108 typedef std::vector<ConstraintInfo> ConstraintInfoVector;
110 struct ConstraintInfo {
154 ConstraintInfo();
157 ConstraintInfo(const ConstraintInfo &other);
  /external/llvm/utils/TableGen/
CodeGenInstruction.h 32 class ConstraintInfo {
36 ConstraintInfo() : Kind(None) {}
38 static ConstraintInfo getEarlyClobber() {
39 ConstraintInfo I;
45 static ConstraintInfo getTied(unsigned Op) {
46 ConstraintInfo I;
105 std::vector<ConstraintInfo> Constraints;
119 const CGIOperandList::ConstraintInfo &CI = Constraints[j];
  /external/clang/include/clang/Basic/
TargetInfo.h 362 struct ConstraintInfo {
376 ConstraintInfo(StringRef ConstraintStr, StringRef Name)
407 void setTiedOperand(unsigned N, ConstraintInfo &Output) {
418 bool validateOutputConstraint(ConstraintInfo &Info) const;
419 bool validateInputConstraint(ConstraintInfo *OutputConstraints,
421 ConstraintInfo &info) const;
423 ConstraintInfo *OutputConstraints,
632 TargetInfo::ConstraintInfo &info) const= 0;

Completed in 2381 milliseconds