Home
last modified time | relevance | path

Searched refs:BV2 (Results 1 – 6 of 6) sorted by relevance

/llvm-project-15.0.7/llvm/unittests/ADT/
H A DCoalescingBitVectorTest.cpp48 BV2.set(BV1); in TEST()
79 BV2.set(5); in TEST()
80 BV2 = BV1; in TEST()
172 BV2.clear(); in TEST()
178 BV2.clear(); in TEST()
182 BV2.reset(1); in TEST()
184 BV2.set(1); in TEST()
185 BV2.reset(11); in TEST()
209 BV2.set(RHS); in TEST()
213 BV1 |= BV2; in TEST()
[all …]
/llvm-project-15.0.7/compiler-rt/lib/sanitizer_common/tests/
H A Dsanitizer_bvgraph_test.cpp27 typedef BasicBitVector<> BV2; typedef
111 BasicTest<BV2>(); in TEST()
158 RemoveEdges<BV2>(); in TEST()
215 Test_isReachable<BV2>(); in TEST()
259 LongCycle<BV2>(); in TEST()
299 ShortestPath<BV2>(); in TEST()
337 RunAddEdgesTest<BV2>(); in TEST()
H A Dsanitizer_deadlock_detector_test.cpp27 typedef BasicBitVector<> BV2; typedef
131 RunBasicTest<BV2>(); in TEST()
237 RunRemoveNodeTest<BV2>(); in TEST()
282 RunMultipleEpochsTest<BV2>(); in TEST()
316 RunCorrectEpochFlush<BV2>(); in TEST()
343 RunTryLockTest<BV2>(); in TEST()
381 RunOnFirstLockTest<BV2>(); in TEST()
411 RunRecusriveLockTest<BV2>(); in TEST()
449 RunLockContextTest<BV2>(); in TEST()
/llvm-project-15.0.7/libclc/generic/lib/math/
H A Derf.cl306 #define BV2 1.37657754143519042600e+02
361 …vt = fma(t, fma(t, fma(t, fma(t, fma(t, fma(t, fma(t, BV8, BV7), BV6), BV5), BV4), BV3), BV2), BV1…
H A Derfc.cl308 #define BV2 4.34565877475229228821e+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…
/llvm-project-15.0.7/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp5619 auto *BV2 = dyn_cast<BuildVectorSDNode>(N2); in FoldConstantArithmetic() local
5621 if (BV1 && BV2 && BVVT.isInteger() && BVVT == N2.getValueType()) { in FoldConstantArithmetic()
5627 BV2->getConstantRawBits(IsLE, EltBits, RawBits2, UndefElts2) && in FoldConstantArithmetic()