Home
last modified time | relevance | path

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

/external/llvm/utils/TableGen/
DAsmMatcherEmitter.cpp306 struct MatchableInfo { struct
458 MatchableInfo(const CodeGenInstruction &CGI) in MatchableInfo() argument
463 MatchableInfo(std::unique_ptr<const CodeGenInstAlias> Alias) in MatchableInfo() function
473 MatchableInfo(const MatchableInfo &RHS) in MatchableInfo() argument
484 ~MatchableInfo() { in ~MatchableInfo() argument
524 bool operator<(const MatchableInfo &RHS) const { in operator <() argument
556 bool couldMatchAmbiguouslyWith(const MatchableInfo &RHS) const { in couldMatchAmbiguouslyWith() argument
625 const MatchableInfo* MI;
628 static OperandMatchEntry create(const MatchableInfo *mi, ClassInfo *ci, in create()
654 std::vector<std::unique_ptr<MatchableInfo>> Matchables;
[all …]