Searched refs:int64_type (Results 1 – 4 of 4) sorted by relevance
/external/mesa3d/src/compiler/glsl/ |
D | ir_expression_operation.py | 85 int64_type = type("int64_t", "i64", "GLSL_TYPE_INT64") variable 90 all_types = (uint_type, int_type, float_type, double_type, uint64_type, int64_type, bool_type) 91 numeric_types = (uint_type, int_type, float_type, double_type, uint64_type, int64_type) 92 signed_numeric_types = (int_type, float_type, double_type, int64_type) 93 integer_types = (uint_type, int_type, uint64_type, int64_type) 492 …operation("bitcast_i642d", 1, source_types=(int64_type,), dest_type=double_type, c_expression="bit… 496 …operation("bitcast_d2i64", 1, source_types=(double_type,), dest_type=int64_type, c_expression="bit… 498 operation("i642i", 1, source_types=(int64_type,), dest_type=int_type, c_expression="{src0}"), 501 operation("i642u", 1, source_types=(int64_type,), dest_type=uint_type, c_expression="{src0}"), 503 …operation("i642b", 1, source_types=(int64_type,), dest_type=bool_type, c_expression="{src0} != 0"), [all …]
|
/external/tensorflow/tensorflow/compiler/xla/service/cpu/ |
D | dot_op_emitter.cc | 862 llvm::Type* int64_type = b_->getInt64Ty(); in EmitCallToRuntime() local 868 int64_type, int64_type, int64_type, int32_type, int32_type}, in EmitCallToRuntime() 945 llvm::Type* int64_type = b_->getInt64Ty(); in EmitCallToBatchRuntime() local 951 int64_type, int64_type, int64_type, int64_type, int32_type, int32_type}, in EmitCallToBatchRuntime()
|
/external/mesa3d/src/gallium/auxiliary/gallivm/ |
D | lp_bld_nir_soa.c | 2013 struct lp_type int64_type; in lp_build_nir_soa() local 2014 int64_type = lp_int_type(type); in lp_build_nir_soa() 2015 int64_type.width *= 2; in lp_build_nir_soa() 2016 lp_build_context_init(&bld.bld_base.int64_bld, gallivm, int64_type); in lp_build_nir_soa()
|
D | lp_bld_tgsi_soa.c | 4438 struct lp_type int64_type; in lp_build_tgsi_soa() local 4439 int64_type = lp_int_type(type); in lp_build_tgsi_soa() 4440 int64_type.width *= 2; in lp_build_tgsi_soa() 4441 lp_build_context_init(&bld.bld_base.int64_bld, gallivm, int64_type); in lp_build_tgsi_soa()
|