Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/utils/TableGen/
H A DCodeGenDAGPatterns.cpp4014 static void FindNames(TreePatternNode *P, in FindNames() function
4029 FindNames(P->getChild(i), Names, PatternTop); in FindNames()
4055 FindNames(PTM.getSrcPattern(), SrcNames, Pattern); in AddPatternToMatch()
4056 FindNames(PTM.getDstPattern(), DstNames, Pattern); in AddPatternToMatch()