Home
last modified time | relevance | path

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

/external/llvm/utils/TableGen/
DAsmMatcherEmitter.cpp299 struct MatchableInfo { struct
441 MatchableInfo(const CodeGenInstruction &CGI) in MatchableInfo() function
445 MatchableInfo(std::unique_ptr<const CodeGenInstAlias> Alias) in MatchableInfo() argument
449 ~MatchableInfo() { in ~MatchableInfo() argument
494 bool operator<(const MatchableInfo &RHS) const { in operator <() argument
526 bool couldMatchAmbiguouslyWith(const MatchableInfo &RHS) const { in couldMatchAmbiguouslyWith() argument
592 const MatchableInfo* MI;
595 static OperandMatchEntry create(const MatchableInfo *mi, ClassInfo *ci, in create()
621 std::vector<std::unique_ptr<MatchableInfo>> Matchables;
660 void buildInstructionOperandReference(MatchableInfo *II, StringRef OpName,
[all …]