HomeSort by relevance Sort by last modified time
    Searched refs:Sib (Results 1 - 4 of 4) sorted by null

  /external/llvm/include/llvm/ADT/
IntervalMap.h 283 /// @param Sib Left sibling node.
284 /// @param SSize Number of elements in sib.
286 void transferToLeftSib(unsigned Size, NodeBase &Sib, unsigned SSize,
288 Sib.copy(*this, 0, SSize, Count);
294 /// @param Sib Right sibling node.
295 /// @param SSize Number of elements in sib.
297 void transferToRightSib(unsigned Size, NodeBase &Sib, unsigned SSize,
299 Sib.moveRight(0, Count, SSize);
300 Sib.copy(*this, Size-Count, 0, Count);
306 /// @param Sib Right sibling node
    [all...]
  /external/swiftshader/third_party/LLVM/include/llvm/ADT/
IntervalMap.h 262 /// @param Sib Left sibling node.
263 /// @param SSize Number of elements in sib.
265 void transferToLeftSib(unsigned Size, NodeBase &Sib, unsigned SSize,
267 Sib.copy(*this, 0, SSize, Count);
273 /// @param Sib Right sibling node.
274 /// @param SSize Number of elements in sib.
276 void transferToRightSib(unsigned Size, NodeBase &Sib, unsigned SSize,
278 Sib.moveRight(0, Count, SSize);
279 Sib.copy(*this, Size-Count, 0, Count);
285 /// @param Sib Right sibling node
    [all...]
  /external/llvm/lib/Target/Hexagon/
RDFGraph.h 90 // | +-- UseNode --+ Sib +-- UseNode --+ Sib Sib
94 // +-- DefNode --+ Sib
126 // dN<R>(rd,d,u):sib,
133 // sib - sibling.
135 // uN<R>[!](rd):sib,
140 // sib - sibling.
450 NodeId RD, Sib; // Ids of the reaching def and the sibling.
492 return Ref.Sib;
    [all...]
RDFGraph.cpp 418 Ref.Sib = DA.Addr->getReachedDef();
425 Ref.Sib = DA.Addr->getReachedUse();
    [all...]

Completed in 444 milliseconds