Searched refs:BV2 (Results 1 – 7 of 7) sorted by relevance
/external/compiler-rt/lib/sanitizer_common/tests/ |
D | sanitizer_bvgraph_test.cc | 28 typedef BasicBitVector<> BV2; typedef 112 BasicTest<BV2>(); in TEST() 159 RemoveEdges<BV2>(); in TEST() 216 Test_isReachable<BV2>(); in TEST() 260 LongCycle<BV2>(); in TEST() 300 ShortestPath<BV2>(); in TEST() 338 RunAddEdgesTest<BV2>(); in TEST()
|
D | sanitizer_deadlock_detector_test.cc | 28 typedef BasicBitVector<> BV2; typedef 132 RunBasicTest<BV2>(); in TEST() 238 RunRemoveNodeTest<BV2>(); in TEST() 283 RunMultipleEpochsTest<BV2>(); in TEST() 317 RunCorrectEpochFlush<BV2>(); in TEST() 344 RunTryLockTest<BV2>(); in TEST() 382 RunOnFirstLockTest<BV2>(); in TEST() 412 RunRecusriveLockTest<BV2>(); in TEST() 450 RunLockContextTest<BV2>(); in TEST()
|
/external/icu/icu4c/source/layout/ |
D | ThaiShaping.h | 37 BV2 = 9, enumerator
|
D | ThaiStateTables.cpp | 22 /*0E30*/ FV1, AV2, FV1, FV1, AV1, AV3, AV2, AV3, BV1, BV2, BDI, NON, NON, NON, NON, NON,
|
/external/llvm/lib/Transforms/Vectorize/ |
D | BBVectorize.cpp | 2748 Instruction *BV2 = InsertElementInst::Create(BV1, HOp, CV1, in getReplacementInput() local 2751 BV2->insertBefore(IBeforeJ ? J : I); in getReplacementInput() 2752 return BV2; in getReplacementInput()
|
/external/llvm/lib/CodeGen/SelectionDAG/ |
D | SelectionDAG.cpp | 3072 BuildVectorSDNode *BV2 = dyn_cast<BuildVectorSDNode>(Cst2); in FoldConstantArithmetic() local 3073 if (!BV1 || !BV2) in FoldConstantArithmetic() 3076 assert(BV1->getNumOperands() == BV2->getNumOperands() && "Out of sync!"); in FoldConstantArithmetic() 3080 ConstantSDNode *V2 = dyn_cast<ConstantSDNode>(BV2->getOperand(I)); in FoldConstantArithmetic()
|
/external/llvm/lib/Target/X86/ |
D | X86ISelLowering.cpp | 6153 auto *BV2 = dyn_cast<BuildVectorSDNode>(V2); in isShuffleEquivalent() local 6157 auto *MaskBV = Mask[i] < Size ? BV1 : BV2; in isShuffleEquivalent() 6158 auto *ExpectedBV = ExpectedMask[i] < Size ? BV1 : BV2; in isShuffleEquivalent()
|