Searched refs:GatherChildrenOfAssociativeOpcode (Results 1 – 3 of 3) sorted by relevance
/external/swiftshader/third_party/LLVM/utils/TableGen/ |
D | CodeGenDAGPatterns.cpp | 3083 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/ |
D | CodeGenDAGPatterns.cpp | 3640 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/ |
D | CodeGenDAGPatterns.cpp | 4302 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()
|