Home
last modified time | relevance | path

Searched refs:i8_type (Results 1 – 16 of 16) sorted by relevance

/external/swiftshader/third_party/LLVM/test/Bindings/Ocaml/
Dipo_opts.ml16 let i8_type = Llvm.i8_type context var
38 let fty = function_type i8_type [| |] in
41 ignore (build_ret (const_int i8_type 4) (builder_at_end context (entry_block fn)));
Dvmcore.ml23 let i8_type = Llvm.i8_type context var
121 insist ((array_type i8_type 11) = type_of c);
128 insist ((array_type i8_type 9) = type_of c);
179 let c = const_null (packed_struct_type context [| i1_type; i8_type; i64_type;
235 let void_ptr = pointer_type i8_type in
238 let foldbomb_gv = define_global "FoldBomb" (const_null i8_type) m in
287 i8_type) m);
297 (const_gep (const_null (pointer_type i8_type))
312 ignore (define_global "const_size_of" (size_of (pointer_type i8_type)) m);
316 (const_int i8_type (-1))
[all …]
Dexecutionengine.ml14 let i8_type = Llvm.i8_type context var
25 let str_arr_type = pointer_type (pointer_type i8_type) in
/external/llvm/test/Bindings/OCaml/
Dipo.ml19 let i8_type = Llvm.i8_type context var
41 let fty = function_type i8_type [| |] in
44 ignore (build_ret (const_int i8_type 4) (builder_at_end context (entry_block fn)));
Dcore.ml29 let i8_type = Llvm.i8_type context var
154 insist ((array_type i8_type 11) = type_of c);
162 insist ((array_type i8_type 9) = type_of c);
230 let c = const_null (packed_struct_type context [| i1_type; i8_type; i64_type;
286 let void_ptr = pointer_type i8_type in
289 let foldbomb_gv = define_global "FoldBomb" (const_null i8_type) m in
339 i8_type) m);
349 (const_gep (const_null (pointer_type i8_type))
366 ignore (define_global "const_size_of" (size_of (pointer_type i8_type)) m);
370 (const_int i8_type (-1))
[all …]
Dexecutionengine.ml18 let i8_type = Llvm.i8_type context var
/external/swiftshader/third_party/llvm-7.0/llvm/test/Bindings/OCaml/
Dipo.ml19 let i8_type = Llvm.i8_type context var
41 let fty = function_type i8_type [| |] in
44 ignore (build_ret (const_int i8_type 4) (builder_at_end context (entry_block fn)));
Dcore.ml29 let i8_type = Llvm.i8_type context var
75 let ar = struct_type context [| i32_type; i8_type |] in
77 insist (i8_type = (Array.get (subtypes ar)) 1)
164 insist ((array_type i8_type 11) = type_of c);
172 insist ((array_type i8_type 9) = type_of c);
240 let c = const_null (packed_struct_type context [| i1_type; i8_type; i64_type;
296 let void_ptr = pointer_type i8_type in
299 let foldbomb_gv = define_global "FoldBomb" (const_null i8_type) m in
349 i8_type) m);
359 (const_gep (const_null (pointer_type i8_type))
[all …]
Dexecutionengine.ml18 let i8_type = Llvm.i8_type context var
/external/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_gather.c340 LLVMTypeRef i8_type = LLVMIntTypeInContext(gallivm->context, 8); in lp_build_gather_avx2() local
373 LLVMValueRef scale = LLVMConstInt(i8_type, 1, 0); in lp_build_gather_avx2()
/external/llvm/bindings/ocaml/llvm/
Dllvm.ml362 external i8_type : llcontext -> lltype = "llvm_i8_type"
Dllvm.mli527 (** [i8_type c] returns an integer type of bitwidth 8 in the context [c]. See
529 val i8_type : llcontext -> lltype val
/external/swiftshader/third_party/LLVM/bindings/ocaml/llvm/
Dllvm.ml273 external i8_type : llcontext -> lltype = "llvm_i8_type"
Dllvm.mli394 (** [i8_type c] returns an integer type of bitwidth 8 in the context [c]. See
396 val i8_type : llcontext -> lltype val
/external/swiftshader/third_party/llvm-7.0/llvm/bindings/ocaml/llvm/
Dllvm.ml428 external i8_type : llcontext -> lltype = "llvm_i8_type"
Dllvm.mli548 (** [i8_type c] returns an integer type of bitwidth 8 in the context [c]. See
550 val i8_type : llcontext -> lltype val