Searched refs:int64_type (Results 1 – 4 of 4) sorted by relevance
/external/mesa3d/src/compiler/glsl/ |
D | ir_expression_operation.py | 83 int64_type = type("int64_t", "i64", "GLSL_TYPE_INT64") variable 88 all_types = (uint_type, int_type, float_type, double_type, uint64_type, int64_type, bool_type) 89 numeric_types = (uint_type, int_type, float_type, double_type, uint64_type, int64_type) 90 signed_numeric_types = (int_type, float_type, double_type, int64_type) 91 integer_types = (uint_type, int_type, uint64_type, int64_type) 474 …operation("bitcast_i642d", 1, source_types=(int64_type,), dest_type=double_type, c_expression="bit… 478 …operation("bitcast_d2i64", 1, source_types=(double_type,), dest_type=int64_type, c_expression="bit… 480 operation("i642i", 1, source_types=(int64_type,), dest_type=int_type, c_expression="{src0}"), 483 operation("i642u", 1, source_types=(int64_type,), dest_type=uint_type, c_expression="{src0}"), 485 …operation("i642b", 1, source_types=(int64_type,), dest_type=bool_type, c_expression="{src0} != 0"), [all …]
|
/external/tensorflow/tensorflow/compiler/xla/service/cpu/ |
D | ir_emitter.cc | 1181 llvm::Type* int64_type = b_.getInt64Ty(); in HandleConvolution() local 1185 {int8_ptr_type, ir_ptr_type, ir_ptr_type, ir_ptr_type, int64_type, in HandleConvolution() 1186 int64_type, int64_type, int64_type, int64_type, int64_type, in HandleConvolution() 1187 int64_type, int64_type, int64_type, int64_type, int64_type, in HandleConvolution() 1188 int64_type, int64_type, int64_type, int64_type, int64_type, in HandleConvolution() 1189 int64_type, int64_type, int64_type, int64_type}, in HandleConvolution() 1278 llvm::Type* int64_type = b_.getInt64Ty(); in HandleFft() local 1282 int64_type, int64_type, int64_type, int64_type}, in HandleFft()
|
D | dot_op_emitter.cc | 626 llvm::Type* int64_type = b_->getInt64Ty(); in EmitCallToRuntime() local 632 int64_type, int64_type, int64_type, int32_type, int32_type}, in EmitCallToRuntime()
|
/external/mesa3d/src/gallium/auxiliary/gallivm/ |
D | lp_bld_tgsi_soa.c | 3816 struct lp_type int64_type; in lp_build_tgsi_soa() local 3817 int64_type = lp_int_type(type); in lp_build_tgsi_soa() 3818 int64_type.width *= 2; in lp_build_tgsi_soa() 3819 lp_build_context_init(&bld.bld_base.int64_bld, gallivm, int64_type); in lp_build_tgsi_soa()
|