Home
last modified time | relevance | path

Searched refs:MatchableInfo (Results 1 – 2 of 2) sorted by relevance

/external/llvm/utils/TableGen/
DAsmMatcherEmitter.cpp361 struct MatchableInfo { struct
513 MatchableInfo(const CodeGenInstruction &CGI) in MatchableInfo() argument
518 MatchableInfo(std::unique_ptr<const CodeGenInstAlias> Alias) in MatchableInfo() function
528 MatchableInfo(const MatchableInfo &RHS) in MatchableInfo() argument
539 ~MatchableInfo() { in ~MatchableInfo() argument
580 bool operator<(const MatchableInfo &RHS) const { in operator <() argument
612 bool couldMatchAmbiguouslyWith(const MatchableInfo &RHS) const { in couldMatchAmbiguouslyWith() argument
680 const MatchableInfo* MI;
683 static OperandMatchEntry create(const MatchableInfo *mi, ClassInfo *ci, in create()
708 std::vector<std::unique_ptr<MatchableInfo>> Matchables;
[all …]
/external/llvm-project/llvm/utils/TableGen/
DAsmMatcherEmitter.cpp378 struct MatchableInfo { struct
542 MatchableInfo(const CodeGenInstruction &CGI) in MatchableInfo() argument
547 MatchableInfo(std::unique_ptr<const CodeGenInstAlias> Alias) in MatchableInfo() function
557 MatchableInfo(const MatchableInfo &RHS) in MatchableInfo() function
568 ~MatchableInfo() { in ~MatchableInfo() argument
613 bool operator<(const MatchableInfo &RHS) const { in operator <() argument
645 bool couldMatchAmbiguouslyWith(const MatchableInfo &RHS) const { in couldMatchAmbiguouslyWith() argument
695 const MatchableInfo* MI;
698 static OperandMatchEntry create(const MatchableInfo *mi, ClassInfo *ci, in create()
723 std::vector<std::unique_ptr<MatchableInfo>> Matchables;
[all …]