/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 | ir_emitter.cc | 1244 llvm::Type* int64_type = b_.getInt64Ty(); in HandleConvolution() local 1248 {int8_ptr_type, ir_ptr_type, ir_ptr_type, ir_ptr_type, int64_type, in HandleConvolution() 1249 int64_type, int64_type, int64_type, int64_type, int64_type, in HandleConvolution() 1250 int64_type, int64_type, int64_type, int64_type, int64_type, in HandleConvolution() 1251 int64_type, int64_type, int64_type, int64_type, int64_type, in HandleConvolution() 1252 int64_type, int64_type, int64_type, int64_type}, in HandleConvolution() 1341 llvm::Type* int64_type = b_.getInt64Ty(); in HandleFft() local 1345 int64_type, int64_type, int64_type, int64_type}, in HandleFft() 1442 llvm::Type* int64_type = b_.getInt64Ty(); in HandleAllReduceMultipleReplica() local 1449 /*op_id=*/int64_type, in HandleAllReduceMultipleReplica()
|
D | dot_op_emitter.cc | 655 llvm::Type* int64_type = b_->getInt64Ty(); in EmitCallToRuntime() local 661 int64_type, int64_type, int64_type, int32_type, int32_type}, in EmitCallToRuntime()
|
/external/tensorflow/tensorflow/compiler/mlir/lite/transforms/ |
D | unroll_batch_matmul.cc | 100 Type int64_type = rewriter.getIntegerType(64); in sliceInput() local 106 auto vector3_type = RankedTensorType::get({3}, int64_type); in sliceInput()
|
/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()
|