Home
last modified time | relevance | path

Searched refs:type_t (Results 1 – 22 of 22) sorted by relevance

/external/llvm/test/CodeGen/Hexagon/
Dstore-widen-aliased-load.ll8 %struct.type_t = type { i8, i8, [2 x i8] }
10 define zeroext i8 @foo(%struct.type_t* nocapture %p) nounwind {
12 %a = getelementptr inbounds %struct.type_t, %struct.type_t* %p, i32 0, i32 0
14 %b = getelementptr inbounds %struct.type_t, %struct.type_t* %p, i32 0, i32 1
/external/tensorflow/tensorflow/java/src/gen/cc/
Dsource_writer_test.cc360 Type type_t = Type::Generic("T"); in TEST() local
361 clazz.add_parameter(type_t); in TEST()
366 clazz.add_supertype(Type::Class("SuperTest").add_parameter(type_t)); in TEST()
380 Type type_t = Type::Generic("T").add_supertype(Type::Class("Number")); in TEST() local
381 clazz.add_parameter(type_t); in TEST()
384 Variable field3 = Variable::Create("field3", type_t); in TEST()
427 Type type_t = Type::Generic("T").add_supertype(Type::Class("Number")); in TEST() local
428 clazz.add_parameter(type_t); in TEST()
430 inner_class.add_parameter(type_t); in TEST()
552 Type type_t = Type::Generic("T").add_supertype(Type::Class("Number")); in TEST() local
[all …]
/external/eigen/bench/
Danalyze-blocking-sizes.cpp76 enum class type_t { enum
84 type_t type;
88 , type(type_t::unknown) in inputfile_t()
99 if (type != type_t::unknown) { in inputfile_t()
103 type = type_t::all_pot_sizes; in inputfile_t()
107 if (type != type_t::unknown) { in inputfile_t()
111 type = type_t::default_sizes; in inputfile_t()
116 if (type == type_t::unknown) { in inputfile_t()
120 case type_t::all_pot_sizes: { in inputfile_t()
149 case type_t::default_sizes: { in inputfile_t()
[all …]
/external/mesa3d/src/freedreno/ir3/
Dir3.h249 type_t src_type, dst_type;
264 type_t type;
267 type_t type;
731 type_t src_type = instr->cat1.src_type; in is_const_mov()
732 type_t dst_type = instr->cat1.dst_type; in is_const_mov()
975 static inline type_t half_type(type_t type) in half_type()
991 static inline type_t full_type(type_t type) in full_type()
1373 create_immed_typed(struct ir3_block *block, uint32_t val, type_t type) in create_immed_typed()
1394 create_uniform_typed(struct ir3_block *block, unsigned n, type_t type) in create_uniform_typed()
1415 create_uniform_indirect(struct ir3_block *block, int n, type_t type, in create_uniform_indirect()
[all …]
Dir3_context.h209 static inline type_t utype_for_size(unsigned bit_size) in utype_for_size()
219 static inline type_t utype_src(nir_src src) in utype_src()
222 static inline type_t utype_dst(nir_dest dst) in utype_dst()
Dir3_image.h40 type_t ir3_get_type_for_image_intrinsic(const nir_intrinsic_instr *instr);
Dinstr-a3xx.h279 } type_t; typedef
281 static inline uint32_t type_size(type_t type) in type_size()
301 static inline int type_float(type_t type) in type_float()
306 static inline int type_uint(type_t type) in type_uint()
311 static inline int type_sint(type_t type) in type_sint()
Dir3_image.c111 type_t
Dir3_compiler_nir.c116 type_t src_type, dst_type; in create_cov()
267 type_t dst_type = nir_dest_bit_size(alu->dest.dest) == 16 ? in emit_alu()
996 type_t type = TYPE_U32; in emit_intrinsic_atomic_shared()
1134 type_t type, unsigned wrmask, struct ir3_instruction *src0, in emit_sam()
1164 type_t type = ir3_get_type_for_image_intrinsic(intr); in emit_intrinsic_load_image()
1199 type_t dst_type = nir_dest_bit_size(intr->dest) == 16 ? in emit_intrinsic_image_size_tex()
1977 type_t type = (undef->def.bit_size == 16) ? TYPE_U16 : TYPE_U32; in emit_undef()
1990 static type_t
1993 type_t type; in get_tex_dest_type()
2183 type_t type; in emit_tex()
[all …]
Dir3_print.c51 type_name(type_t type) in type_name()
Dir3_a4xx.c128 type_t type = TYPE_U32; in emit_intrinsic_atomic_ssbo()
Dir3_a6xx.c112 type_t type = TYPE_U32; in emit_intrinsic_atomic_ssbo()
Dir3_parser.y97 static type_t parse_type(const char **type) in parse_type()
228 type_t type;
Dir3_context.c341 type_t type = (flags & IR3_REG_HALF) ? TYPE_U16 : TYPE_U32; in ir3_create_collect()
/external/rust/crates/grpcio-sys/grpc/third_party/upb/upb/
Dtable.int.h85 #define FUNCS(name, membername, type_t, converter, proto_type) \ argument
86 UPB_INLINE void upb_value_set ## name(upb_value *val, type_t cval) { \
89 UPB_INLINE upb_value upb_value_ ## name(type_t val) { \
94 UPB_INLINE type_t upb_value_get ## name(upb_value val) { \
95 return (type_t)(converter)val.val; \
/external/rust/crates/grpcio-sys/grpc/third_party/upb/tests/
Dtest_table.cc30 #define FUNCS(name, type_t, enumval) \ argument
31 template<> upb_value MakeUpbValue<type_t>(type_t val) { return upb_value_ ## name(val); } \
32 template<> type_t GetUpbValue<type_t>(upb_value val) { return upb_value_get ## name(val); } \
33 template<> upb_ctype_t GetUpbValueType<type_t>() { return enumval; }
/external/v4l2_codec2/tests/c2_comp_intf/
DC2CompIntfTest.cpp16 void dumpType(const C2FieldDescriptor::type_t type) { in dumpType()
/external/cronet/third_party/protobuf/php/ext/google/protobuf/
Dphp-upb.h809 #define FUNCS(name, membername, type_t, converter, proto_type) \ argument
810 UPB_INLINE void upb_value_set##name(upb_value* val, type_t cval) { \
813 UPB_INLINE upb_value upb_value_##name(type_t val) { \
818 UPB_INLINE type_t upb_value_get##name(upb_value val) { \
819 return (type_t)(converter)val.val; \
/external/protobuf/php/ext/google/protobuf/
Dphp-upb.h809 #define FUNCS(name, membername, type_t, converter, proto_type) \ argument
810 UPB_INLINE void upb_value_set##name(upb_value* val, type_t cval) { \
813 UPB_INLINE upb_value upb_value_##name(type_t val) { \
818 UPB_INLINE type_t upb_value_get##name(upb_value val) { \
819 return (type_t)(converter)val.val; \
/external/protobuf/ruby/ext/google/protobuf_c/
Druby-upb.h843 #define FUNCS(name, membername, type_t, converter, proto_type) \ argument
844 UPB_INLINE void upb_value_set##name(upb_value* val, type_t cval) { \
847 UPB_INLINE upb_value upb_value_##name(type_t val) { \
852 UPB_INLINE type_t upb_value_get##name(upb_value val) { \
853 return (type_t)(converter)val.val; \
/external/cronet/third_party/protobuf/ruby/ext/google/protobuf_c/
Druby-upb.h843 #define FUNCS(name, membername, type_t, converter, proto_type) \ argument
844 UPB_INLINE void upb_value_set##name(upb_value* val, type_t cval) { \
847 UPB_INLINE upb_value upb_value_##name(type_t val) { \
852 UPB_INLINE type_t upb_value_get##name(upb_value val) { \
853 return (type_t)(converter)val.val; \
/external/libvpx/
Dlibs.doxy_template239 # typedef struct type_s {} type_t, will appear in the documentation as a struct
240 # with name type_t. When disabled the typedef will appear as a member of a file,