Home
last modified time | relevance | path

Searched defs:i32_type (Results 1 – 16 of 16) sorted by relevance

/external/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_format_float.c73 struct lp_type i32_type, in lp_build_float_to_smallfloat()
245 struct lp_type i32_type = lp_type_int_vec(32, 32 * src_length); in lp_build_float_to_r11g11b10() local
293 struct lp_type i32_type = lp_type_int_vec(32, 32 * f32_type.length); in lp_build_smallfloat_to_float() local
431 struct lp_type i32_type = lp_type_int_vec(32, 32 * f32_type.length); in lp_build_rgb9_to_float_helper() local
469 struct lp_type i32_type = lp_type_int_vec(32, 32 * src_length); in lp_build_rgb9e5_to_float() local
Dlp_bld_conv.c100 struct lp_type i32_type = lp_type_int_vec(32, 32 * src_length); in lp_build_half_to_float() local
157 struct lp_type i32_type = lp_type_int_vec(32, 32 * length); in lp_build_float_to_half() local
Dlp_bld_gather.c312 LLVMTypeRef i32_type = LLVMIntTypeInContext(gallivm->context, 32); in lp_build_gather_avx2() local
Dlp_bld_swizzle.c62 LLVMTypeRef i32_type = LLVMInt32TypeInContext(gallivm->context); in lp_build_broadcast() local
Dlp_bld_format_s3tc.c1220 struct lp_type i32_type = lp_wider_type(i16_type); in lp_build_lerp23_single() local
/external/llvm/test/Bindings/OCaml/
Dexecutionengine.ml19 let i32_type = Llvm.i32_type context var
Dtarget.ml18 let i32_type = Llvm.i32_type context var
Dcore.ml31 let i32_type = Llvm.i32_type context var
/external/llvm-project/llvm/test/Bindings/OCaml/
Dexecutionengine.ml19 let i32_type = Llvm.i32_type context var
Dtarget.ml18 let i32_type = Llvm.i32_type context var
Dcore.ml31 let i32_type = Llvm.i32_type context var
/external/tensorflow/tensorflow/compiler/mlir/tools/kernel_gen/transforms/
Dtf_framework_legalize_to_llvm.cc278 auto i32_type = IntegerType::get(ctx, 32); in GetFuncType() local
/external/tensorflow/tensorflow/compiler/mlir/xla/transforms/
Dlegalize_tf.cc608 auto i32_type = builder->getIntegerType(32); in CreateRngUniform32() local
4750 auto i32_type = rewriter.getIntegerType(32); in matchAndRewrite() local
5055 auto i32_type = rewriter.getIntegerType(32); in matchAndRewrite() local
/external/llvm/bindings/ocaml/llvm/
Dllvm.mli537 val i32_type : llcontext -> lltype val
/external/llvm-project/llvm/bindings/ocaml/llvm/
Dllvm.mli568 val i32_type : llcontext -> lltype val
/external/mesa3d/src/gallium/auxiliary/draw/
Ddraw_llvm.c1499 struct lp_type i32_type = lp_int_type(vs_type); in generate_clipmask() local