Searched refs:BV1 (Results 1 – 8 of 8) sorted by relevance
/external/compiler-rt/lib/sanitizer_common/tests/ |
D | sanitizer_bvgraph_test.cc | 27 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()
|
D | sanitizer_deadlock_detector_test.cc | 27 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/icu/icu4c/source/layout/ |
D | ThaiShaping.h | 36 BV1 = 8, 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 | 2743 Instruction *BV1 = InsertElementInst::Create( in getReplacementInput() local 2747 BV1->insertBefore(IBeforeJ ? J : I); in getReplacementInput() 2748 Instruction *BV2 = InsertElementInst::Create(BV1, HOp, CV1, in getReplacementInput()
|
/external/llvm/lib/CodeGen/SelectionDAG/ |
D | SelectionDAG.cpp | 3071 BuildVectorSDNode *BV1 = dyn_cast<BuildVectorSDNode>(Cst1); in FoldConstantArithmetic() local 3073 if (!BV1 || !BV2) in FoldConstantArithmetic() 3076 assert(BV1->getNumOperands() == BV2->getNumOperands() && "Out of sync!"); in FoldConstantArithmetic() 3078 for (unsigned I = 0, E = BV1->getNumOperands(); I != E; ++I) { in FoldConstantArithmetic() 3079 ConstantSDNode *V1 = dyn_cast<ConstantSDNode>(BV1->getOperand(I)); in FoldConstantArithmetic()
|
D | DAGCombiner.cpp | 7571 auto *BV1 = dyn_cast<BuildVectorSDNode>(N1); in visitFMUL() local 7581 (BV1 && BV01 && BV1->isConstant() && BV01->isConstant())) { in visitFMUL()
|
/external/llvm/lib/Target/X86/ |
D | X86ISelLowering.cpp | 6152 auto *BV1 = dyn_cast<BuildVectorSDNode>(V1); in isShuffleEquivalent() local 6157 auto *MaskBV = Mask[i] < Size ? BV1 : BV2; in isShuffleEquivalent() 6158 auto *ExpectedBV = ExpectedMask[i] < Size ? BV1 : BV2; in isShuffleEquivalent()
|