Searched defs:Sib (Results  1 – 6 of 6) sorted by relevance
| /external/llvm/include/llvm/ADT/ | 
| D | IntervalMap.h | 286   void transferToLeftSib(unsigned Size, NodeBase &Sib, unsigned SSize,  in transferToLeftSib() 297   void transferToRightSib(unsigned Size, NodeBase &Sib, unsigned SSize,  in transferToRightSib() 310   int adjustFromLeftSib(unsigned Size, NodeBase &Sib, unsigned SSize, int Add) {  in adjustFromLeftSib() 1806     if (NodeRef Sib = P.getLeftSibling(P.height())) {  in treeInsert()  local
  | 
| /external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/ | 
| D | IntervalMap.h | 292   void transferToLeftSib(unsigned Size, NodeBase &Sib, unsigned SSize,  in transferToLeftSib() 303   void transferToRightSib(unsigned Size, NodeBase &Sib, unsigned SSize,  in transferToRightSib() 316   int adjustFromLeftSib(unsigned Size, NodeBase &Sib, unsigned SSize, int Add) {  in adjustFromLeftSib() 1816     if (NodeRef Sib = P.getLeftSibling(P.height())) {  in treeInsert()  local
  | 
| /external/llvm/lib/Target/Hexagon/ | 
| D | RDFGraph.cpp | 1619   NodeId Sib = UA.Addr->getSibling();  in unlinkUseDF()  local 1693   NodeId Sib = DA.Addr->getSibling();  in unlinkDefDF()  local
  | 
| D | RDFGraph.h | 450       NodeId RD, Sib;         // Ids of the reaching def and the sibling.  member
  | 
| /external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/ | 
| D | RDFGraph.cpp | 1723   NodeId Sib = UA.Addr->getSibling();  in unlinkUseDF()  local 1797   NodeId Sib = DA.Addr->getSibling();  in unlinkDefDF()  local
  | 
| D | RDFGraph.h | 489       NodeId RD, Sib;         // Ids of the reaching def and the sibling.  member
  |