Home
last modified time | relevance | path

Searched refs:noalloc (Results 1 – 25 of 632) sorted by relevance

12345678910>>...26

/dports/lang/ocaml/ocaml-4.05.0/typing/
H A Dprimitive.ml89 | name :: "noalloc" :: name2 :: _ -> (name, name2, true, false)
91 | name :: "noalloc" :: _ -> (name, "", true, false)
98 Attr_helper.has_no_payload_attribute ["noalloc"; "ocaml.noalloc"]
109 (* The compiler used to assume "noalloc" with "float", we just make this
118 (Warnings.Deprecated "[@@noalloc] should be used instead of \
119 \"noalloc\"");
125 let noalloc = old_style_noalloc || noalloc_attribute in
134 prim_alloc = not noalloc;
158 let oattr_noalloc = { oattr_name = "noalloc" }
210 Format.fprintf ppf "Cannot use \"noalloc\" in conjunction with \
[all …]
/dports/lang/ocaml-nox11/ocaml-4.05.0/typing/
H A Dprimitive.ml89 | name :: "noalloc" :: name2 :: _ -> (name, name2, true, false)
91 | name :: "noalloc" :: _ -> (name, "", true, false)
98 Attr_helper.has_no_payload_attribute ["noalloc"; "ocaml.noalloc"]
109 (* The compiler used to assume "noalloc" with "float", we just make this
118 (Warnings.Deprecated "[@@noalloc] should be used instead of \
119 \"noalloc\"");
125 let noalloc = old_style_noalloc || noalloc_attribute in
134 prim_alloc = not noalloc;
158 let oattr_noalloc = { oattr_name = "noalloc" }
210 Format.fprintf ppf "Cannot use \"noalloc\" in conjunction with \
[all …]
/dports/lang/ocaml/ocaml-4.05.0/testsuite/tests/typing-unboxed/
H A Dtest.ml23 external a : float -> float = "a" "noalloc" "a_nat" "float"
24 external b : float -> float = "b" "noalloc" "b_nat"
26 external d : float -> float = "d" "noalloc"
30 external f : (int32 [@unboxed]) -> (int32 [@unboxed]) = "f" "noalloc"
31 external g : int32 -> int32 = "g" "g_nat" [@@unboxed] [@@noalloc]
33 external h : (int [@untagged]) -> (int [@untagged]) = "h" "h_nat" "noalloc"
34 external i : int -> int = "i" "i_nat" [@@untagged] [@@noalloc]
39 external a : float -> float = "a" "noalloc" "a_nat" "float"
40 external b : float -> float = "b" "noalloc" "b_nat"
42 external d : float -> float = "d" "noalloc"
[all …]
H A Dtest.ml.reference15 external f : (int32 [@unboxed]) -> (int32 [@unboxed]) = "f" "noalloc"
19 external a : float -> float = "a" "noalloc" "a_nat" "float"
21 Warning 3: deprecated: [@@unboxed] + [@@noalloc] should be used instead of "float"
23 external b : float -> float = "b" "noalloc" "b_nat"
25 Warning 3: deprecated: [@@noalloc] should be used instead of "noalloc"
29 Warning 3: deprecated: [@@unboxed] + [@@noalloc] should be used instead of "float"
31 external d : float -> float = "d" "noalloc"
33 Warning 3: deprecated: [@@noalloc] should be used instead of "noalloc"
164 external n : float -> float = "n" "noalloc" [@@noalloc];;
166 Error: Cannot use "noalloc" in conjunction with [@@noalloc]
/dports/lang/ocaml-nox11/ocaml-4.05.0/testsuite/tests/typing-unboxed/
H A Dtest.ml23 external a : float -> float = "a" "noalloc" "a_nat" "float"
24 external b : float -> float = "b" "noalloc" "b_nat"
26 external d : float -> float = "d" "noalloc"
30 external f : (int32 [@unboxed]) -> (int32 [@unboxed]) = "f" "noalloc"
31 external g : int32 -> int32 = "g" "g_nat" [@@unboxed] [@@noalloc]
33 external h : (int [@untagged]) -> (int [@untagged]) = "h" "h_nat" "noalloc"
34 external i : int -> int = "i" "i_nat" [@@untagged] [@@noalloc]
39 external a : float -> float = "a" "noalloc" "a_nat" "float"
40 external b : float -> float = "b" "noalloc" "b_nat"
42 external d : float -> float = "d" "noalloc"
[all …]
H A Dtest.ml.reference15 external f : (int32 [@unboxed]) -> (int32 [@unboxed]) = "f" "noalloc"
19 external a : float -> float = "a" "noalloc" "a_nat" "float"
21 Warning 3: deprecated: [@@unboxed] + [@@noalloc] should be used instead of "float"
23 external b : float -> float = "b" "noalloc" "b_nat"
25 Warning 3: deprecated: [@@noalloc] should be used instead of "noalloc"
29 Warning 3: deprecated: [@@unboxed] + [@@noalloc] should be used instead of "float"
31 external d : float -> float = "d" "noalloc"
33 Warning 3: deprecated: [@@noalloc] should be used instead of "noalloc"
164 external n : float -> float = "n" "noalloc" [@@noalloc];;
166 Error: Cannot use "noalloc" in conjunction with [@@noalloc]
/dports/lang/ocaml-nox11/ocaml-4.05.0/stdlib/
H A Dpervasives.ml114 [@@unboxed] [@@noalloc]
117 [@@unboxed] [@@noalloc]
119 [@@unboxed] [@@noalloc]
121 [@@unboxed] [@@noalloc]
123 [@@unboxed] [@@noalloc]
125 [@@unboxed] [@@noalloc]
130 [@@unboxed] [@@noalloc]
133 [@@unboxed] [@@noalloc]
135 [@@unboxed] [@@noalloc]
138 [@@unboxed] [@@noalloc]
[all …]
/dports/lang/ocaml/ocaml-4.05.0/stdlib/
H A Dpervasives.ml114 [@@unboxed] [@@noalloc]
117 [@@unboxed] [@@noalloc]
119 [@@unboxed] [@@noalloc]
121 [@@unboxed] [@@noalloc]
123 [@@unboxed] [@@noalloc]
125 [@@unboxed] [@@noalloc]
130 [@@unboxed] [@@noalloc]
133 [@@unboxed] [@@noalloc]
135 [@@unboxed] [@@noalloc]
138 [@@unboxed] [@@noalloc]
[all …]
/dports/lang/ocaml-nox11/ocaml-4.05.0/testsuite/tests/int64-unboxing/
H A Dtest.ml2 = "" "test_int64_add" [@@noalloc] [@@unboxed]
4 = "" "test_int64_sub" [@@noalloc] [@@unboxed]
6 = "" "test_int64_mul" [@@noalloc] [@@unboxed]
9 = "" "test_ignore_int64" [@@noalloc]
/dports/lang/ocaml/ocaml-4.05.0/testsuite/tests/int64-unboxing/
H A Dtest.ml2 = "" "test_int64_add" [@@noalloc] [@@unboxed]
4 = "" "test_int64_sub" [@@noalloc] [@@unboxed]
6 = "" "test_int64_mul" [@@noalloc] [@@unboxed]
9 = "" "test_ignore_int64" [@@noalloc]
/dports/lang/ocaml/ocaml-4.05.0/otherlibs/threads/
H A Dpervasives.ml118 [@@unboxed] [@@noalloc]
121 [@@unboxed] [@@noalloc]
123 [@@unboxed] [@@noalloc]
125 [@@unboxed] [@@noalloc]
127 [@@unboxed] [@@noalloc]
129 [@@unboxed] [@@noalloc]
134 [@@unboxed] [@@noalloc]
137 [@@unboxed] [@@noalloc]
139 [@@unboxed] [@@noalloc]
142 [@@unboxed] [@@noalloc]
[all …]
/dports/lang/ocaml-nox11/ocaml-4.05.0/otherlibs/threads/
H A Dpervasives.ml118 [@@unboxed] [@@noalloc]
121 [@@unboxed] [@@noalloc]
123 [@@unboxed] [@@noalloc]
125 [@@unboxed] [@@noalloc]
127 [@@unboxed] [@@noalloc]
129 [@@unboxed] [@@noalloc]
134 [@@unboxed] [@@noalloc]
137 [@@unboxed] [@@noalloc]
139 [@@unboxed] [@@noalloc]
142 [@@unboxed] [@@noalloc]
[all …]
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/llvm/test/CodeGen/MIR/AMDGPU/
H A Dstack-id.mir9 # CHECK: - { id: 2, type: spill-slot, offset: 0, size: 16, alignment: 4, stack-id: noalloc,
13 # CHECK-NEXT: stack-id: noalloc,
24 - { id: 0, type: spill-slot, offset: 0, size: 16, alignment: 4, stack-id: noalloc }
28 - { id: 0, name: '', type: spill-slot, offset: 0, size: 16, alignment: 4, stack-id: noalloc }
/dports/devel/llvm10/llvm-10.0.1.src/test/CodeGen/MIR/AMDGPU/
H A Dstack-id.mir9 # CHECK: - { id: 2, type: spill-slot, offset: 0, size: 16, alignment: 4, stack-id: noalloc,
13 # CHECK-NEXT: stack-id: noalloc,
24 - { id: 0, type: spill-slot, offset: 0, size: 16, alignment: 4, stack-id: noalloc }
28 - { id: 0, name: '', type: spill-slot, offset: 0, size: 16, alignment: 4, stack-id: noalloc }
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/llvm/test/CodeGen/MIR/AMDGPU/
H A Dstack-id.mir9 # CHECK: - { id: 2, type: spill-slot, offset: 0, size: 16, alignment: 4, stack-id: noalloc,
13 # CHECK-NEXT: stack-id: noalloc,
24 - { id: 0, type: spill-slot, offset: 0, size: 16, alignment: 4, stack-id: noalloc }
28 - { id: 0, name: '', type: spill-slot, offset: 0, size: 16, alignment: 4, stack-id: noalloc }
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/llvm/test/CodeGen/MIR/AMDGPU/
H A Dstack-id.mir9 # CHECK: - { id: 2, type: spill-slot, offset: 0, size: 16, alignment: 4, stack-id: noalloc,
13 # CHECK-NEXT: stack-id: noalloc,
24 - { id: 0, type: spill-slot, offset: 0, size: 16, alignment: 4, stack-id: noalloc }
28 - { id: 0, name: '', type: spill-slot, offset: 0, size: 16, alignment: 4, stack-id: noalloc }
/dports/devel/llvm12/llvm-project-12.0.1.src/llvm/test/CodeGen/MIR/AMDGPU/
H A Dstack-id.mir9 # CHECK: - { id: 2, type: spill-slot, offset: 0, size: 16, alignment: 4, stack-id: noalloc,
13 # CHECK-NEXT: stack-id: noalloc,
24 - { id: 0, type: spill-slot, offset: 0, size: 16, alignment: 4, stack-id: noalloc }
28 - { id: 0, name: '', type: spill-slot, offset: 0, size: 16, alignment: 4, stack-id: noalloc }
/dports/devel/llvm11/llvm-11.0.1.src/test/CodeGen/MIR/AMDGPU/
H A Dstack-id.mir9 # CHECK: - { id: 2, type: spill-slot, offset: 0, size: 16, alignment: 4, stack-id: noalloc,
13 # CHECK-NEXT: stack-id: noalloc,
24 - { id: 0, type: spill-slot, offset: 0, size: 16, alignment: 4, stack-id: noalloc }
28 - { id: 0, name: '', type: spill-slot, offset: 0, size: 16, alignment: 4, stack-id: noalloc }
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/llvm/test/CodeGen/MIR/AMDGPU/
H A Dstack-id.mir9 # CHECK: - { id: 2, type: spill-slot, offset: 0, size: 16, alignment: 4, stack-id: noalloc,
13 # CHECK-NEXT: stack-id: noalloc,
24 - { id: 0, type: spill-slot, offset: 0, size: 16, alignment: 4, stack-id: noalloc }
28 - { id: 0, name: '', type: spill-slot, offset: 0, size: 16, alignment: 4, stack-id: noalloc }
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/llvm/test/CodeGen/MIR/AMDGPU/
H A Dstack-id.mir9 # CHECK: - { id: 2, type: spill-slot, offset: 0, size: 16, alignment: 4, stack-id: noalloc,
13 # CHECK-NEXT: stack-id: noalloc,
24 - { id: 0, type: spill-slot, offset: 0, size: 16, alignment: 4, stack-id: noalloc }
28 - { id: 0, name: '', type: spill-slot, offset: 0, size: 16, alignment: 4, stack-id: noalloc }
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/llvm/test/CodeGen/MIR/AMDGPU/
H A Dstack-id.mir9 # CHECK: - { id: 2, type: spill-slot, offset: 0, size: 16, alignment: 4, stack-id: noalloc,
13 # CHECK-NEXT: stack-id: noalloc,
24 - { id: 0, type: spill-slot, offset: 0, size: 16, alignment: 4, stack-id: noalloc }
28 - { id: 0, name: '', type: spill-slot, offset: 0, size: 16, alignment: 4, stack-id: noalloc }
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/llvm/test/CodeGen/MIR/AMDGPU/
H A Dstack-id.mir9 # CHECK: - { id: 2, type: spill-slot, offset: 0, size: 16, alignment: 4, stack-id: noalloc,
13 # CHECK-NEXT: stack-id: noalloc,
24 - { id: 0, type: spill-slot, offset: 0, size: 16, alignment: 4, stack-id: noalloc }
28 - { id: 0, name: '', type: spill-slot, offset: 0, size: 16, alignment: 4, stack-id: noalloc }
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/llvm/test/CodeGen/MIR/AMDGPU/
H A Dstack-id.mir9 # CHECK: - { id: 2, type: spill-slot, offset: 0, size: 16, alignment: 4, stack-id: noalloc,
13 # CHECK-NEXT: stack-id: noalloc,
24 - { id: 0, type: spill-slot, offset: 0, size: 16, alignment: 4, stack-id: noalloc }
28 - { id: 0, name: '', type: spill-slot, offset: 0, size: 16, alignment: 4, stack-id: noalloc }
/dports/devel/llvm90/llvm-9.0.1.src/test/CodeGen/MIR/AMDGPU/
H A Dstack-id.mir9 # CHECK: - { id: 2, type: spill-slot, offset: 0, size: 16, alignment: 4, stack-id: noalloc,
13 # CHECK-NEXT: stack-id: noalloc,
24 - { id: 0, type: spill-slot, offset: 0, size: 16, alignment: 4, stack-id: noalloc }
28 - { id: 0, name: '', type: spill-slot, offset: 0, size: 16, alignment: 4, stack-id: noalloc }
/dports/graphics/llvm-mesa/llvm-13.0.1.src/test/CodeGen/MIR/AMDGPU/
H A Dstack-id.mir9 # CHECK: - { id: 2, type: spill-slot, offset: 0, size: 16, alignment: 4, stack-id: noalloc,
13 # CHECK-NEXT: stack-id: noalloc,
24 - { id: 0, type: spill-slot, offset: 0, size: 16, alignment: 4, stack-id: noalloc }
28 - { id: 0, name: '', type: spill-slot, offset: 0, size: 16, alignment: 4, stack-id: noalloc }

12345678910>>...26