Home
last modified time | relevance | path

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

/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-10.0/llvm/include/llvm/ADT/
DDenseMap.h579 const BucketT *&FoundBucket) const { in LookupBucketFor() argument
584 FoundBucket = nullptr; in LookupBucketFor()
602 FoundBucket = ThisBucket; in LookupBucketFor()
611 FoundBucket = FoundTombstone ? FoundTombstone : ThisBucket; in LookupBucketFor()
629 bool LookupBucketFor(const LookupKeyT &Val, BucketT *&FoundBucket) { in LookupBucketFor() argument
633 FoundBucket = const_cast<BucketT *>(ConstFoundBucket); in LookupBucketFor()
/external/llvm-project/llvm/include/llvm/ADT/
DDenseMap.h608 const BucketT *&FoundBucket) const { in LookupBucketFor() argument
613 FoundBucket = nullptr; in LookupBucketFor()
631 FoundBucket = ThisBucket; in LookupBucketFor()
640 FoundBucket = FoundTombstone ? FoundTombstone : ThisBucket; in LookupBucketFor()
658 bool LookupBucketFor(const LookupKeyT &Val, BucketT *&FoundBucket) { in LookupBucketFor() argument
662 FoundBucket = const_cast<BucketT *>(ConstFoundBucket); in LookupBucketFor()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/
DPPCLoopInstrFormPrep.cpp314 bool FoundBucket = false; in addOneCandidate() local
319 FoundBucket = true; in addOneCandidate()
324 if (!FoundBucket) { in addOneCandidate()
/external/llvm-project/llvm/lib/Target/PowerPC/
DPPCLoopInstrFormPrep.cpp315 bool FoundBucket = false; in addOneCandidate() local
320 FoundBucket = true; in addOneCandidate()
325 if (!FoundBucket) { in addOneCandidate()