Home
last modified time | relevance | path

Searched refs:i19 (Results 1 – 25 of 2084) sorted by relevance

12345678910>>...84

/dports/devel/llvm10/llvm-10.0.1.src/test/Transforms/InstCombine/
H A Dapint-shift.ll68 define i19 @test10(i19 %X) {
83 ; CHECK-NEXT: [[SH1:%.*]] = lshr <2 x i19> [[X:%.*]], <i19 5, i19 5>
86 %sh1 = lshr <2 x i19> %X, <i19 3, i19 3>
87 %sh2 = lshr <2 x i19> %sh1, <i19 2, i19 2>
122 ; CHECK-NEXT: [[SH1:%.*]] = shl <2 x i19> [[X:%.*]], <i19 5, i19 5>
125 %sh1 = shl <2 x i19> %X, <i19 3, i19 3>
126 %sh2 = shl <2 x i19> %sh1, <i19 2, i19 2>
164 %sh1 = shl <2 x i19> %X, <i19 3, i19 3>
165 %sh2 = lshr <2 x i19> %sh1, <i19 3, i19 3>
177 %sh1 = lshr <2 x i19> %X, <i19 3, i19 3>
[all …]
/dports/devel/llvm90/llvm-9.0.1.src/test/Transforms/InstCombine/
H A Dapint-shift.ll68 define i19 @test10(i19 %X) {
83 ; CHECK-NEXT: [[SH1:%.*]] = lshr <2 x i19> [[X:%.*]], <i19 5, i19 5>
86 %sh1 = lshr <2 x i19> %X, <i19 3, i19 3>
87 %sh2 = lshr <2 x i19> %sh1, <i19 2, i19 2>
122 ; CHECK-NEXT: [[SH1:%.*]] = shl <2 x i19> [[X:%.*]], <i19 5, i19 5>
125 %sh1 = shl <2 x i19> %X, <i19 3, i19 3>
126 %sh2 = shl <2 x i19> %sh1, <i19 2, i19 2>
164 %sh1 = shl <2 x i19> %X, <i19 3, i19 3>
165 %sh2 = lshr <2 x i19> %sh1, <i19 3, i19 3>
177 %sh1 = lshr <2 x i19> %X, <i19 3, i19 3>
[all …]
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/llvm/test/Transforms/InstCombine/
H A Dapint-shift.ll68 define i19 @test10(i19 %X) {
83 ; CHECK-NEXT: [[SH1:%.*]] = lshr <2 x i19> [[X:%.*]], <i19 5, i19 5>
86 %sh1 = lshr <2 x i19> %X, <i19 3, i19 3>
87 %sh2 = lshr <2 x i19> %sh1, <i19 2, i19 2>
122 ; CHECK-NEXT: [[SH1:%.*]] = shl <2 x i19> [[X:%.*]], <i19 5, i19 5>
125 %sh1 = shl <2 x i19> %X, <i19 3, i19 3>
126 %sh2 = shl <2 x i19> %sh1, <i19 2, i19 2>
164 %sh1 = shl <2 x i19> %X, <i19 3, i19 3>
165 %sh2 = lshr <2 x i19> %sh1, <i19 3, i19 3>
177 %sh1 = lshr <2 x i19> %X, <i19 3, i19 3>
[all …]
/dports/devel/llvm80/llvm-8.0.1.src/test/Transforms/InstCombine/
H A Dapint-shift.ll70 define i19 @test10(i19 %X) {
85 ; CHECK-NEXT: [[SH1:%.*]] = lshr <2 x i19> %X, <i19 5, i19 5>
88 %sh1 = lshr <2 x i19> %X, <i19 3, i19 3>
89 %sh2 = lshr <2 x i19> %sh1, <i19 2, i19 2>
124 ; CHECK-NEXT: [[SH1:%.*]] = shl <2 x i19> %X, <i19 5, i19 5>
127 %sh1 = shl <2 x i19> %X, <i19 3, i19 3>
128 %sh2 = shl <2 x i19> %sh1, <i19 2, i19 2>
166 %sh1 = shl <2 x i19> %X, <i19 3, i19 3>
167 %sh2 = lshr <2 x i19> %sh1, <i19 3, i19 3>
179 %sh1 = lshr <2 x i19> %X, <i19 3, i19 3>
[all …]
/dports/devel/llvm70/llvm-7.0.1.src/test/Transforms/InstCombine/
H A Dapint-shift.ll70 define i19 @test10(i19 %X) {
85 ; CHECK-NEXT: [[SH1:%.*]] = lshr <2 x i19> %X, <i19 5, i19 5>
88 %sh1 = lshr <2 x i19> %X, <i19 3, i19 3>
89 %sh2 = lshr <2 x i19> %sh1, <i19 2, i19 2>
124 ; CHECK-NEXT: [[SH1:%.*]] = shl <2 x i19> %X, <i19 5, i19 5>
127 %sh1 = shl <2 x i19> %X, <i19 3, i19 3>
128 %sh2 = shl <2 x i19> %sh1, <i19 2, i19 2>
166 %sh1 = shl <2 x i19> %X, <i19 3, i19 3>
167 %sh2 = lshr <2 x i19> %sh1, <i19 3, i19 3>
179 %sh1 = lshr <2 x i19> %X, <i19 3, i19 3>
[all …]
/dports/math/libpgmath/flang-d07daf3/test/f90_correct/src/
H A Dfc10.f22 data i0, i2, i5, i19, i7 / 0, 2, 5, 19, 7 /
30 rslts(3) = mod(i2, i2) + mod(i19, 5) + mod(0, i19)
31 rslts(4) = i2 * mod(i0, i19+7) + (i19 - mod(i19, i2))
53 rslts(17) = isign(-i2, i19*i2) * sign(i19, -i2)
66 rslts(23) = idim(i5, i2) + i19
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/llvm/test/Transforms/InstCombine/
H A Dapint-shift.ll68 define i19 @test10(i19 %X) {
83 ; CHECK-NEXT: [[SH1:%.*]] = lshr <2 x i19> [[X:%.*]], <i19 5, i19 5>
86 %sh1 = lshr <2 x i19> %X, <i19 3, i19 3>
87 %sh2 = lshr <2 x i19> %sh1, <i19 2, i19 2>
122 ; CHECK-NEXT: [[SH1:%.*]] = shl <2 x i19> [[X:%.*]], <i19 5, i19 5>
125 %sh1 = shl <2 x i19> %X, <i19 3, i19 3>
126 %sh2 = shl <2 x i19> %sh1, <i19 2, i19 2>
164 %sh1 = shl <2 x i19> %X, <i19 3, i19 3>
165 %sh2 = lshr <2 x i19> %sh1, <i19 3, i19 3>
177 %sh1 = lshr <2 x i19> %X, <i19 3, i19 3>
[all …]
/dports/devel/llvm11/llvm-11.0.1.src/test/Transforms/InstCombine/
H A Dapint-shift.ll68 define i19 @test10(i19 %X) {
83 ; CHECK-NEXT: [[SH1:%.*]] = lshr <2 x i19> [[X:%.*]], <i19 5, i19 5>
86 %sh1 = lshr <2 x i19> %X, <i19 3, i19 3>
87 %sh2 = lshr <2 x i19> %sh1, <i19 2, i19 2>
122 ; CHECK-NEXT: [[SH1:%.*]] = shl <2 x i19> [[X:%.*]], <i19 5, i19 5>
125 %sh1 = shl <2 x i19> %X, <i19 3, i19 3>
126 %sh2 = shl <2 x i19> %sh1, <i19 2, i19 2>
164 %sh1 = shl <2 x i19> %X, <i19 3, i19 3>
165 %sh2 = lshr <2 x i19> %sh1, <i19 3, i19 3>
177 %sh1 = lshr <2 x i19> %X, <i19 3, i19 3>
[all …]
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/llvm/test/Transforms/InstCombine/
H A Dapint-shift.ll68 define i19 @test10(i19 %X) {
83 ; CHECK-NEXT: [[SH1:%.*]] = lshr <2 x i19> [[X:%.*]], <i19 5, i19 5>
86 %sh1 = lshr <2 x i19> %X, <i19 3, i19 3>
87 %sh2 = lshr <2 x i19> %sh1, <i19 2, i19 2>
122 ; CHECK-NEXT: [[SH1:%.*]] = shl <2 x i19> [[X:%.*]], <i19 5, i19 5>
125 %sh1 = shl <2 x i19> %X, <i19 3, i19 3>
126 %sh2 = shl <2 x i19> %sh1, <i19 2, i19 2>
164 %sh1 = shl <2 x i19> %X, <i19 3, i19 3>
165 %sh2 = lshr <2 x i19> %sh1, <i19 3, i19 3>
177 %sh1 = lshr <2 x i19> %X, <i19 3, i19 3>
[all …]
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/llvm/test/Transforms/InstCombine/
H A Dapint-shift.ll68 define i19 @test10(i19 %X) {
83 ; CHECK-NEXT: [[SH1:%.*]] = lshr <2 x i19> [[X:%.*]], <i19 5, i19 5>
86 %sh1 = lshr <2 x i19> %X, <i19 3, i19 3>
87 %sh2 = lshr <2 x i19> %sh1, <i19 2, i19 2>
122 ; CHECK-NEXT: [[SH1:%.*]] = shl <2 x i19> [[X:%.*]], <i19 5, i19 5>
125 %sh1 = shl <2 x i19> %X, <i19 3, i19 3>
126 %sh2 = shl <2 x i19> %sh1, <i19 2, i19 2>
164 %sh1 = shl <2 x i19> %X, <i19 3, i19 3>
165 %sh2 = lshr <2 x i19> %sh1, <i19 3, i19 3>
177 %sh1 = lshr <2 x i19> %X, <i19 3, i19 3>
[all …]
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/llvm/test/Transforms/InstCombine/
H A Dapint-shift.ll68 define i19 @test10(i19 %X) {
83 ; CHECK-NEXT: [[SH1:%.*]] = lshr <2 x i19> [[X:%.*]], <i19 5, i19 5>
86 %sh1 = lshr <2 x i19> %X, <i19 3, i19 3>
87 %sh2 = lshr <2 x i19> %sh1, <i19 2, i19 2>
122 ; CHECK-NEXT: [[SH1:%.*]] = shl <2 x i19> [[X:%.*]], <i19 5, i19 5>
125 %sh1 = shl <2 x i19> %X, <i19 3, i19 3>
126 %sh2 = shl <2 x i19> %sh1, <i19 2, i19 2>
164 %sh1 = shl <2 x i19> %X, <i19 3, i19 3>
165 %sh2 = lshr <2 x i19> %sh1, <i19 3, i19 3>
177 %sh1 = lshr <2 x i19> %X, <i19 3, i19 3>
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/llvm/test/Transforms/InstCombine/
H A Dapint-shift.ll68 define i19 @test10(i19 %X) {
83 ; CHECK-NEXT: [[SH1:%.*]] = lshr <2 x i19> [[X:%.*]], <i19 5, i19 5>
86 %sh1 = lshr <2 x i19> %X, <i19 3, i19 3>
87 %sh2 = lshr <2 x i19> %sh1, <i19 2, i19 2>
122 ; CHECK-NEXT: [[SH1:%.*]] = shl <2 x i19> [[X:%.*]], <i19 5, i19 5>
125 %sh1 = shl <2 x i19> %X, <i19 3, i19 3>
126 %sh2 = shl <2 x i19> %sh1, <i19 2, i19 2>
164 %sh1 = shl <2 x i19> %X, <i19 3, i19 3>
165 %sh2 = lshr <2 x i19> %sh1, <i19 3, i19 3>
177 %sh1 = lshr <2 x i19> %X, <i19 3, i19 3>
[all …]
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/llvm/test/Transforms/InstCombine/
H A Dapint-shift.ll68 define i19 @test10(i19 %X) {
83 ; CHECK-NEXT: [[SH1:%.*]] = lshr <2 x i19> [[X:%.*]], <i19 5, i19 5>
86 %sh1 = lshr <2 x i19> %X, <i19 3, i19 3>
87 %sh2 = lshr <2 x i19> %sh1, <i19 2, i19 2>
122 ; CHECK-NEXT: [[SH1:%.*]] = shl <2 x i19> [[X:%.*]], <i19 5, i19 5>
125 %sh1 = shl <2 x i19> %X, <i19 3, i19 3>
126 %sh2 = shl <2 x i19> %sh1, <i19 2, i19 2>
164 %sh1 = shl <2 x i19> %X, <i19 3, i19 3>
165 %sh2 = lshr <2 x i19> %sh1, <i19 3, i19 3>
177 %sh1 = lshr <2 x i19> %X, <i19 3, i19 3>
[all …]
/dports/devel/llvm12/llvm-project-12.0.1.src/llvm/test/Transforms/InstCombine/
H A Dapint-shift.ll68 define i19 @test10(i19 %X) {
83 ; CHECK-NEXT: [[SH1:%.*]] = lshr <2 x i19> [[X:%.*]], <i19 5, i19 5>
86 %sh1 = lshr <2 x i19> %X, <i19 3, i19 3>
87 %sh2 = lshr <2 x i19> %sh1, <i19 2, i19 2>
122 ; CHECK-NEXT: [[SH1:%.*]] = shl <2 x i19> [[X:%.*]], <i19 5, i19 5>
125 %sh1 = shl <2 x i19> %X, <i19 3, i19 3>
126 %sh2 = shl <2 x i19> %sh1, <i19 2, i19 2>
164 %sh1 = shl <2 x i19> %X, <i19 3, i19 3>
165 %sh2 = lshr <2 x i19> %sh1, <i19 3, i19 3>
177 %sh1 = lshr <2 x i19> %X, <i19 3, i19 3>
[all …]
/dports/graphics/llvm-mesa/llvm-13.0.1.src/test/Transforms/InstCombine/
H A Dapint-shift.ll68 define i19 @test10(i19 %X) {
83 ; CHECK-NEXT: [[SH1:%.*]] = lshr <2 x i19> [[X:%.*]], <i19 5, i19 5>
86 %sh1 = lshr <2 x i19> %X, <i19 3, i19 3>
87 %sh2 = lshr <2 x i19> %sh1, <i19 2, i19 2>
122 ; CHECK-NEXT: [[SH1:%.*]] = shl <2 x i19> [[X:%.*]], <i19 5, i19 5>
125 %sh1 = shl <2 x i19> %X, <i19 3, i19 3>
126 %sh2 = shl <2 x i19> %sh1, <i19 2, i19 2>
164 %sh1 = shl <2 x i19> %X, <i19 3, i19 3>
165 %sh2 = lshr <2 x i19> %sh1, <i19 3, i19 3>
177 %sh1 = lshr <2 x i19> %X, <i19 3, i19 3>
[all …]
/dports/devel/llvm13/llvm-project-13.0.1.src/llvm/test/Transforms/InstCombine/
H A Dapint-shift.ll68 define i19 @test10(i19 %X) {
83 ; CHECK-NEXT: [[SH1:%.*]] = lshr <2 x i19> [[X:%.*]], <i19 5, i19 5>
86 %sh1 = lshr <2 x i19> %X, <i19 3, i19 3>
87 %sh2 = lshr <2 x i19> %sh1, <i19 2, i19 2>
122 ; CHECK-NEXT: [[SH1:%.*]] = shl <2 x i19> [[X:%.*]], <i19 5, i19 5>
125 %sh1 = shl <2 x i19> %X, <i19 3, i19 3>
126 %sh2 = shl <2 x i19> %sh1, <i19 2, i19 2>
164 %sh1 = shl <2 x i19> %X, <i19 3, i19 3>
165 %sh2 = lshr <2 x i19> %sh1, <i19 3, i19 3>
177 %sh1 = lshr <2 x i19> %X, <i19 3, i19 3>
[all …]
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/test/hotspot/jtreg/compiler/c2/
H A DTestRenumberLiveNodesInfiniteLoop.java62 for (int i19 = 0; i19 < 20; i19++) { in mainTest()
63 if (i19 == i19) { in mainTest()
64 sha16[i19] *= (short)-24; in mainTest()
65 i19 = i19; in mainTest()
70 i19 += 127; in mainTest()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/llvm/test/Analysis/LoopAccessAnalysis/
H A Dmemcheck-store-vs-alloc-size.ll6 ; Here, we use i19 instead of i64 because it has a different alloc size to its store size.
23 %0 = bitcast i8* %src.addr.05 to i19*
24 %1 = load i19, i19* %0, align 8
25 %2 = bitcast i8* %op.addr.06 to i19*
26 store i19 %1, i19* %2, align 8
27 %add.ptr = getelementptr inbounds i8, i8* %src.addr.05, i19 8
28 %add.ptr1 = getelementptr inbounds i8, i8* %op.addr.06, i19 8
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/llvm/test/Analysis/LoopAccessAnalysis/
H A Dmemcheck-store-vs-alloc-size.ll7 ; Here, we use i19 instead of i64 because it has a different alloc size to its store size.
24 %0 = bitcast i8* %src.addr.05 to i19*
25 %1 = load i19, i19* %0, align 8
26 %2 = bitcast i8* %op.addr.06 to i19*
27 store i19 %1, i19* %2, align 8
28 %add.ptr = getelementptr inbounds i8, i8* %src.addr.05, i19 8
29 %add.ptr1 = getelementptr inbounds i8, i8* %op.addr.06, i19 8
/dports/graphics/llvm-mesa/llvm-13.0.1.src/test/Analysis/LoopAccessAnalysis/
H A Dmemcheck-store-vs-alloc-size.ll7 ; Here, we use i19 instead of i64 because it has a different alloc size to its store size.
24 %0 = bitcast i8* %src.addr.05 to i19*
25 %1 = load i19, i19* %0, align 8
26 %2 = bitcast i8* %op.addr.06 to i19*
27 store i19 %1, i19* %2, align 8
28 %add.ptr = getelementptr inbounds i8, i8* %src.addr.05, i19 8
29 %add.ptr1 = getelementptr inbounds i8, i8* %op.addr.06, i19 8
/dports/devel/llvm12/llvm-project-12.0.1.src/llvm/test/Analysis/LoopAccessAnalysis/
H A Dmemcheck-store-vs-alloc-size.ll7 ; Here, we use i19 instead of i64 because it has a different alloc size to its store size.
24 %0 = bitcast i8* %src.addr.05 to i19*
25 %1 = load i19, i19* %0, align 8
26 %2 = bitcast i8* %op.addr.06 to i19*
27 store i19 %1, i19* %2, align 8
28 %add.ptr = getelementptr inbounds i8, i8* %src.addr.05, i19 8
29 %add.ptr1 = getelementptr inbounds i8, i8* %op.addr.06, i19 8
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/llvm/test/Analysis/LoopAccessAnalysis/
H A Dmemcheck-store-vs-alloc-size.ll7 ; Here, we use i19 instead of i64 because it has a different alloc size to its store size.
24 %0 = bitcast i8* %src.addr.05 to i19*
25 %1 = load i19, i19* %0, align 8
26 %2 = bitcast i8* %op.addr.06 to i19*
27 store i19 %1, i19* %2, align 8
28 %add.ptr = getelementptr inbounds i8, i8* %src.addr.05, i19 8
29 %add.ptr1 = getelementptr inbounds i8, i8* %op.addr.06, i19 8
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/llvm/test/Analysis/LoopAccessAnalysis/
H A Dmemcheck-store-vs-alloc-size.ll7 ; Here, we use i19 instead of i64 because it has a different alloc size to its store size.
24 %0 = bitcast i8* %src.addr.05 to i19*
25 %1 = load i19, i19* %0, align 8
26 %2 = bitcast i8* %op.addr.06 to i19*
27 store i19 %1, i19* %2, align 8
28 %add.ptr = getelementptr inbounds i8, i8* %src.addr.05, i19 8
29 %add.ptr1 = getelementptr inbounds i8, i8* %op.addr.06, i19 8
/dports/devel/llvm13/llvm-project-13.0.1.src/llvm/test/Analysis/LoopAccessAnalysis/
H A Dmemcheck-store-vs-alloc-size.ll7 ; Here, we use i19 instead of i64 because it has a different alloc size to its store size.
24 %0 = bitcast i8* %src.addr.05 to i19*
25 %1 = load i19, i19* %0, align 8
26 %2 = bitcast i8* %op.addr.06 to i19*
27 store i19 %1, i19* %2, align 8
28 %add.ptr = getelementptr inbounds i8, i8* %src.addr.05, i19 8
29 %add.ptr1 = getelementptr inbounds i8, i8* %op.addr.06, i19 8
/dports/emulators/mess/mame-mame0226/regtests/jedutil/eqns/Opal_Jr/pal14h4/
H A Dpal14h4.eqn4 i12=12 i13=13 o14=14 o15=15 o16=16 o17=17 i18=18 i19=19 VCC=20
11 i18 & /i19
16 /i18 & i19
21 /i18 & /i19
26 i18 & i19

12345678910>>...84