Home
last modified time | relevance | path

Searched refs:getInlineBuckets (Results 1 – 3 of 3) sorted by relevance

/external/llvm/include/llvm/ADT/
DDenseMap.h801 BucketT *LHSB = &getInlineBuckets()[i], in swap()
802 *RHSB = &RHS.getInlineBuckets()[i]; in swap()
842 BucketT *NewB = &LargeSide.getInlineBuckets()[i], in swap()
843 *OldB = &SmallSide.getInlineBuckets()[i]; in swap()
982 const BucketT *getInlineBuckets() const { in getInlineBuckets() function
989 BucketT *getInlineBuckets() { in getInlineBuckets() function
991 const_cast<const SmallDenseMap *>(this)->getInlineBuckets()); in getInlineBuckets()
1004 return Small ? getInlineBuckets() : getLargeRep()->Buckets; in getBuckets()
/external/swiftshader/third_party/llvm-subzero/include/llvm/ADT/
DDenseMap.h801 BucketT *LHSB = &getInlineBuckets()[i], in swap()
802 *RHSB = &RHS.getInlineBuckets()[i]; in swap()
842 BucketT *NewB = &LargeSide.getInlineBuckets()[i], in swap()
843 *OldB = &SmallSide.getInlineBuckets()[i]; in swap()
983 const BucketT *getInlineBuckets() const { in getInlineBuckets() function
990 BucketT *getInlineBuckets() { in getInlineBuckets() function
992 const_cast<const SmallDenseMap *>(this)->getInlineBuckets()); in getInlineBuckets()
1005 return Small ? getInlineBuckets() : getLargeRep()->Buckets; in getBuckets()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/ADT/
DDenseMap.h868 BucketT *LHSB = &getInlineBuckets()[i], in swap()
869 *RHSB = &RHS.getInlineBuckets()[i]; in swap()
909 BucketT *NewB = &LargeSide.getInlineBuckets()[i], in swap()
910 *OldB = &SmallSide.getInlineBuckets()[i]; in swap()
1052 const BucketT *getInlineBuckets() const { in getInlineBuckets() function
1060 BucketT *getInlineBuckets() { in getInlineBuckets() function
1062 const_cast<const SmallDenseMap *>(this)->getInlineBuckets()); in getInlineBuckets()
1077 return Small ? getInlineBuckets() : getLargeRep()->Buckets; in getBuckets()