Searched refs:LHSB (Results 1 – 6 of 6) sorted by relevance
/external/swiftshader/third_party/llvm-subzero/include/llvm/ADT/ |
D | DenseMap.h | 801 BucketT *LHSB = &getInlineBuckets()[i], in swap() local 803 bool hasLHSValue = (!KeyInfoT::isEqual(LHSB->getFirst(), EmptyKey) && in swap() 804 !KeyInfoT::isEqual(LHSB->getFirst(), TombstoneKey)); in swap() 809 std::swap(*LHSB, *RHSB); in swap() 813 std::swap(LHSB->getFirst(), RHSB->getFirst()); in swap() 815 ::new (&RHSB->getSecond()) ValueT(std::move(LHSB->getSecond())); in swap() 816 LHSB->getSecond().~ValueT(); in swap() 818 ::new (&LHSB->getSecond()) ValueT(std::move(RHSB->getSecond())); in swap()
|
/external/llvm/include/llvm/ADT/ |
D | DenseMap.h | 801 BucketT *LHSB = &getInlineBuckets()[i], in swap() local 803 bool hasLHSValue = (!KeyInfoT::isEqual(LHSB->getFirst(), EmptyKey) && in swap() 804 !KeyInfoT::isEqual(LHSB->getFirst(), TombstoneKey)); in swap() 809 std::swap(*LHSB, *RHSB); in swap() 813 std::swap(LHSB->getFirst(), RHSB->getFirst()); in swap() 815 ::new (&RHSB->getSecond()) ValueT(std::move(LHSB->getSecond())); in swap() 816 LHSB->getSecond().~ValueT(); in swap() 818 ::new (&LHSB->getSecond()) ValueT(std::move(RHSB->getSecond())); in swap()
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/ |
D | DenseMap.h | 916 BucketT *LHSB = &getInlineBuckets()[i], in swap() local 918 bool hasLHSValue = (!KeyInfoT::isEqual(LHSB->getFirst(), EmptyKey) && in swap() 919 !KeyInfoT::isEqual(LHSB->getFirst(), TombstoneKey)); in swap() 924 std::swap(*LHSB, *RHSB); in swap() 928 std::swap(LHSB->getFirst(), RHSB->getFirst()); in swap() 930 ::new (&RHSB->getSecond()) ValueT(std::move(LHSB->getSecond())); in swap() 931 LHSB->getSecond().~ValueT(); in swap() 933 ::new (&LHSB->getSecond()) ValueT(std::move(RHSB->getSecond())); in swap()
|
/external/llvm-project/llvm/include/llvm/ADT/ |
D | DenseMap.h | 945 BucketT *LHSB = &getInlineBuckets()[i], in swap() local 947 bool hasLHSValue = (!KeyInfoT::isEqual(LHSB->getFirst(), EmptyKey) && in swap() 948 !KeyInfoT::isEqual(LHSB->getFirst(), TombstoneKey)); in swap() 953 std::swap(*LHSB, *RHSB); in swap() 957 std::swap(LHSB->getFirst(), RHSB->getFirst()); in swap() 959 ::new (&RHSB->getSecond()) ValueT(std::move(LHSB->getSecond())); in swap() 960 LHSB->getSecond().~ValueT(); in swap() 962 ::new (&LHSB->getSecond()) ValueT(std::move(RHSB->getSecond())); in swap()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/ |
D | EarlyCSE.cpp | 341 Value *CondL, *CondR, *LHSA, *RHSA, *LHSB, *RHSB; in isEqualImpl() local 342 if (matchSelectWithOptionalNotCond(LHSI, CondL, LHSA, LHSB, LSPF) && in isEqualImpl() 348 return ((LHSA == RHSA && LHSB == RHSB) || in isEqualImpl() 349 (LHSA == RHSB && LHSB == RHSA)); in isEqualImpl() 353 return LHSA == RHSA && LHSB == RHSB; in isEqualImpl() 357 if (CondL == CondR && LHSA == RHSA && LHSB == RHSB) in isEqualImpl() 379 if (LHSA == RHSB && LHSB == RHSA) { in isEqualImpl()
|
/external/llvm-project/llvm/lib/Transforms/Scalar/ |
D | EarlyCSE.cpp | 348 Value *CondL, *CondR, *LHSA, *RHSA, *LHSB, *RHSB; in isEqualImpl() local 349 if (matchSelectWithOptionalNotCond(LHSI, CondL, LHSA, LHSB, LSPF) && in isEqualImpl() 355 return ((LHSA == RHSA && LHSB == RHSB) || in isEqualImpl() 356 (LHSA == RHSB && LHSB == RHSA)); in isEqualImpl() 359 if (CondL == CondR && LHSA == RHSA && LHSB == RHSB) in isEqualImpl() 381 if (LHSA == RHSB && LHSB == RHSA) { in isEqualImpl()
|