Searched defs:MatchableInfo (Results 1 - 1 of 1) sorted by relevance

/external/llvm/utils/TableGen/
H A DAsmMatcherEmitter.cpp292 /// MatchableInfo - Helper class for storing the necessary information for an
294 struct MatchableInfo { struct in namespace:__anon21881
433 MatchableInfo(const CodeGenInstruction &CGI) function in struct:__anon21881::MatchableInfo
438 MatchableInfo(const CodeGenInstAlias *Alias) function in struct:__anon21881::MatchableInfo
484 bool operator<(const MatchableInfo &RHS) const {
516 bool couldMatchAmbiguouslyWith(const MatchableInfo &RHS) {
577 MatchableInfo* MI;
580 static OperandMatchEntry create(MatchableInfo* mi, ClassInfo *ci,
606 std::vector<MatchableInfo*> Matchables;
645 void buildInstructionOperandReference(MatchableInfo *I
[all...]

Completed in 107 milliseconds