Home
last modified time | relevance | path

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

/external/llvm/utils/TableGen/
DCodeGenDAGPatterns.cpp3194 static void FindNames(const TreePatternNode *P, in FindNames() function
3209 FindNames(P->getChild(i), Names, PatternTop); in FindNames()
3235 FindNames(PTM.getSrcPattern(), SrcNames, Pattern); in AddPatternToMatch()
3236 FindNames(PTM.getDstPattern(), DstNames, Pattern); in AddPatternToMatch()
/external/llvm-project/llvm/utils/TableGen/
DCodeGenDAGPatterns.cpp3887 static void FindNames(TreePatternNode *P, in FindNames() function
3902 FindNames(P->getChild(i), Names, PatternTop); in FindNames()
3942 FindNames(PTM.getSrcPattern(), SrcNames, Pattern); in AddPatternToMatch()
3943 FindNames(PTM.getDstPattern(), DstNames, Pattern); in AddPatternToMatch()