Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/utils/TableGen/
H A DCodeGenDAGPatterns.cpp4021 static void FindNames(TreePatternNode *P, in FindNames() function
4036 FindNames(P->getChild(i), Names, PatternTop); in FindNames()
4062 FindNames(PTM.getSrcPattern(), SrcNames, Pattern); in AddPatternToMatch()
4063 FindNames(PTM.getDstPattern(), DstNames, Pattern); in AddPatternToMatch()