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:__anon26561
436 MatchableInfo(const CodeGenInstruction &CGI) function in struct:__anon26561::MatchableInfo
441 MatchableInfo(const CodeGenInstAlias *Alias) function in struct:__anon26561::MatchableInfo
487 bool operator<(const MatchableInfo &RHS) const {
519 bool couldMatchAmbiguouslyWith(const MatchableInfo &RHS) {
585 MatchableInfo* MI;
588 static OperandMatchEntry create(MatchableInfo* mi, ClassInfo *ci,
614 std::vector<MatchableInfo*> Matchables;
653 void buildInstructionOperandReference(MatchableInfo *I
[all...]

Completed in 258 milliseconds