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

/freebsd-11-stable/contrib/llvm-project/llvm/utils/TableGen/
H A DAsmMatcherEmitter.cpp376 /// MatchableInfo - Helper class for storing the necessary information for an
378 struct MatchableInfo { struct in namespace:__anon2890
542 MatchableInfo(const CodeGenInstruction &CGI) function in struct:__anon2890::MatchableInfo
547 MatchableInfo(std::unique_ptr<const CodeGenInstAlias> Alias) function in struct:__anon2890::MatchableInfo
557 MatchableInfo(const MatchableInfo &RHS) function in struct:__anon2890::MatchableInfo
568 ~MatchableInfo() {
613 bool operator<(const MatchableInfo &RHS) const {
645 bool couldMatchAmbiguouslyWith(const MatchableInfo &RHS) const {
695 const MatchableInfo* M
[all...]

Completed in 180 milliseconds