Searched refs:subtree (Results 1 – 10 of 10) sorted by relevance
| /llvm-project-15.0.7/llvm/lib/Support/ |
| H A D | IntervalMap.cpp | 22 path.insert(path.begin() + 1, Entry(subtree(0), Offsets.second)); in replaceRoot() 40 NodeRef NR = path[l].subtree(path[l].offset - 1); in getLeftSibling() 44 NR = NR.subtree(NR.size() - 1); in getLeftSibling() 65 NodeRef NR = subtree(l); in moveLeft() 70 NR = NR.subtree(NR.size() - 1); in moveLeft() 90 NodeRef NR = path[l].subtree(path[l].offset + 1); in getRightSibling() 94 NR = NR.subtree(0); in getRightSibling() 110 NodeRef NR = subtree(l); in moveRight() 114 NR = NR.subtree(0); in moveRight()
|
| /llvm-project-15.0.7/llvm/include/llvm/ADT/ |
| H A D | IntervalMap.h | 523 NodeRef &subtree(unsigned i) const { in subtree() function 744 return subtree(safeFind(0, x)); in safeLookup() 756 subtree(i) = Node; in insert() 787 NodeRef &subtree(unsigned i) const { in subtree() function 824 NodeRef &subtree(unsigned Level) const { in subtree() function 853 subtree(Level - 1).setSize(Size); in setSize() 886 push(subtree(height()), 0); in fillLeft() 1206 rootBranch().subtree(n) = node[n]; in branchRoot() 1245 rootBranch().subtree(n) = Node[n]; in splitRoot() 1262 Refs.push_back(rootBranch().subtree(i)); in visitNodes() [all …]
|
| /llvm-project-15.0.7/polly/lib/External/ppcg/ |
| H A D | ChangeLog | 21 - create single kernel for non-permutable subtree
|
| /llvm-project-15.0.7/polly/test/GPGPU/ |
| H A D | invariant-load-hoisting-read-in-kernel.ll | 12 ; as subtree value to the GPU kernel.
|
| /llvm-project-15.0.7/llvm/test/CodeGen/X86/ |
| H A D | misched-matrix.ll | 27 ; For -misched=ilpmin, verify that each expression subtree is 58 ; For -misched=ilpmax, verify that each expression subtree is
|
| H A D | bswap_tree.ll | 76 ; Match a 32-bit packed halfword bswap, with some subtree
|
| /llvm-project-15.0.7/mlir/test/mlir-tblgen/ |
| H A D | rewriter-indexing.td | 53 // Check rewriting with a DAG subtree in the result and remapping a location.
|
| /llvm-project-15.0.7/libcxx/include/ |
| H A D | __tree | 90 // Determines if the subtree rooted at __x is a proper red black subtree. If 91 // __x is a proper subtree, returns the black height (null counts as 1). If 92 // __x is an improper subtree, returns 0. 119 return 0; // invalid left subtree 121 return 0; // invalid or different height right subtree 235 // Effects: Makes __x->__right_ the subtree root with __x as its left child 256 // Effects: Makes __x->__left_ the subtree root with __x as its right child
|
| /llvm-project-15.0.7/mlir/test/Conversion/PDLToPDLInterp/ |
| H A D | pdl-to-pdl-interp-matcher.mlir | 457 // is in the subtree rooted at another. 485 // is in the subtree rooted at another, and we are forced to use this
|
| /llvm-project-15.0.7/polly/lib/External/isl/doc/ |
| H A D | user.pod | 9761 the set of domain elements that the current subtree refers to 9762 with a given union set. The subtree of the filter node only 9780 the domain elements that the current subtree refers to. 10230 a band node with an anchored subtree. 10412 subtree rooted at the given node. 10422 may not contain in extension nodes in the selected subtree. 10426 on the expansion nodes in the subtree, can be obtained using 10477 The subtree rooted at the given node is assumed not to have 10608 The subtree rooted at the given node is assumed not to have 10635 The subtree rooted at the given node is assumed not to have [all …]
|