Home
last modified time | relevance | path

Searched refs:FoundBucket (Results 1 – 6 of 6) sorted by relevance

/external/swiftshader/third_party/LLVM/include/llvm/ADT/
DDenseMap.h324 bool LookupBucketFor(const KeyT &Val, BucketT *&FoundBucket) const { in LookupBucketFor() argument
330 FoundBucket = 0; in LookupBucketFor()
346 FoundBucket = ThisBucket; in LookupBucketFor()
356 FoundBucket = FoundTombstone ? FoundTombstone : ThisBucket; in LookupBucketFor()
/external/llvm/lib/Target/PowerPC/
DPPCLoopPreIncPrep.cpp224 bool FoundBucket = false; in runOnLoop() local
229 FoundBucket = true; in runOnLoop()
234 if (!FoundBucket) { in runOnLoop()
/external/llvm/include/llvm/ADT/
DDenseMap.h514 const BucketT *&FoundBucket) const { in LookupBucketFor() argument
519 FoundBucket = nullptr; in LookupBucketFor()
537 FoundBucket = ThisBucket; in LookupBucketFor()
546 FoundBucket = FoundTombstone ? FoundTombstone : ThisBucket; in LookupBucketFor()
564 bool LookupBucketFor(const LookupKeyT &Val, BucketT *&FoundBucket) { in LookupBucketFor() argument
568 FoundBucket = const_cast<BucketT *>(ConstFoundBucket); in LookupBucketFor()
/external/swiftshader/third_party/llvm-subzero/include/llvm/ADT/
DDenseMap.h512 const BucketT *&FoundBucket) const { in LookupBucketFor() argument
517 FoundBucket = nullptr; in LookupBucketFor()
535 FoundBucket = ThisBucket; in LookupBucketFor()
544 FoundBucket = FoundTombstone ? FoundTombstone : ThisBucket; in LookupBucketFor()
562 bool LookupBucketFor(const LookupKeyT &Val, BucketT *&FoundBucket) { in LookupBucketFor() argument
566 FoundBucket = const_cast<BucketT *>(ConstFoundBucket); in LookupBucketFor()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/ADT/
DDenseMap.h574 const BucketT *&FoundBucket) const { in LookupBucketFor() argument
579 FoundBucket = nullptr; in LookupBucketFor()
597 FoundBucket = ThisBucket; in LookupBucketFor()
606 FoundBucket = FoundTombstone ? FoundTombstone : ThisBucket; in LookupBucketFor()
624 bool LookupBucketFor(const LookupKeyT &Val, BucketT *&FoundBucket) { in LookupBucketFor() argument
628 FoundBucket = const_cast<BucketT *>(ConstFoundBucket); in LookupBucketFor()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/PowerPC/
DPPCLoopPreIncPrep.cpp314 bool FoundBucket = false; in runOnLoop() local
319 FoundBucket = true; in runOnLoop()
324 if (!FoundBucket) { in runOnLoop()