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

/external/swiftshader/third_party/LLVM/utils/TableGen/
H A DAsmWriterEmitter.cpp609 // IAPrinter - Holds information about an InstAlias. Two InstAliases match if
612 class IAPrinter { class in namespace:__anon19122
619 IAPrinter(std::string R, std::string AS) function in class:__anon19122::IAPrinter
659 bool operator==(const IAPrinter &RHS) {
672 bool operator()(const IAPrinter &RHS) {
830 std::map<std::string, std::vector<IAPrinter*> > IAPrinterMap;
847 IAPrinter *IAP = new IAPrinter(CGA->Result->getAsString(),
928 for (std::map<std::string, std::vector<IAPrinter*> >::iterator
930 std::vector<IAPrinter*>
[all...]
/external/llvm/utils/TableGen/
H A DAsmWriterEmitter.cpp598 // IAPrinter - Holds information about an InstAlias. Two InstAliases match if
601 class IAPrinter { class in namespace:__anon13740
608 IAPrinter(std::string R, std::string AS) function in class:__anon13740::IAPrinter
704 bool operator==(const IAPrinter &RHS) const {
779 std::map<std::string, std::vector<IAPrinter>> IAPrinterMap;
798 IAPrinter IAP(CGA.Result->getAsString(), CGA.AsmString);
957 std::vector<IAPrinter> &IAPs = Entry.second;
958 std::vector<IAPrinter*> UniqueIAPs;
977 for (IAPrinter *IAP : UniqueIAPs) {

Completed in 288 milliseconds