Home
last modified time | relevance | path

Searched refs:AL2 (Results 1 – 25 of 294) sorted by relevance

12345678910>>...12

/dports/devel/llvm80/llvm-8.0.1.src/unittests/IR/
H A DAttributesTest.cpp118 AttributeList AL2; in TEST() local
119 AL2 = AL2.addParamAttributes(C, 0, B_align_readonly); in TEST()
120 AL2 = AL2.addAttributes(C, 0, B_stackalign_optnone); in TEST()
122 AL2 = AL2.removeParamAttributes(C, 0, B_align); in TEST()
123 EXPECT_FALSE(AL2.hasParamAttr(0, Attribute::Alignment)); in TEST()
124 EXPECT_TRUE(AL2.hasParamAttr(0, Attribute::ReadOnly)); in TEST()
126 EXPECT_TRUE(AL2.hasAttribute(0, Attribute::OptimizeNone)); in TEST()
127 EXPECT_TRUE(AL2.getStackAlignment(0) == 32); in TEST()
129 AL2 = AL2.removeAttributes(C, 0, B_stackalign); in TEST()
130 EXPECT_FALSE(AL2.hasParamAttr(0, Attribute::Alignment)); in TEST()
[all …]
/dports/devel/llvm90/llvm-9.0.1.src/unittests/IR/
H A DAttributesTest.cpp122 AttributeList AL2; in TEST() local
123 AL2 = AL2.addParamAttributes(C, 0, B_align_readonly); in TEST()
124 AL2 = AL2.addAttributes(C, 0, B_stackalign_optnone); in TEST()
126 AL2 = AL2.removeParamAttributes(C, 0, B_align); in TEST()
127 EXPECT_FALSE(AL2.hasParamAttr(0, Attribute::Alignment)); in TEST()
128 EXPECT_TRUE(AL2.hasParamAttr(0, Attribute::ReadOnly)); in TEST()
130 EXPECT_TRUE(AL2.hasAttribute(0, Attribute::OptimizeNone)); in TEST()
131 EXPECT_TRUE(AL2.getStackAlignment(0) == 32); in TEST()
133 AL2 = AL2.removeAttributes(C, 0, B_stackalign); in TEST()
134 EXPECT_FALSE(AL2.hasParamAttr(0, Attribute::Alignment)); in TEST()
[all …]
/dports/devel/llvm70/llvm-7.0.1.src/unittests/IR/
H A DAttributesTest.cpp118 AttributeList AL2; in TEST() local
119 AL2 = AL2.addParamAttributes(C, 0, B_align_readonly); in TEST()
120 AL2 = AL2.addAttributes(C, 0, B_stackalign_optnone); in TEST()
122 AL2 = AL2.removeParamAttributes(C, 0, B_align); in TEST()
123 EXPECT_FALSE(AL2.hasParamAttr(0, Attribute::Alignment)); in TEST()
124 EXPECT_TRUE(AL2.hasParamAttr(0, Attribute::ReadOnly)); in TEST()
126 EXPECT_TRUE(AL2.hasAttribute(0, Attribute::OptimizeNone)); in TEST()
127 EXPECT_TRUE(AL2.getStackAlignment(0) == 32); in TEST()
129 AL2 = AL2.removeAttributes(C, 0, B_stackalign); in TEST()
130 EXPECT_FALSE(AL2.hasParamAttr(0, Attribute::Alignment)); in TEST()
[all …]
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/llvm/unittests/IR/
H A DAttributesTest.cpp123 AttributeList AL2; in TEST() local
124 AL2 = AL2.addParamAttributes(C, 0, B_align_readonly); in TEST()
125 AL2 = AL2.addAttributes(C, 0, B_stackalign_optnone); in TEST()
127 AL2 = AL2.removeParamAttributes(C, 0, B_align); in TEST()
128 EXPECT_FALSE(AL2.hasParamAttr(0, Attribute::Alignment)); in TEST()
129 EXPECT_TRUE(AL2.hasParamAttr(0, Attribute::ReadOnly)); in TEST()
131 EXPECT_TRUE(AL2.hasAttribute(0, Attribute::OptimizeNone)); in TEST()
132 EXPECT_TRUE(AL2.getStackAlignment(0) == 32); in TEST()
134 AL2 = AL2.removeAttributes(C, 0, B_stackalign); in TEST()
135 EXPECT_FALSE(AL2.hasParamAttr(0, Attribute::Alignment)); in TEST()
[all …]
/dports/devel/llvm11/llvm-11.0.1.src/unittests/IR/
H A DAttributesTest.cpp123 AttributeList AL2; in TEST() local
124 AL2 = AL2.addParamAttributes(C, 0, B_align_readonly); in TEST()
125 AL2 = AL2.addAttributes(C, 0, B_stackalign_optnone); in TEST()
127 AL2 = AL2.removeParamAttributes(C, 0, B_align); in TEST()
128 EXPECT_FALSE(AL2.hasParamAttr(0, Attribute::Alignment)); in TEST()
129 EXPECT_TRUE(AL2.hasParamAttr(0, Attribute::ReadOnly)); in TEST()
131 EXPECT_TRUE(AL2.hasAttribute(0, Attribute::OptimizeNone)); in TEST()
132 EXPECT_TRUE(AL2.getStackAlignment(0) == 32); in TEST()
134 AL2 = AL2.removeAttributes(C, 0, B_stackalign); in TEST()
135 EXPECT_FALSE(AL2.hasParamAttr(0, Attribute::Alignment)); in TEST()
[all …]
/dports/devel/llvm12/llvm-project-12.0.1.src/llvm/unittests/IR/
H A DAttributesTest.cpp123 AttributeList AL2; in TEST() local
124 AL2 = AL2.addParamAttributes(C, 0, B_align_readonly); in TEST()
125 AL2 = AL2.addAttributes(C, 0, B_stackalign_optnone); in TEST()
127 AL2 = AL2.removeParamAttributes(C, 0, B_align); in TEST()
128 EXPECT_FALSE(AL2.hasParamAttr(0, Attribute::Alignment)); in TEST()
129 EXPECT_TRUE(AL2.hasParamAttr(0, Attribute::ReadOnly)); in TEST()
131 EXPECT_TRUE(AL2.hasAttribute(0, Attribute::OptimizeNone)); in TEST()
132 EXPECT_TRUE(AL2.getStackAlignment(0) == 32); in TEST()
134 AL2 = AL2.removeAttributes(C, 0, B_stackalign); in TEST()
135 EXPECT_FALSE(AL2.hasParamAttr(0, Attribute::Alignment)); in TEST()
[all …]
/dports/devel/llvm10/llvm-10.0.1.src/unittests/IR/
H A DAttributesTest.cpp122 AttributeList AL2; in TEST() local
123 AL2 = AL2.addParamAttributes(C, 0, B_align_readonly); in TEST()
124 AL2 = AL2.addAttributes(C, 0, B_stackalign_optnone); in TEST()
126 AL2 = AL2.removeParamAttributes(C, 0, B_align); in TEST()
127 EXPECT_FALSE(AL2.hasParamAttr(0, Attribute::Alignment)); in TEST()
128 EXPECT_TRUE(AL2.hasParamAttr(0, Attribute::ReadOnly)); in TEST()
130 EXPECT_TRUE(AL2.hasAttribute(0, Attribute::OptimizeNone)); in TEST()
131 EXPECT_TRUE(AL2.getStackAlignment(0) == 32); in TEST()
133 AL2 = AL2.removeAttributes(C, 0, B_stackalign); in TEST()
134 EXPECT_FALSE(AL2.hasParamAttr(0, Attribute::Alignment)); in TEST()
[all …]
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/llvm/unittests/IR/
H A DAttributesTest.cpp123 AttributeList AL2; in TEST() local
124 AL2 = AL2.addParamAttributes(C, 0, B_align_readonly); in TEST()
125 AL2 = AL2.addAttributes(C, 0, B_stackalign_optnone); in TEST()
127 AL2 = AL2.removeParamAttributes(C, 0, B_align); in TEST()
128 EXPECT_FALSE(AL2.hasParamAttr(0, Attribute::Alignment)); in TEST()
129 EXPECT_TRUE(AL2.hasParamAttr(0, Attribute::ReadOnly)); in TEST()
131 EXPECT_TRUE(AL2.hasAttribute(0, Attribute::OptimizeNone)); in TEST()
132 EXPECT_TRUE(AL2.getStackAlignment(0) == 32); in TEST()
134 AL2 = AL2.removeAttributes(C, 0, B_stackalign); in TEST()
135 EXPECT_FALSE(AL2.hasParamAttr(0, Attribute::Alignment)); in TEST()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/llvm/unittests/IR/
H A DAttributesTest.cpp123 AttributeList AL2; in TEST() local
124 AL2 = AL2.addParamAttributes(C, 0, B_align_readonly); in TEST()
125 AL2 = AL2.addAttributes(C, 0, B_stackalign_optnone); in TEST()
127 AL2 = AL2.removeParamAttributes(C, 0, B_align); in TEST()
128 EXPECT_FALSE(AL2.hasParamAttr(0, Attribute::Alignment)); in TEST()
129 EXPECT_TRUE(AL2.hasParamAttr(0, Attribute::ReadOnly)); in TEST()
131 EXPECT_TRUE(AL2.hasAttribute(0, Attribute::OptimizeNone)); in TEST()
132 EXPECT_TRUE(AL2.getStackAlignment(0) == 32); in TEST()
134 AL2 = AL2.removeAttributes(C, 0, B_stackalign); in TEST()
135 EXPECT_FALSE(AL2.hasParamAttr(0, Attribute::Alignment)); in TEST()
[all …]
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/llvm/unittests/IR/
H A DAttributesTest.cpp122 AttributeList AL2; in TEST() local
123 AL2 = AL2.addParamAttributes(C, 0, B_align_readonly); in TEST()
124 AL2 = AL2.addAttributes(C, 0, B_stackalign_optnone); in TEST()
126 AL2 = AL2.removeParamAttributes(C, 0, B_align); in TEST()
127 EXPECT_FALSE(AL2.hasParamAttr(0, Attribute::Alignment)); in TEST()
128 EXPECT_TRUE(AL2.hasParamAttr(0, Attribute::ReadOnly)); in TEST()
130 EXPECT_TRUE(AL2.hasAttribute(0, Attribute::OptimizeNone)); in TEST()
131 EXPECT_TRUE(AL2.getStackAlignment(0) == 32); in TEST()
133 AL2 = AL2.removeAttributes(C, 0, B_stackalign); in TEST()
134 EXPECT_FALSE(AL2.hasParamAttr(0, Attribute::Alignment)); in TEST()
[all …]
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/llvm/unittests/IR/
H A DAttributesTest.cpp128 AttributeList AL2; in TEST() local
129 AL2 = AL2.addParamAttributes(C, 0, B_align_readonly); in TEST()
130 AL2 = AL2.addRetAttributes(C, B_stackalign_optnone); in TEST()
132 AL2 = AL2.removeParamAttributes(C, 0, B_align); in TEST()
134 EXPECT_TRUE(AL2.hasParamAttr(0, Attribute::ReadOnly)); in TEST()
136 EXPECT_TRUE(AL2.hasRetAttr(Attribute::OptimizeNone)); in TEST()
137 EXPECT_TRUE(AL2.getRetStackAlignment() == 32); in TEST()
139 AL2 = AL2.removeRetAttributes(C, B_stackalign); in TEST()
143 EXPECT_TRUE(AL2.hasRetAttr(Attribute::OptimizeNone)); in TEST()
218 EXPECT_FALSE(AL2.hasParentContext(C1)); in TEST()
[all …]
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/llvm/unittests/IR/
H A DAttributesTest.cpp127 AttributeList AL2; in TEST() local
128 AL2 = AL2.addParamAttributes(C, 0, B_align_readonly); in TEST()
129 AL2 = AL2.addAttributes(C, 0, B_stackalign_optnone); in TEST()
131 AL2 = AL2.removeParamAttributes(C, 0, B_align); in TEST()
132 EXPECT_FALSE(AL2.hasParamAttr(0, Attribute::Alignment)); in TEST()
133 EXPECT_TRUE(AL2.hasParamAttr(0, Attribute::ReadOnly)); in TEST()
136 EXPECT_TRUE(AL2.getStackAlignment(0) == 32); in TEST()
138 AL2 = AL2.removeAttributes(C, 0, B_stackalign); in TEST()
140 EXPECT_TRUE(AL2.hasParamAttr(0, Attribute::ReadOnly)); in TEST()
219 EXPECT_FALSE(AL2.hasParentContext(C1)); in TEST()
[all …]
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/llvm/unittests/IR/
H A DAttributesTest.cpp127 AttributeList AL2; in TEST() local
128 AL2 = AL2.addParamAttributes(C, 0, B_align_readonly); in TEST()
129 AL2 = AL2.addAttributes(C, 0, B_stackalign_optnone); in TEST()
131 AL2 = AL2.removeParamAttributes(C, 0, B_align); in TEST()
132 EXPECT_FALSE(AL2.hasParamAttr(0, Attribute::Alignment)); in TEST()
133 EXPECT_TRUE(AL2.hasParamAttr(0, Attribute::ReadOnly)); in TEST()
136 EXPECT_TRUE(AL2.getStackAlignment(0) == 32); in TEST()
138 AL2 = AL2.removeAttributes(C, 0, B_stackalign); in TEST()
140 EXPECT_TRUE(AL2.hasParamAttr(0, Attribute::ReadOnly)); in TEST()
219 EXPECT_FALSE(AL2.hasParentContext(C1)); in TEST()
[all …]
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/llvm/unittests/IR/
H A DAttributesTest.cpp127 AttributeList AL2; in TEST() local
128 AL2 = AL2.addParamAttributes(C, 0, B_align_readonly); in TEST()
129 AL2 = AL2.addAttributes(C, 0, B_stackalign_optnone); in TEST()
131 AL2 = AL2.removeParamAttributes(C, 0, B_align); in TEST()
132 EXPECT_FALSE(AL2.hasParamAttr(0, Attribute::Alignment)); in TEST()
133 EXPECT_TRUE(AL2.hasParamAttr(0, Attribute::ReadOnly)); in TEST()
136 EXPECT_TRUE(AL2.getStackAlignment(0) == 32); in TEST()
138 AL2 = AL2.removeAttributes(C, 0, B_stackalign); in TEST()
140 EXPECT_TRUE(AL2.hasParamAttr(0, Attribute::ReadOnly)); in TEST()
219 EXPECT_FALSE(AL2.hasParentContext(C1)); in TEST()
[all …]
/dports/graphics/llvm-mesa/llvm-13.0.1.src/unittests/IR/
H A DAttributesTest.cpp127 AttributeList AL2; in TEST() local
128 AL2 = AL2.addParamAttributes(C, 0, B_align_readonly); in TEST()
129 AL2 = AL2.addAttributes(C, 0, B_stackalign_optnone); in TEST()
131 AL2 = AL2.removeParamAttributes(C, 0, B_align); in TEST()
132 EXPECT_FALSE(AL2.hasParamAttr(0, Attribute::Alignment)); in TEST()
133 EXPECT_TRUE(AL2.hasParamAttr(0, Attribute::ReadOnly)); in TEST()
136 EXPECT_TRUE(AL2.getStackAlignment(0) == 32); in TEST()
138 AL2 = AL2.removeAttributes(C, 0, B_stackalign); in TEST()
140 EXPECT_TRUE(AL2.hasParamAttr(0, Attribute::ReadOnly)); in TEST()
219 EXPECT_FALSE(AL2.hasParentContext(C1)); in TEST()
[all …]
/dports/devel/llvm13/llvm-project-13.0.1.src/llvm/unittests/IR/
H A DAttributesTest.cpp127 AttributeList AL2; in TEST() local
128 AL2 = AL2.addParamAttributes(C, 0, B_align_readonly); in TEST()
129 AL2 = AL2.addAttributes(C, 0, B_stackalign_optnone); in TEST()
131 AL2 = AL2.removeParamAttributes(C, 0, B_align); in TEST()
132 EXPECT_FALSE(AL2.hasParamAttr(0, Attribute::Alignment)); in TEST()
133 EXPECT_TRUE(AL2.hasParamAttr(0, Attribute::ReadOnly)); in TEST()
136 EXPECT_TRUE(AL2.getStackAlignment(0) == 32); in TEST()
138 AL2 = AL2.removeAttributes(C, 0, B_stackalign); in TEST()
140 EXPECT_TRUE(AL2.hasParamAttr(0, Attribute::ReadOnly)); in TEST()
219 EXPECT_FALSE(AL2.hasParentContext(C1)); in TEST()
[all …]
/dports/emulators/jzintv/jzintv-20200712-src/examples/library/
H A Dal2.asm2 ;; SP0256-AL2 Allophones ;;
5 ;; SP0256-AL2. It is being provided for your convenience. ;;
11 ;; Consult the Archer SP0256-AL2 documentation (under doc/programming) ;;
12 ;; for more information about SP0256-AL2's allophone library. ;;
/dports/math/R/R-4.1.2/src/library/stats/src/
H A Dkmns.f221 DOUBLE PRECISION BIG,DE,DF,DA,DB,R2,RR,DC,DD,AL1,ALW,AL2,ALT
299 AL2 = NC(L2)
300 ALT = AL2 + ONE
303 C(L2,J) = (C(L2,J) * AL2 + A(I,J)) / ALT
310 AN1(L2) = ALT / AL2
352 DOUBLE PRECISION BIG,DA,DB,DD,AL1,ALW,AL2,ALT,R2,DE
421 AL2 = NC(L2)
422 ALT = AL2 + ONE
425 C(L2,J) = (C(L2,J) * AL2 + A(I,J)) / ALT
432 AN1(L2) = ALT / AL2
/dports/math/libRmath/R-4.1.1/src/library/stats/src/
H A Dkmns.f221 DOUBLE PRECISION BIG,DE,DF,DA,DB,R2,RR,DC,DD,AL1,ALW,AL2,ALT
299 AL2 = NC(L2)
300 ALT = AL2 + ONE
303 C(L2,J) = (C(L2,J) * AL2 + A(I,J)) / ALT
310 AN1(L2) = ALT / AL2
352 DOUBLE PRECISION BIG,DA,DB,DD,AL1,ALW,AL2,ALT,R2,DE
421 AL2 = NC(L2)
422 ALT = AL2 + ONE
425 C(L2,J) = (C(L2,J) * AL2 + A(I,J)) / ALT
432 AN1(L2) = ALT / AL2
/dports/emulators/jzintv/jzintv-20200712-src/examples/library/al2/
H A Dal2__pa5.asm10 ;; The above allophone data was extracted from the SP0256-AL2 ROM image. ;;
11 ;; The SP0256-AL2 allophones are NOT in the public domain, nor are they ;;
18 ;; contained in the SP0256-AL2. This speech data is distributed with ;;
H A Dal2__ss.asm10 ;; The above allophone data was extracted from the SP0256-AL2 ROM image. ;;
11 ;; The SP0256-AL2 allophones are NOT in the public domain, nor are they ;;
18 ;; contained in the SP0256-AL2. This speech data is distributed with ;;
H A Dal2__th.asm10 ;; The above allophone data was extracted from the SP0256-AL2 ROM image. ;;
11 ;; The SP0256-AL2 allophones are NOT in the public domain, nor are they ;;
18 ;; contained in the SP0256-AL2. This speech data is distributed with ;;
H A Dal2__ff.asm10 ;; The above allophone data was extracted from the SP0256-AL2 ROM image. ;;
11 ;; The SP0256-AL2 allophones are NOT in the public domain, nor are they ;;
18 ;; contained in the SP0256-AL2. This speech data is distributed with ;;
H A Dal2__pa1.asm10 ;; The above allophone data was extracted from the SP0256-AL2 ROM image. ;;
11 ;; The SP0256-AL2 allophones are NOT in the public domain, nor are they ;;
18 ;; contained in the SP0256-AL2. This speech data is distributed with ;;
H A Dal2__pa2.asm10 ;; The above allophone data was extracted from the SP0256-AL2 ROM image. ;;
11 ;; The SP0256-AL2 allophones are NOT in the public domain, nor are they ;;
18 ;; contained in the SP0256-AL2. This speech data is distributed with ;;

12345678910>>...12