Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/utils/TableGen/
DCodeGenDAGPatterns.cpp2792 std::map<std::string, NameRecord> SrcNames, DstNames; in AddPatternToMatch() local
2794 FindNames(PTM.getDstPattern(), DstNames, Pattern); in AddPatternToMatch()
2799 I = DstNames.begin(), E = DstNames.end(); I != E; ++I) { in AddPatternToMatch()
2809 if (DstNames[I->first].first == 0 && SrcNames[I->first].second == 1) in AddPatternToMatch()
/external/llvm/utils/TableGen/
DCodeGenDAGPatterns.cpp3234 std::map<std::string, NameRecord> SrcNames, DstNames; in AddPatternToMatch() local
3236 FindNames(PTM.getDstPattern(), DstNames, Pattern); in AddPatternToMatch()
3240 for (const auto &Entry : DstNames) { in AddPatternToMatch()
3249 if (DstNames[Entry.first].first == nullptr && in AddPatternToMatch()
/external/swiftshader/third_party/llvm-7.0/llvm/utils/TableGen/
DCodeGenDAGPatterns.cpp3765 std::map<std::string, NameRecord> SrcNames, DstNames; in AddPatternToMatch() local
3767 FindNames(PTM.getDstPattern(), DstNames, Pattern); in AddPatternToMatch()
3771 for (const auto &Entry : DstNames) { in AddPatternToMatch()
3780 if (DstNames[Entry.first].first == nullptr && in AddPatternToMatch()