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

/freebsd-13-stable/contrib/llvm-project/llvm/utils/TableGen/
H A DAsmWriterEmitter.cpp635 // IAPrinter - Holds information about an InstAlias. Two InstAliases match if
638 class IAPrinter { class in namespace:__anon4894
649 IAPrinter(std::string R, std::string AS, unsigned NumMIOps) function in class:__anon4894::IAPrinter
732 bool operator==(const IAPrinter &RHS) const {
805 std::map<std::string, std::vector<IAPrinter>> IAPrinterMap;
815 std::vector<IAPrinter> IAPs;
838 IAPrinter IAP(CGA.Result->getAsString(), FlatAliasAsmString, NumMIOps);
1041 std::vector<IAPrinter> &IAPs = It->second;
1042 std::vector<IAPrinter*> UniqueIAPs;
1065 for (IAPrinter *IA
[all...]

Completed in 60 milliseconds