Home
last modified time | relevance | path

Searched refs:Known1 (Results 1 – 25 of 152) sorted by relevance

1234567

/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/llvm/unittests/Support/
H A DKnownBitsTest.cpp23 ForeachKnownBits(Bits, [&](const KnownBits &Known1) { in TEST() argument
31 ForeachNumInKnownBits(Known1, [&](const APInt &N1) { in TEST()
45 Known1, Known2, KnownCarry); in TEST()
55 ForeachKnownBits(Bits, [&](const KnownBits &Known1) { in TestAddSubExhaustive() argument
63 ForeachNumInKnownBits(Known1, [&](const APInt &N1) { in TestAddSubExhaustive()
83 IsAdd, /*NSW*/false, Known1, Known2); in TestAddSubExhaustive()
90 IsAdd, /*NSW*/true, Known1, Known2); in TestAddSubExhaustive()
104 ForeachKnownBits(Bits, [&](const KnownBits &Known1) { in TEST() argument
203 KnownBits ComputedAnd = Known1 & Known2; in TEST()
207 KnownBits ComputedOr = Known1 | Known2; in TEST()
[all …]
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/llvm/unittests/Support/
H A DKnownBitsTest.cpp23 ForeachKnownBits(Bits, [&](const KnownBits &Known1) { in TEST() argument
31 ForeachNumInKnownBits(Known1, [&](const APInt &N1) { in TEST()
45 Known1, Known2, KnownCarry); in TEST()
55 ForeachKnownBits(Bits, [&](const KnownBits &Known1) { in TestAddSubExhaustive() argument
63 ForeachNumInKnownBits(Known1, [&](const APInt &N1) { in TestAddSubExhaustive()
83 IsAdd, /*NSW*/false, Known1, Known2); in TestAddSubExhaustive()
90 IsAdd, /*NSW*/true, Known1, Known2); in TestAddSubExhaustive()
104 ForeachKnownBits(Bits, [&](const KnownBits &Known1) { in TEST() argument
203 KnownBits ComputedAnd = Known1 & Known2; in TEST()
207 KnownBits ComputedOr = Known1 | Known2; in TEST()
[all …]
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/llvm/unittests/Support/
H A DKnownBitsTest.cpp23 ForeachKnownBits(Bits, [&](const KnownBits &Known1) { in TEST() argument
31 ForeachNumInKnownBits(Known1, [&](const APInt &N1) { in TEST()
45 Known1, Known2, KnownCarry); in TEST()
55 ForeachKnownBits(Bits, [&](const KnownBits &Known1) { in TestAddSubExhaustive() argument
63 ForeachNumInKnownBits(Known1, [&](const APInt &N1) { in TestAddSubExhaustive()
83 IsAdd, /*NSW*/false, Known1, Known2); in TestAddSubExhaustive()
90 IsAdd, /*NSW*/true, Known1, Known2); in TestAddSubExhaustive()
104 ForeachKnownBits(Bits, [&](const KnownBits &Known1) { in TEST() argument
203 KnownBits ComputedAnd = Known1 & Known2; in TEST()
207 KnownBits ComputedOr = Known1 | Known2; in TEST()
[all …]
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/llvm/unittests/Support/
H A DKnownBitsTest.cpp23 ForeachKnownBits(Bits, [&](const KnownBits &Known1) { in TEST() argument
31 ForeachNumInKnownBits(Known1, [&](const APInt &N1) { in TEST()
45 Known1, Known2, KnownCarry); in TEST()
55 ForeachKnownBits(Bits, [&](const KnownBits &Known1) { in TestAddSubExhaustive() argument
63 ForeachNumInKnownBits(Known1, [&](const APInt &N1) { in TestAddSubExhaustive()
83 IsAdd, /*NSW*/false, Known1, Known2); in TestAddSubExhaustive()
90 IsAdd, /*NSW*/true, Known1, Known2); in TestAddSubExhaustive()
104 ForeachKnownBits(Bits, [&](const KnownBits &Known1) { in TEST() argument
203 KnownBits ComputedAnd = Known1 & Known2; in TEST()
207 KnownBits ComputedOr = Known1 | Known2; in TEST()
[all …]
/dports/graphics/llvm-mesa/llvm-13.0.1.src/unittests/Support/
H A DKnownBitsTest.cpp23 ForeachKnownBits(Bits, [&](const KnownBits &Known1) { in TEST() argument
31 ForeachNumInKnownBits(Known1, [&](const APInt &N1) { in TEST()
45 Known1, Known2, KnownCarry); in TEST()
55 ForeachKnownBits(Bits, [&](const KnownBits &Known1) { in TestAddSubExhaustive() argument
63 ForeachNumInKnownBits(Known1, [&](const APInt &N1) { in TestAddSubExhaustive()
83 IsAdd, /*NSW*/false, Known1, Known2); in TestAddSubExhaustive()
90 IsAdd, /*NSW*/true, Known1, Known2); in TestAddSubExhaustive()
104 ForeachKnownBits(Bits, [&](const KnownBits &Known1) { in TEST() argument
203 KnownBits ComputedAnd = Known1 & Known2; in TEST()
207 KnownBits ComputedOr = Known1 | Known2; in TEST()
[all …]
/dports/devel/llvm13/llvm-project-13.0.1.src/llvm/unittests/Support/
H A DKnownBitsTest.cpp23 ForeachKnownBits(Bits, [&](const KnownBits &Known1) { in TEST() argument
31 ForeachNumInKnownBits(Known1, [&](const APInt &N1) { in TEST()
45 Known1, Known2, KnownCarry); in TEST()
55 ForeachKnownBits(Bits, [&](const KnownBits &Known1) { in TestAddSubExhaustive() argument
63 ForeachNumInKnownBits(Known1, [&](const APInt &N1) { in TestAddSubExhaustive()
83 IsAdd, /*NSW*/false, Known1, Known2); in TestAddSubExhaustive()
90 IsAdd, /*NSW*/true, Known1, Known2); in TestAddSubExhaustive()
104 ForeachKnownBits(Bits, [&](const KnownBits &Known1) { in TEST() argument
203 KnownBits ComputedAnd = Known1 & Known2; in TEST()
207 KnownBits ComputedOr = Known1 | Known2; in TEST()
[all …]
/dports/devel/llvm12/llvm-project-12.0.1.src/llvm/unittests/Support/
H A DKnownBitsTest.cpp23 ForeachKnownBits(Bits, [&](const KnownBits &Known1) { in TEST() argument
31 ForeachNumInKnownBits(Known1, [&](const APInt &N1) { in TEST()
45 Known1, Known2, KnownCarry); in TEST()
55 ForeachKnownBits(Bits, [&](const KnownBits &Known1) { in TestAddSubExhaustive() argument
63 ForeachNumInKnownBits(Known1, [&](const APInt &N1) { in TestAddSubExhaustive()
83 IsAdd, /*NSW*/false, Known1, Known2); in TestAddSubExhaustive()
90 IsAdd, /*NSW*/true, Known1, Known2); in TestAddSubExhaustive()
104 ForeachKnownBits(Bits, [&](const KnownBits &Known1) { in TEST() argument
193 KnownBits ComputedAnd = Known1 & Known2; in TEST()
197 KnownBits ComputedOr = Known1 | Known2; in TEST()
[all …]
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/llvm/unittests/Support/
H A DKnownBitsTest.cpp23 ForeachKnownBits(Bits, [&](const KnownBits &Known1) { in TEST() argument
31 ForeachNumInKnownBits(Known1, [&](const APInt &N1) { in TEST()
45 Known1, Known2, KnownCarry); in TEST()
55 ForeachKnownBits(Bits, [&](const KnownBits &Known1) { in TestAddSubExhaustive() argument
63 ForeachNumInKnownBits(Known1, [&](const APInt &N1) { in TestAddSubExhaustive()
83 IsAdd, /*NSW*/false, Known1, Known2); in TestAddSubExhaustive()
90 IsAdd, /*NSW*/true, Known1, Known2); in TestAddSubExhaustive()
104 ForeachKnownBits(Bits, [&](const KnownBits &Known1) { in TEST() argument
193 KnownBits ComputedAnd = Known1 & Known2; in TEST()
197 KnownBits ComputedOr = Known1 | Known2; in TEST()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/llvm/unittests/Support/
H A DKnownBitsTest.cpp23 ForeachKnownBits(Bits, [&](const KnownBits &Known1) { in TEST() argument
31 ForeachNumInKnownBits(Known1, [&](const APInt &N1) { in TEST()
45 Known1, Known2, KnownCarry); in TEST()
55 ForeachKnownBits(Bits, [&](const KnownBits &Known1) { in TestAddSubExhaustive() argument
63 ForeachNumInKnownBits(Known1, [&](const APInt &N1) { in TestAddSubExhaustive()
83 IsAdd, /*NSW*/false, Known1, Known2); in TestAddSubExhaustive()
90 IsAdd, /*NSW*/true, Known1, Known2); in TestAddSubExhaustive()
104 ForeachKnownBits(Bits, [&](const KnownBits &Known1) { in TEST() argument
193 KnownBits ComputedAnd = Known1 & Known2; in TEST()
197 KnownBits ComputedOr = Known1 | Known2; in TEST()
[all …]
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/llvm/unittests/Support/
H A DKnownBitsTest.cpp51 ForeachKnownBits(Bits, [&](const KnownBits &Known1) { in TEST() argument
59 ForeachNumInKnownBits(Known1, [&](const APInt &N1) { in TEST()
73 Known1, Known2, KnownCarry); in TEST()
83 ForeachKnownBits(Bits, [&](const KnownBits &Known1) { in TestAddSubExhaustive() argument
91 ForeachNumInKnownBits(Known1, [&](const APInt &N1) { in TestAddSubExhaustive()
111 IsAdd, /*NSW*/false, Known1, Known2); in TestAddSubExhaustive()
118 IsAdd, /*NSW*/true, Known1, Known2); in TestAddSubExhaustive()
132 ForeachKnownBits(Bits, [&](const KnownBits &Known1) { in TEST() argument
160 KnownBits ComputedAnd = Known1 & Known2; in TEST()
164 KnownBits ComputedOr = Known1 | Known2; in TEST()
[all …]
/dports/devel/llvm11/llvm-11.0.1.src/unittests/Support/
H A DKnownBitsTest.cpp51 ForeachKnownBits(Bits, [&](const KnownBits &Known1) { in TEST() argument
59 ForeachNumInKnownBits(Known1, [&](const APInt &N1) { in TEST()
73 Known1, Known2, KnownCarry); in TEST()
83 ForeachKnownBits(Bits, [&](const KnownBits &Known1) { in TestAddSubExhaustive() argument
91 ForeachNumInKnownBits(Known1, [&](const APInt &N1) { in TestAddSubExhaustive()
111 IsAdd, /*NSW*/false, Known1, Known2); in TestAddSubExhaustive()
118 IsAdd, /*NSW*/true, Known1, Known2); in TestAddSubExhaustive()
132 ForeachKnownBits(Bits, [&](const KnownBits &Known1) { in TEST() argument
160 KnownBits ComputedAnd = Known1 & Known2; in TEST()
164 KnownBits ComputedOr = Known1 | Known2; in TEST()
[all …]
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/llvm/unittests/IR/
H A DDemandedBitsTest.cpp22 ForeachKnownBits(Bits, [&](const KnownBits &Known1) { in TestBinOpExhaustive() argument
26 APInt AB1 = PropagateFn(0, AOut, Known1, Known2); in TestBinOpExhaustive()
27 APInt AB2 = PropagateFn(1, AOut, Known1, Known2); in TestBinOpExhaustive()
34 Known1Redacted.Zero = Known1.Zero & AB1; in TestBinOpExhaustive()
35 Known1Redacted.One = Known1.One & AB1; in TestBinOpExhaustive()
44 ForeachNumInKnownBits(Known1, [&](APInt Value1) { in TestBinOpExhaustive()
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/llvm/unittests/IR/
H A DDemandedBitsTest.cpp22 ForeachKnownBits(Bits, [&](const KnownBits &Known1) { in TestBinOpExhaustive() argument
26 APInt AB1 = PropagateFn(0, AOut, Known1, Known2); in TestBinOpExhaustive()
27 APInt AB2 = PropagateFn(1, AOut, Known1, Known2); in TestBinOpExhaustive()
34 Known1Redacted.Zero = Known1.Zero & AB1; in TestBinOpExhaustive()
35 Known1Redacted.One = Known1.One & AB1; in TestBinOpExhaustive()
44 ForeachNumInKnownBits(Known1, [&](APInt Value1) { in TestBinOpExhaustive()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/llvm/unittests/IR/
H A DDemandedBitsTest.cpp22 ForeachKnownBits(Bits, [&](const KnownBits &Known1) { in TestBinOpExhaustive() argument
26 APInt AB1 = PropagateFn(0, AOut, Known1, Known2); in TestBinOpExhaustive()
27 APInt AB2 = PropagateFn(1, AOut, Known1, Known2); in TestBinOpExhaustive()
34 Known1Redacted.Zero = Known1.Zero & AB1; in TestBinOpExhaustive()
35 Known1Redacted.One = Known1.One & AB1; in TestBinOpExhaustive()
44 ForeachNumInKnownBits(Known1, [&](APInt Value1) { in TestBinOpExhaustive()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/llvm/unittests/IR/
H A DDemandedBitsTest.cpp22 ForeachKnownBits(Bits, [&](const KnownBits &Known1) { in TestBinOpExhaustive() argument
26 APInt AB1 = PropagateFn(0, AOut, Known1, Known2); in TestBinOpExhaustive()
27 APInt AB2 = PropagateFn(1, AOut, Known1, Known2); in TestBinOpExhaustive()
34 Known1Redacted.Zero = Known1.Zero & AB1; in TestBinOpExhaustive()
35 Known1Redacted.One = Known1.One & AB1; in TestBinOpExhaustive()
44 ForeachNumInKnownBits(Known1, [&](APInt Value1) { in TestBinOpExhaustive()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/llvm/unittests/IR/
H A DDemandedBitsTest.cpp22 ForeachKnownBits(Bits, [&](const KnownBits &Known1) { in TestBinOpExhaustive() argument
26 APInt AB1 = PropagateFn(0, AOut, Known1, Known2); in TestBinOpExhaustive()
27 APInt AB2 = PropagateFn(1, AOut, Known1, Known2); in TestBinOpExhaustive()
34 Known1Redacted.Zero = Known1.Zero & AB1; in TestBinOpExhaustive()
35 Known1Redacted.One = Known1.One & AB1; in TestBinOpExhaustive()
44 ForeachNumInKnownBits(Known1, [&](APInt Value1) { in TestBinOpExhaustive()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/llvm/unittests/IR/
H A DDemandedBitsTest.cpp22 ForeachKnownBits(Bits, [&](const KnownBits &Known1) { in TestBinOpExhaustive() argument
26 APInt AB1 = PropagateFn(0, AOut, Known1, Known2); in TestBinOpExhaustive()
27 APInt AB2 = PropagateFn(1, AOut, Known1, Known2); in TestBinOpExhaustive()
34 Known1Redacted.Zero = Known1.Zero & AB1; in TestBinOpExhaustive()
35 Known1Redacted.One = Known1.One & AB1; in TestBinOpExhaustive()
44 ForeachNumInKnownBits(Known1, [&](APInt Value1) { in TestBinOpExhaustive()
/dports/devel/llvm12/llvm-project-12.0.1.src/llvm/unittests/IR/
H A DDemandedBitsTest.cpp22 ForeachKnownBits(Bits, [&](const KnownBits &Known1) { in TestBinOpExhaustive() argument
26 APInt AB1 = PropagateFn(0, AOut, Known1, Known2); in TestBinOpExhaustive()
27 APInt AB2 = PropagateFn(1, AOut, Known1, Known2); in TestBinOpExhaustive()
34 Known1Redacted.Zero = Known1.Zero & AB1; in TestBinOpExhaustive()
35 Known1Redacted.One = Known1.One & AB1; in TestBinOpExhaustive()
44 ForeachNumInKnownBits(Known1, [&](APInt Value1) { in TestBinOpExhaustive()
/dports/graphics/llvm-mesa/llvm-13.0.1.src/unittests/IR/
H A DDemandedBitsTest.cpp22 ForeachKnownBits(Bits, [&](const KnownBits &Known1) { in TestBinOpExhaustive() argument
26 APInt AB1 = PropagateFn(0, AOut, Known1, Known2); in TestBinOpExhaustive()
27 APInt AB2 = PropagateFn(1, AOut, Known1, Known2); in TestBinOpExhaustive()
34 Known1Redacted.Zero = Known1.Zero & AB1; in TestBinOpExhaustive()
35 Known1Redacted.One = Known1.One & AB1; in TestBinOpExhaustive()
44 ForeachNumInKnownBits(Known1, [&](APInt Value1) { in TestBinOpExhaustive()
/dports/devel/llvm13/llvm-project-13.0.1.src/llvm/unittests/IR/
H A DDemandedBitsTest.cpp22 ForeachKnownBits(Bits, [&](const KnownBits &Known1) {
26 APInt AB1 = PropagateFn(0, AOut, Known1, Known2);
27 APInt AB2 = PropagateFn(1, AOut, Known1, Known2);
34 Known1Redacted.Zero = Known1.Zero & AB1;
35 Known1Redacted.One = Known1.One & AB1;
44 ForeachNumInKnownBits(Known1, [&](APInt Value1) {
/dports/devel/llvm90/llvm-9.0.1.src/unittests/Support/
H A DKnownBitsTest.cpp51 ForeachKnownBits(Bits, [&](const KnownBits &Known1) { in TEST() argument
59 ForeachNumInKnownBits(Known1, [&](const APInt &N1) { in TEST()
73 Known1, Known2, KnownCarry); in TEST()
83 ForeachKnownBits(Bits, [&](const KnownBits &Known1) { in TestAddSubExhaustive() argument
91 ForeachNumInKnownBits(Known1, [&](const APInt &N1) { in TestAddSubExhaustive()
111 IsAdd, /*NSW*/false, Known1, Known2); in TestAddSubExhaustive()
118 IsAdd, /*NSW*/true, Known1, Known2); in TestAddSubExhaustive()
/dports/devel/llvm10/llvm-10.0.1.src/unittests/Support/
H A DKnownBitsTest.cpp51 ForeachKnownBits(Bits, [&](const KnownBits &Known1) { in TEST() argument
59 ForeachNumInKnownBits(Known1, [&](const APInt &N1) { in TEST()
73 Known1, Known2, KnownCarry); in TEST()
83 ForeachKnownBits(Bits, [&](const KnownBits &Known1) { in TestAddSubExhaustive() argument
91 ForeachNumInKnownBits(Known1, [&](const APInt &N1) { in TestAddSubExhaustive()
111 IsAdd, /*NSW*/false, Known1, Known2); in TestAddSubExhaustive()
118 IsAdd, /*NSW*/true, Known1, Known2); in TestAddSubExhaustive()
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/llvm/unittests/Support/
H A DKnownBitsTest.cpp51 ForeachKnownBits(Bits, [&](const KnownBits &Known1) { in TEST() argument
59 ForeachNumInKnownBits(Known1, [&](const APInt &N1) { in TEST()
73 Known1, Known2, KnownCarry); in TEST()
83 ForeachKnownBits(Bits, [&](const KnownBits &Known1) { in TestAddSubExhaustive() argument
91 ForeachNumInKnownBits(Known1, [&](const APInt &N1) { in TestAddSubExhaustive()
111 IsAdd, /*NSW*/false, Known1, Known2); in TestAddSubExhaustive()
118 IsAdd, /*NSW*/true, Known1, Known2); in TestAddSubExhaustive()
/dports/lang/erlang-runtime22/otp-OTP-22.3.4.24/lib/dialyzer/test/options2_SUITE_data/src/kernel/
H A Dglobal.erl1285 Known1 = if
1294 IsLockSet = set_lock(LockId, Known1, 1),
1309 del_lock(LockId, Known1);
1314 del_lock(LockId, Known1),
1334 Known1 = if
1354 Known1,
1384 del_lock(LockId, Known1);
1388 del_lock(LockId, Known1),
1394 del_lock(LockId, Known1),
1398 del_lock(LockId, Known1),
[all …]
/dports/lang/erlang-runtime23/otp-OTP-23.3.4.10/lib/dialyzer/test/options2_SUITE_data/src/kernel/
H A Dglobal.erl1285 Known1 = if
1294 IsLockSet = set_lock(LockId, Known1, 1),
1309 del_lock(LockId, Known1);
1314 del_lock(LockId, Known1),
1334 Known1 = if
1354 Known1,
1384 del_lock(LockId, Known1);
1388 del_lock(LockId, Known1),
1394 del_lock(LockId, Known1),
1398 del_lock(LockId, Known1),
[all …]

1234567