Home
last modified time | relevance | path

Searched refs:BV1 (Results 1 – 20 of 20) sorted by relevance

/external/llvm-project/llvm/unittests/ADT/
DCoalescingBitVectorTest.cpp41 UBitVec BV1(Alloc); in TEST() local
44 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() local
75 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 …]
/external/compiler-rt/lib/sanitizer_common/tests/
Dsanitizer_bvgraph_test.cc27 typedef BasicBitVector<u8> BV1; typedef
111 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()
Dsanitizer_deadlock_detector_test.cc27 typedef BasicBitVector<u8> BV1; typedef
131 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()
/external/llvm-project/compiler-rt/lib/sanitizer_common/tests/
Dsanitizer_bvgraph_test.cpp26 typedef BasicBitVector<u8> BV1; typedef
110 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()
Dsanitizer_deadlock_detector_test.cpp26 typedef BasicBitVector<u8> BV1; typedef
130 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()
/external/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/layout/
DThaiCharacterClasses.java29 public static final int BV1 = 8; field in ThaiCharacterClasses
52 /*0E30*/ FV1, AV2, FV1, FV1, AV1, AV3, AV2, AV3, BV1, BV2, BDI, NON, NON, NON, NON, NON,
/external/llvm-project/libclc/generic/lib/math/
Derf.cl305 #define BV1 1.96512716674392571292e+01
361 …t = fma(t, fma(t, fma(t, fma(t, fma(t, fma(t, fma(t, BV8, BV7), BV6), BV5), BV4), BV3), BV2), BV1);
Derfc.cl307 #define BV1 1.37657754143519042600e+02
366 …tv = fma(t, fma(t, fma(t, fma(t, fma(t, fma(t, fma(t, BV7, BV6), BV5), BV4), BV3), BV2), BV1), BV0…
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAG.cpp4916 auto *BV1 = dyn_cast<BuildVectorSDNode>(N1); in FoldConstantArithmetic() local
4917 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()
DDAGCombiner.cpp18820 auto *BV1 = dyn_cast<BuildVectorSDNode>(N1); in combineShuffleOfScalars() local
18821 if (BV0 && BV1) in combineShuffleOfScalars()
18823 IsSplat = (Splat0 == BV1->getSplatValue()); in combineShuffleOfScalars()
/external/llvm/lib/Transforms/Vectorize/
DBBVectorize.cpp2775 Instruction *BV1 = InsertElementInst::Create( in getReplacementInput() local
2779 BV1->insertBefore(IBeforeJ ? J : I); in getReplacementInput()
2780 Instruction *BV2 = InsertElementInst::Create(BV1, HOp, CV1, in getReplacementInput()
/external/llvm-project/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAG.cpp4921 auto *BV1 = dyn_cast<BuildVectorSDNode>(N1); in FoldConstantArithmetic() local
4922 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()
DDAGCombiner.cpp20190 auto *BV1 = dyn_cast<BuildVectorSDNode>(N1); in combineShuffleOfScalars() local
20191 if (BV0 && BV1) in combineShuffleOfScalars()
20193 IsSplat = (Splat0 == BV1->getSplatValue()); in combineShuffleOfScalars()
/external/llvm-project/llvm/unittests/CodeGen/GlobalISel/
DLegalizerHelperTest.cpp969 auto BV1 = B.buildBuildVector(V2S16, {Constant0, Constant1}); in TEST_F() local
974 Helper.widenScalar(*BV1, 1, S32)); in TEST_F()
/external/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAG.cpp3328 BuildVectorSDNode *BV1 = dyn_cast<BuildVectorSDNode>(Cst1); in FoldConstantArithmetic() local
3330 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()
DDAGCombiner.cpp8553 auto *BV1 = dyn_cast<BuildVectorSDNode>(N1); in visitFMUL() local
8563 (BV1 && BV01 && BV1->isConstant() && BV01->isConstant())) { in visitFMUL()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
DX86ISelLowering.cpp10540 auto *BV1 = dyn_cast<BuildVectorSDNode>(V1); in isShuffleEquivalent() local
10546 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() local
10585 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()
/external/toolchain-utils/android_bench_suite/panorama_input/
Dtest_003.ppm9032 …F`5Kf8=X*(?,CAX01I!>R,*>*>*>#6 36H&0B .A"53 (<)=)=0C6I%1D /BBV1=Q-8L&.B5I"4H!;O&/C…
Dtest_007.ppm8858 …'<-B*?5J:O#.B';5I"i}WSgAAT.Ob<BV/(<SgA=Q*1E:M%5I 0D;O&1EDX1>R.6J&BV1.B)==Q-3F *>';*>…
Dtest_008.ppm8841 …*>-/D8L#-A1E?S->R,DX1?S*AT,WkBBV-4H-A/C4H%<*B(?5L':M)0D *>1E!BV1- ';&:#;,C)=4H…