HomeSort by relevance Sort by last modified time
    Searched defs:LeafSize (Results 1 - 3 of 3) sorted by null

  /external/llvm/include/llvm/ADT/
IntervalMap.h 436 // LeafSize can't be larger than CacheLineBytes. This is required by the
441 LeafSize = DesiredLeafSize > MinLeafSize ? DesiredLeafSize : MinLeafSize
444 typedef NodeBase<std::pair<KeyT, KeyT>, ValT, LeafSize> LeafBase;
803 unsigned leafSize() const { return path.back().size; }
    [all...]
  /external/swiftshader/third_party/LLVM/include/llvm/ADT/
IntervalMap.h 415 // LeafSize can't be larger than CacheLineBytes. This is required by the
420 LeafSize = DesiredLeafSize > MinLeafSize ? DesiredLeafSize : MinLeafSize
423 typedef NodeBase<std::pair<KeyT, KeyT>, ValT, LeafSize> LeafBase;
782 unsigned leafSize() const { return path.back().size; }
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/ADT/
IntervalMap.h 441 // LeafSize can't be larger than CacheLineBytes. This is required by the
446 LeafSize = DesiredLeafSize > MinLeafSize ? DesiredLeafSize : MinLeafSize
449 using LeafBase = NodeBase<std::pair<KeyT, KeyT>, ValT, LeafSize>;
805 unsigned leafSize() const { return path.back().size; }
    [all...]

Completed in 95 milliseconds