Home
last modified time | relevance | path

Searched refs:DstNames (Results 1 – 1 of 1) sorted by relevance

/external/llvm/utils/TableGen/
DCodeGenDAGPatterns.cpp2791 std::map<std::string, NameRecord> SrcNames, DstNames; in AddPatternToMatch() local
2793 FindNames(PTM.getDstPattern(), DstNames, Pattern); in AddPatternToMatch()
2798 I = DstNames.begin(), E = DstNames.end(); I != E; ++I) { in AddPatternToMatch()
2808 if (DstNames[I->first].first == 0 && SrcNames[I->first].second == 1) in AddPatternToMatch()