Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/utils/TableGen/
DCodeGenDAGPatterns.cpp3083 static void GatherChildrenOfAssociativeOpcode(TreePatternNode *N, in GatherChildrenOfAssociativeOpcode() function
3098 GatherChildrenOfAssociativeOpcode(N->getChild(0), Children); in GatherChildrenOfAssociativeOpcode()
3103 GatherChildrenOfAssociativeOpcode(N->getChild(1), Children); in GatherChildrenOfAssociativeOpcode()
3126 GatherChildrenOfAssociativeOpcode(N, MaximalChildren); in GenerateVariantsOf()
/external/llvm/utils/TableGen/
DCodeGenDAGPatterns.cpp3640 static void GatherChildrenOfAssociativeOpcode(TreePatternNode *N, in GatherChildrenOfAssociativeOpcode() function
3655 GatherChildrenOfAssociativeOpcode(N->getChild(0), Children); in GatherChildrenOfAssociativeOpcode()
3660 GatherChildrenOfAssociativeOpcode(N->getChild(1), Children); in GatherChildrenOfAssociativeOpcode()
3683 GatherChildrenOfAssociativeOpcode(N, MaximalChildren); in GenerateVariantsOf()
/external/swiftshader/third_party/llvm-7.0/llvm/utils/TableGen/
DCodeGenDAGPatterns.cpp4302 GatherChildrenOfAssociativeOpcode(TreePatternNodePtr N, in GatherChildrenOfAssociativeOpcode() function
4317 GatherChildrenOfAssociativeOpcode(N->getChildShared(0), Children); in GatherChildrenOfAssociativeOpcode()
4322 GatherChildrenOfAssociativeOpcode(N->getChildShared(1), Children); in GatherChildrenOfAssociativeOpcode()
4345 GatherChildrenOfAssociativeOpcode(N, MaximalChildren); in GenerateVariantsOf()