Home
last modified time | relevance | path

Searched refs:Known2 (Results 1 – 25 of 240) sorted by relevance

12345678910

/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/llvm/unittests/Support/
H A DKnownBitsTest.cpp24 ForeachKnownBits(Bits, [&](const KnownBits &Known2) { in TEST() argument
32 ForeachNumInKnownBits(Known2, [&](const APInt &N2) { in TEST()
45 Known1, Known2, KnownCarry); in TEST()
56 ForeachKnownBits(Bits, [&](const KnownBits &Known2) { in TestAddSubExhaustive() argument
64 ForeachNumInKnownBits(Known2, [&](const APInt &N2) { in TestAddSubExhaustive()
83 IsAdd, /*NSW*/false, Known1, Known2); in TestAddSubExhaustive()
90 IsAdd, /*NSW*/true, Known1, Known2); in TestAddSubExhaustive()
105 ForeachKnownBits(Bits, [&](const KnownBits &Known2) { 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.cpp24 ForeachKnownBits(Bits, [&](const KnownBits &Known2) { in TEST() argument
32 ForeachNumInKnownBits(Known2, [&](const APInt &N2) { in TEST()
45 Known1, Known2, KnownCarry); in TEST()
56 ForeachKnownBits(Bits, [&](const KnownBits &Known2) { in TestAddSubExhaustive() argument
64 ForeachNumInKnownBits(Known2, [&](const APInt &N2) { in TestAddSubExhaustive()
83 IsAdd, /*NSW*/false, Known1, Known2); in TestAddSubExhaustive()
90 IsAdd, /*NSW*/true, Known1, Known2); in TestAddSubExhaustive()
105 ForeachKnownBits(Bits, [&](const KnownBits &Known2) { 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.cpp24 ForeachKnownBits(Bits, [&](const KnownBits &Known2) { in TEST() argument
32 ForeachNumInKnownBits(Known2, [&](const APInt &N2) { in TEST()
45 Known1, Known2, KnownCarry); in TEST()
56 ForeachKnownBits(Bits, [&](const KnownBits &Known2) { in TestAddSubExhaustive() argument
64 ForeachNumInKnownBits(Known2, [&](const APInt &N2) { in TestAddSubExhaustive()
83 IsAdd, /*NSW*/false, Known1, Known2); in TestAddSubExhaustive()
90 IsAdd, /*NSW*/true, Known1, Known2); in TestAddSubExhaustive()
105 ForeachKnownBits(Bits, [&](const KnownBits &Known2) { 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.cpp24 ForeachKnownBits(Bits, [&](const KnownBits &Known2) { in TEST() argument
32 ForeachNumInKnownBits(Known2, [&](const APInt &N2) { in TEST()
45 Known1, Known2, KnownCarry); in TEST()
56 ForeachKnownBits(Bits, [&](const KnownBits &Known2) { in TestAddSubExhaustive() argument
64 ForeachNumInKnownBits(Known2, [&](const APInt &N2) { in TestAddSubExhaustive()
83 IsAdd, /*NSW*/false, Known1, Known2); in TestAddSubExhaustive()
90 IsAdd, /*NSW*/true, Known1, Known2); in TestAddSubExhaustive()
105 ForeachKnownBits(Bits, [&](const KnownBits &Known2) { 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.cpp24 ForeachKnownBits(Bits, [&](const KnownBits &Known2) { in TEST() argument
32 ForeachNumInKnownBits(Known2, [&](const APInt &N2) { in TEST()
45 Known1, Known2, KnownCarry); in TEST()
56 ForeachKnownBits(Bits, [&](const KnownBits &Known2) { in TestAddSubExhaustive() argument
64 ForeachNumInKnownBits(Known2, [&](const APInt &N2) { in TestAddSubExhaustive()
83 IsAdd, /*NSW*/false, Known1, Known2); in TestAddSubExhaustive()
90 IsAdd, /*NSW*/true, Known1, Known2); in TestAddSubExhaustive()
105 ForeachKnownBits(Bits, [&](const KnownBits &Known2) { 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.cpp24 ForeachKnownBits(Bits, [&](const KnownBits &Known2) { in TEST() argument
32 ForeachNumInKnownBits(Known2, [&](const APInt &N2) { in TEST()
45 Known1, Known2, KnownCarry); in TEST()
56 ForeachKnownBits(Bits, [&](const KnownBits &Known2) { in TestAddSubExhaustive() argument
64 ForeachNumInKnownBits(Known2, [&](const APInt &N2) { in TestAddSubExhaustive()
83 IsAdd, /*NSW*/false, Known1, Known2); in TestAddSubExhaustive()
90 IsAdd, /*NSW*/true, Known1, Known2); in TestAddSubExhaustive()
105 ForeachKnownBits(Bits, [&](const KnownBits &Known2) { in TEST() argument
203 KnownBits ComputedAnd = Known1 & Known2; in TEST()
207 KnownBits ComputedOr = Known1 | Known2; in TEST()
[all …]
/dports/devel/llvm10/llvm-10.0.1.src/lib/CodeGen/GlobalISel/
H A DGISelKnownBits.cpp118 KnownBits Known2; in computeKnownBitsImpl() local
160 unsigned KnownZeroLow = Known2.countMinTrailingZeros(); in computeKnownBitsImpl()
176 APInt KnownZeroOut = (Known.Zero & Known2.Zero) | (Known.One & Known2.One); in computeKnownBitsImpl()
178 Known.One = (Known.Zero & Known2.One) | (Known.One & Known2.Zero); in computeKnownBitsImpl()
199 unsigned KnownZeroHigh = Known2.countMinLeadingZeros(); in computeKnownBitsImpl()
218 Known.One &= Known2.One; in computeKnownBitsImpl()
220 Known.Zero |= Known2.Zero; in computeKnownBitsImpl()
231 Known.Zero &= Known2.Zero; in computeKnownBitsImpl()
233 Known.One |= Known2.One; in computeKnownBitsImpl()
266 Known.One &= Known2.One; in computeKnownBitsImpl()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/GlobalISel/
H A DGISelKnownBits.cpp118 KnownBits Known2; in computeKnownBitsImpl() local
160 unsigned KnownZeroLow = Known2.countMinTrailingZeros(); in computeKnownBitsImpl()
176 APInt KnownZeroOut = (Known.Zero & Known2.Zero) | (Known.One & Known2.One); in computeKnownBitsImpl()
178 Known.One = (Known.Zero & Known2.One) | (Known.One & Known2.Zero); in computeKnownBitsImpl()
199 unsigned KnownZeroHigh = Known2.countMinLeadingZeros(); in computeKnownBitsImpl()
218 Known.One &= Known2.One; in computeKnownBitsImpl()
220 Known.Zero |= Known2.Zero; in computeKnownBitsImpl()
231 Known.Zero &= Known2.Zero; in computeKnownBitsImpl()
233 Known.One |= Known2.One; in computeKnownBitsImpl()
266 Known.One &= Known2.One; in computeKnownBitsImpl()
[all …]
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DGISelKnownBits.cpp118 KnownBits Known2; in computeKnownBitsImpl() local
160 unsigned KnownZeroLow = Known2.countMinTrailingZeros(); in computeKnownBitsImpl()
176 APInt KnownZeroOut = (Known.Zero & Known2.Zero) | (Known.One & Known2.One); in computeKnownBitsImpl()
178 Known.One = (Known.Zero & Known2.One) | (Known.One & Known2.Zero); in computeKnownBitsImpl()
199 unsigned KnownZeroHigh = Known2.countMinLeadingZeros(); in computeKnownBitsImpl()
218 Known.One &= Known2.One; in computeKnownBitsImpl()
220 Known.Zero |= Known2.Zero; in computeKnownBitsImpl()
231 Known.Zero &= Known2.Zero; in computeKnownBitsImpl()
233 Known.One |= Known2.One; in computeKnownBitsImpl()
266 Known.One &= Known2.One; in computeKnownBitsImpl()
[all …]
/dports/devel/llvm12/llvm-project-12.0.1.src/llvm/unittests/Support/
H A DKnownBitsTest.cpp24 ForeachKnownBits(Bits, [&](const KnownBits &Known2) { in TEST() argument
32 ForeachNumInKnownBits(Known2, [&](const APInt &N2) { in TEST()
45 Known1, Known2, KnownCarry); in TEST()
56 ForeachKnownBits(Bits, [&](const KnownBits &Known2) { in TestAddSubExhaustive() argument
64 ForeachNumInKnownBits(Known2, [&](const APInt &N2) { in TestAddSubExhaustive()
83 IsAdd, /*NSW*/false, Known1, Known2); in TestAddSubExhaustive()
90 IsAdd, /*NSW*/true, Known1, Known2); in TestAddSubExhaustive()
105 ForeachKnownBits(Bits, [&](const KnownBits &Known2) { 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.cpp24 ForeachKnownBits(Bits, [&](const KnownBits &Known2) { in TEST() argument
32 ForeachNumInKnownBits(Known2, [&](const APInt &N2) { in TEST()
45 Known1, Known2, KnownCarry); in TEST()
56 ForeachKnownBits(Bits, [&](const KnownBits &Known2) { in TestAddSubExhaustive() argument
64 ForeachNumInKnownBits(Known2, [&](const APInt &N2) { in TestAddSubExhaustive()
83 IsAdd, /*NSW*/false, Known1, Known2); in TestAddSubExhaustive()
90 IsAdd, /*NSW*/true, Known1, Known2); in TestAddSubExhaustive()
105 ForeachKnownBits(Bits, [&](const KnownBits &Known2) { 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.cpp24 ForeachKnownBits(Bits, [&](const KnownBits &Known2) { in TEST() argument
32 ForeachNumInKnownBits(Known2, [&](const APInt &N2) { in TEST()
45 Known1, Known2, KnownCarry); in TEST()
56 ForeachKnownBits(Bits, [&](const KnownBits &Known2) { in TestAddSubExhaustive() argument
64 ForeachNumInKnownBits(Known2, [&](const APInt &N2) { in TestAddSubExhaustive()
83 IsAdd, /*NSW*/false, Known1, Known2); in TestAddSubExhaustive()
90 IsAdd, /*NSW*/true, Known1, Known2); in TestAddSubExhaustive()
105 ForeachKnownBits(Bits, [&](const KnownBits &Known2) { 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.cpp52 ForeachKnownBits(Bits, [&](const KnownBits &Known2) { in TEST() argument
60 ForeachNumInKnownBits(Known2, [&](const APInt &N2) { in TEST()
73 Known1, Known2, KnownCarry); in TEST()
84 ForeachKnownBits(Bits, [&](const KnownBits &Known2) { in TestAddSubExhaustive() argument
92 ForeachNumInKnownBits(Known2, [&](const APInt &N2) { in TestAddSubExhaustive()
111 IsAdd, /*NSW*/false, Known1, Known2); in TestAddSubExhaustive()
118 IsAdd, /*NSW*/true, Known1, Known2); in TestAddSubExhaustive()
133 ForeachKnownBits(Bits, [&](const KnownBits &Known2) { 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.cpp52 ForeachKnownBits(Bits, [&](const KnownBits &Known2) { in TEST() argument
60 ForeachNumInKnownBits(Known2, [&](const APInt &N2) { in TEST()
73 Known1, Known2, KnownCarry); in TEST()
84 ForeachKnownBits(Bits, [&](const KnownBits &Known2) { in TestAddSubExhaustive() argument
92 ForeachNumInKnownBits(Known2, [&](const APInt &N2) { in TestAddSubExhaustive()
111 IsAdd, /*NSW*/false, Known1, Known2); in TestAddSubExhaustive()
118 IsAdd, /*NSW*/true, Known1, Known2); in TestAddSubExhaustive()
133 ForeachKnownBits(Bits, [&](const KnownBits &Known2) { in TEST() argument
160 KnownBits ComputedAnd = Known1 & Known2; in TEST()
164 KnownBits ComputedOr = Known1 | Known2; in TEST()
[all …]
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/llvm/lib/CodeGen/GlobalISel/
H A DGISelKnownBits.cpp142 KnownBits Known2; in computeKnownBitsImpl() local
183 computeKnownBitsImpl(SrcReg, Known2, DemandedElts, in computeKnownBitsImpl()
185 Known.One &= Known2.One; in computeKnownBitsImpl()
186 Known.Zero &= Known2.Zero; in computeKnownBitsImpl()
218 Known2); in computeKnownBitsImpl()
227 Known ^= Known2; in computeKnownBitsImpl()
253 Known &= Known2; in computeKnownBitsImpl()
263 Known |= Known2; in computeKnownBitsImpl()
276 Known.countMinTrailingZeros() + Known2.countMinTrailingZeros(); in computeKnownBitsImpl()
296 Known.One &= Known2.One; in computeKnownBitsImpl()
[all …]
/dports/devel/llvm11/llvm-11.0.1.src/lib/CodeGen/GlobalISel/
H A DGISelKnownBits.cpp142 KnownBits Known2; in computeKnownBitsImpl() local
183 computeKnownBitsImpl(SrcReg, Known2, DemandedElts, in computeKnownBitsImpl()
185 Known.One &= Known2.One; in computeKnownBitsImpl()
186 Known.Zero &= Known2.Zero; in computeKnownBitsImpl()
218 Known2); in computeKnownBitsImpl()
227 Known ^= Known2; in computeKnownBitsImpl()
253 Known &= Known2; in computeKnownBitsImpl()
263 Known |= Known2; in computeKnownBitsImpl()
276 Known.countMinTrailingZeros() + Known2.countMinTrailingZeros(); in computeKnownBitsImpl()
296 Known.One &= Known2.One; in computeKnownBitsImpl()
[all …]
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/llvm/unittests/IR/
H A DDemandedBitsTest.cpp23 ForeachKnownBits(Bits, [&](const KnownBits &Known2) { in TestBinOpExhaustive() argument
26 APInt AB1 = PropagateFn(0, AOut, Known1, Known2); in TestBinOpExhaustive()
27 APInt AB2 = PropagateFn(1, AOut, Known1, Known2); in TestBinOpExhaustive()
36 Known2Redacted.Zero = Known2.Zero & AB2; in TestBinOpExhaustive()
37 Known2Redacted.One = Known2.One & AB2; in TestBinOpExhaustive()
45 ForeachNumInKnownBits(Known2, [&](APInt Value2) { in TestBinOpExhaustive()
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/llvm/unittests/IR/
H A DDemandedBitsTest.cpp23 ForeachKnownBits(Bits, [&](const KnownBits &Known2) { in TestBinOpExhaustive() argument
26 APInt AB1 = PropagateFn(0, AOut, Known1, Known2); in TestBinOpExhaustive()
27 APInt AB2 = PropagateFn(1, AOut, Known1, Known2); in TestBinOpExhaustive()
36 Known2Redacted.Zero = Known2.Zero & AB2; in TestBinOpExhaustive()
37 Known2Redacted.One = Known2.One & AB2; in TestBinOpExhaustive()
45 ForeachNumInKnownBits(Known2, [&](APInt Value2) { in TestBinOpExhaustive()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/llvm/unittests/IR/
H A DDemandedBitsTest.cpp23 ForeachKnownBits(Bits, [&](const KnownBits &Known2) { in TestBinOpExhaustive() argument
26 APInt AB1 = PropagateFn(0, AOut, Known1, Known2); in TestBinOpExhaustive()
27 APInt AB2 = PropagateFn(1, AOut, Known1, Known2); in TestBinOpExhaustive()
36 Known2Redacted.Zero = Known2.Zero & AB2; in TestBinOpExhaustive()
37 Known2Redacted.One = Known2.One & AB2; in TestBinOpExhaustive()
45 ForeachNumInKnownBits(Known2, [&](APInt Value2) { in TestBinOpExhaustive()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/llvm/unittests/IR/
H A DDemandedBitsTest.cpp23 ForeachKnownBits(Bits, [&](const KnownBits &Known2) { in TestBinOpExhaustive() argument
26 APInt AB1 = PropagateFn(0, AOut, Known1, Known2); in TestBinOpExhaustive()
27 APInt AB2 = PropagateFn(1, AOut, Known1, Known2); in TestBinOpExhaustive()
36 Known2Redacted.Zero = Known2.Zero & AB2; in TestBinOpExhaustive()
37 Known2Redacted.One = Known2.One & AB2; in TestBinOpExhaustive()
45 ForeachNumInKnownBits(Known2, [&](APInt Value2) { in TestBinOpExhaustive()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/llvm/unittests/IR/
H A DDemandedBitsTest.cpp23 ForeachKnownBits(Bits, [&](const KnownBits &Known2) { in TestBinOpExhaustive() argument
26 APInt AB1 = PropagateFn(0, AOut, Known1, Known2); in TestBinOpExhaustive()
27 APInt AB2 = PropagateFn(1, AOut, Known1, Known2); in TestBinOpExhaustive()
36 Known2Redacted.Zero = Known2.Zero & AB2; in TestBinOpExhaustive()
37 Known2Redacted.One = Known2.One & AB2; in TestBinOpExhaustive()
45 ForeachNumInKnownBits(Known2, [&](APInt Value2) { in TestBinOpExhaustive()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/llvm/unittests/IR/
H A DDemandedBitsTest.cpp23 ForeachKnownBits(Bits, [&](const KnownBits &Known2) { in TestBinOpExhaustive() argument
26 APInt AB1 = PropagateFn(0, AOut, Known1, Known2); in TestBinOpExhaustive()
27 APInt AB2 = PropagateFn(1, AOut, Known1, Known2); in TestBinOpExhaustive()
36 Known2Redacted.Zero = Known2.Zero & AB2; in TestBinOpExhaustive()
37 Known2Redacted.One = Known2.One & AB2; in TestBinOpExhaustive()
45 ForeachNumInKnownBits(Known2, [&](APInt Value2) { in TestBinOpExhaustive()
/dports/devel/llvm12/llvm-project-12.0.1.src/llvm/unittests/IR/
H A DDemandedBitsTest.cpp23 ForeachKnownBits(Bits, [&](const KnownBits &Known2) { in TestBinOpExhaustive() argument
26 APInt AB1 = PropagateFn(0, AOut, Known1, Known2); in TestBinOpExhaustive()
27 APInt AB2 = PropagateFn(1, AOut, Known1, Known2); in TestBinOpExhaustive()
36 Known2Redacted.Zero = Known2.Zero & AB2; in TestBinOpExhaustive()
37 Known2Redacted.One = Known2.One & AB2; in TestBinOpExhaustive()
45 ForeachNumInKnownBits(Known2, [&](APInt Value2) { in TestBinOpExhaustive()
/dports/graphics/llvm-mesa/llvm-13.0.1.src/unittests/IR/
H A DDemandedBitsTest.cpp23 ForeachKnownBits(Bits, [&](const KnownBits &Known2) { in TestBinOpExhaustive() argument
26 APInt AB1 = PropagateFn(0, AOut, Known1, Known2); in TestBinOpExhaustive()
27 APInt AB2 = PropagateFn(1, AOut, Known1, Known2); in TestBinOpExhaustive()
36 Known2Redacted.Zero = Known2.Zero & AB2; in TestBinOpExhaustive()
37 Known2Redacted.One = Known2.One & AB2; in TestBinOpExhaustive()
45 ForeachNumInKnownBits(Known2, [&](APInt Value2) { in TestBinOpExhaustive()
/dports/devel/llvm13/llvm-project-13.0.1.src/llvm/unittests/IR/
H A DDemandedBitsTest.cpp23 ForeachKnownBits(Bits, [&](const KnownBits &Known2) {
26 APInt AB1 = PropagateFn(0, AOut, Known1, Known2);
27 APInt AB2 = PropagateFn(1, AOut, Known1, Known2);
36 Known2Redacted.Zero = Known2.Zero & AB2;
37 Known2Redacted.One = Known2.One & AB2;
45 ForeachNumInKnownBits(Known2, [&](APInt Value2) {

12345678910