Searched refs:BV1 (Results 1 – 20 of 20) sorted by relevance
41 UBitVec BV1(Alloc); in TEST() local44 BV1.set(0); in TEST()45 EXPECT_TRUE(BV1.test(0)); in TEST()46 EXPECT_FALSE(BV1.test(1)); in TEST()48 BV2.set(BV1); in TEST()74 UBitVec BV1(Alloc); in TEST() local75 BV1.set(0); in TEST()76 UBitVec BV2 = BV1; in TEST()77 EXPECT_TRUE(elementsMatch(BV1, {0})); in TEST()80 BV2 = BV1; in TEST()[all …]
27 typedef BasicBitVector<u8> BV1; typedef111 BasicTest<BV1>(); in TEST()158 RemoveEdges<BV1>(); in TEST()215 Test_isReachable<BV1>(); in TEST()259 LongCycle<BV1>(); in TEST()299 ShortestPath<BV1>(); in TEST()
27 typedef BasicBitVector<u8> BV1; typedef131 RunBasicTest<BV1>(); in TEST()237 RunRemoveNodeTest<BV1>(); in TEST()282 RunMultipleEpochsTest<BV1>(); in TEST()316 RunCorrectEpochFlush<BV1>(); in TEST()343 RunTryLockTest<BV1>(); in TEST()495 RunRemoveEdgesTest<BV1>(); in TEST()
26 typedef BasicBitVector<u8> BV1; typedef110 BasicTest<BV1>(); in TEST()157 RemoveEdges<BV1>(); in TEST()214 Test_isReachable<BV1>(); in TEST()258 LongCycle<BV1>(); in TEST()298 ShortestPath<BV1>(); in TEST()
26 typedef BasicBitVector<u8> BV1; typedef130 RunBasicTest<BV1>(); in TEST()236 RunRemoveNodeTest<BV1>(); in TEST()281 RunMultipleEpochsTest<BV1>(); in TEST()315 RunCorrectEpochFlush<BV1>(); in TEST()342 RunTryLockTest<BV1>(); in TEST()494 RunRemoveEdgesTest<BV1>(); in TEST()
29 public static final int BV1 = 8; field in ThaiCharacterClasses52 /*0E30*/ FV1, AV2, FV1, FV1, AV1, AV3, AV2, AV3, BV1, BV2, BDI, NON, NON, NON, NON, NON,
305 #define BV1 1.96512716674392571292e+01361 …t = fma(t, fma(t, fma(t, fma(t, fma(t, fma(t, fma(t, BV8, BV7), BV6), BV5), BV4), BV3), BV2), BV1);
307 #define BV1 1.37657754143519042600e+02366 …tv = fma(t, fma(t, fma(t, fma(t, fma(t, fma(t, fma(t, BV7, BV6), BV5), BV4), BV3), BV2), BV1), BV0…
4916 auto *BV1 = dyn_cast<BuildVectorSDNode>(N1); in FoldConstantArithmetic() local4917 if (!BV1 && !N1->isUndef()) in FoldConstantArithmetic()4923 if (!BV1 && !BV2) in FoldConstantArithmetic()4926 assert((!BV1 || !BV2 || BV1->getNumOperands() == BV2->getNumOperands()) && in FoldConstantArithmetic()4937 unsigned NumOps = BV1 ? BV1->getNumOperands() : BV2->getNumOperands(); in FoldConstantArithmetic()4939 SDValue V1 = BV1 ? BV1->getOperand(I) : getUNDEF(SVT); in FoldConstantArithmetic()
18820 auto *BV1 = dyn_cast<BuildVectorSDNode>(N1); in combineShuffleOfScalars() local18821 if (BV0 && BV1) in combineShuffleOfScalars()18823 IsSplat = (Splat0 == BV1->getSplatValue()); in combineShuffleOfScalars()
2775 Instruction *BV1 = InsertElementInst::Create( in getReplacementInput() local2779 BV1->insertBefore(IBeforeJ ? J : I); in getReplacementInput()2780 Instruction *BV2 = InsertElementInst::Create(BV1, HOp, CV1, in getReplacementInput()
4921 auto *BV1 = dyn_cast<BuildVectorSDNode>(N1); in FoldConstantArithmetic() local4922 if (!BV1 && !N1->isUndef()) in FoldConstantArithmetic()4928 if (!BV1 && !BV2) in FoldConstantArithmetic()4931 assert((!BV1 || !BV2 || BV1->getNumOperands() == BV2->getNumOperands()) && in FoldConstantArithmetic()4942 unsigned NumOps = BV1 ? BV1->getNumOperands() : BV2->getNumOperands(); in FoldConstantArithmetic()4944 SDValue V1 = BV1 ? BV1->getOperand(I) : getUNDEF(SVT); in FoldConstantArithmetic()
20190 auto *BV1 = dyn_cast<BuildVectorSDNode>(N1); in combineShuffleOfScalars() local20191 if (BV0 && BV1) in combineShuffleOfScalars()20193 IsSplat = (Splat0 == BV1->getSplatValue()); in combineShuffleOfScalars()
969 auto BV1 = B.buildBuildVector(V2S16, {Constant0, Constant1}); in TEST_F() local974 Helper.widenScalar(*BV1, 1, S32)); in TEST_F()
3328 BuildVectorSDNode *BV1 = dyn_cast<BuildVectorSDNode>(Cst1); in FoldConstantArithmetic() local3330 if (!BV1 || !BV2) in FoldConstantArithmetic()3333 assert(BV1->getNumOperands() == BV2->getNumOperands() && "Out of sync!"); in FoldConstantArithmetic()3337 for (unsigned I = 0, E = BV1->getNumOperands(); I != E; ++I) { in FoldConstantArithmetic()3338 ConstantSDNode *V1 = dyn_cast<ConstantSDNode>(BV1->getOperand(I)); in FoldConstantArithmetic()
8553 auto *BV1 = dyn_cast<BuildVectorSDNode>(N1); in visitFMUL() local8563 (BV1 && BV01 && BV1->isConstant() && BV01->isConstant())) { in visitFMUL()
10540 auto *BV1 = dyn_cast<BuildVectorSDNode>(V1); in isShuffleEquivalent() local10546 auto *MaskBV = Mask[i] < Size ? BV1 : BV2; in isShuffleEquivalent()10547 auto *ExpectedBV = ExpectedMask[i] < Size ? BV1 : BV2; in isShuffleEquivalent()10583 auto *BV1 = dyn_cast_or_null<BuildVectorSDNode>(V1); in isTargetShuffleEquivalent() local10585 BV1 = ((BV1 && Size != (int)BV1->getNumOperands()) ? nullptr : BV1); in isTargetShuffleEquivalent()10592 auto *MaskBV = Mask[i] < Size ? BV1 : BV2; in isTargetShuffleEquivalent()10593 auto *ExpectedBV = ExpectedMask[i] < Size ? BV1 : BV2; in isTargetShuffleEquivalent()
9032 …F`5Kf8=X*(?,CAX01I!>R,*>*>*>#6 36H&0B .A"53(<)=)=0C6I%1D /BBV1=Q-8L&.B5I"4H!;O&/C…
8858 …'<-B*?5J:O#.B';5I"i}WSgAAT.Ob<BV/(<SgA=Q*1E:M%5I 0D;O&1EDX1>R.6J&BV1.B)==Q-3F *>';*>…
8841 …*>-/D8L#-A1E?S->R,DX1?S*AT,WkBBV-4H-A/C4H%<*B(?5L':M)0D *>1E!BV1- ';&:#;,C)=4H…