Searched refs:const_array (Results 1 – 9 of 9) sorted by relevance
| /llvm-project-15.0.7/clang/test/CodeGenCUDA/ |
| H A D | device-use-host-var.cu | 50 const A const_array[] = {0, 0, 0, 6}; variable 92 *out = const_array[3].x; in dev_fun() 99 *out2 = &const_array[3].x; in dev_fun()
|
| H A D | device-var-init.cu | 287 static const int const_array[] = {1, 2, 3, 4, 5}; in df() local
|
| /llvm-project-15.0.7/libcxx/test/std/utilities/meta/meta.unary/meta.unary.comp/ |
| H A D | array.pass.cpp | 39 typedef const char const_array[3]; typedef 47 test_array<const_array>(); in main()
|
| /llvm-project-15.0.7/libcxx/test/std/utilities/meta/meta.unary/meta.unary.cat/ |
| H A D | array.pass.cpp | 47 typedef const char const_array[3]; typedef 54 test_array<const_array>(); in main()
|
| /llvm-project-15.0.7/llvm/test/Transforms/InstCombine/ |
| H A D | addrspacecast.ll | 139 @const_array = addrspace(2) constant [60 x i8] [i8 2, i8 9, i8 4, i8 22, i8 2, i8 9, i8 4, i8 22, i… 156 …rspace(2)* getelementptr inbounds ([60 x i8], [60 x i8] addrspace(2)* @const_array, i16 0, i16 4),… 168 …rspace(2)* getelementptr inbounds ([60 x i8], [60 x i8] addrspace(2)* @const_array, i16 0, i16 4) …
|
| /llvm-project-15.0.7/llvm/test/Instrumentation/DataFlowSanitizer/ |
| H A D | array.ll | 279 define [2 x i32] @const_array() { 280 ; FAST: @const_array.dfsan
|
| /llvm-project-15.0.7/llvm/test/Bindings/OCaml/ |
| H A D | core.ml | 177 (* CHECK: const_array{{.*}}[i32 3, i32 4] 180 let c = const_array i32_type [| three; four |] in 181 ignore (define_global "const_array" c m); 1196 add_clause lp (const_array ety [| ztipkc; ztid |]);
|
| /llvm-project-15.0.7/llvm/bindings/ocaml/llvm/ |
| H A D | llvm.ml | 623 external const_array : lltype -> llvalue array -> llvalue = "llvm_const_array"
|
| H A D | llvm.mli | 1013 (** [const_array ty elts] returns the constant array of type 1017 val const_array : lltype -> llvalue array -> llvalue val
|