Home
last modified time | relevance | path

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

/external/llvm-project/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/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/llvm-project/clang-tools-extra/test/clang-tidy/checkers/
Dreadability-identifier-naming.cpp613 template<typename type_t>
614 auto GetRes(type_t& Param) -> decltype(Param.res());
/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/llvm-project/pstl/test/std/algorithms/alg.modifying.operations/
Dreplace.pass.cpp91 typename std::enable_if<std::is_same<T, copy_int>::value, bool>::type_t
/external/llvm-project/lldb/source/Plugins/LanguageRuntime/RenderScript/RenderScriptRuntime/
DRenderScriptRuntime.cpp61 template <typename type_t> class empirical_type {
67 bool get(type_t &out) const { in get()
74 const type_t *get() const { return valid ? &data : nullptr; } in get()
77 void set(const type_t in) { in set()
89 empirical_type<type_t> &operator=(const type_t in) { in operator =()
96 const type_t &operator*() const { in operator *()
103 type_t data;
/external/protobuf/php/ext/google/protobuf/
Dupb.h2701 #define FUNCS(name, membername, type_t, converter, proto_type) \ argument
2702 UPB_INLINE void upb_value_set ## name(upb_value *val, type_t cval) { \
2706 UPB_INLINE upb_value upb_value_ ## name(type_t val) { \
2711 UPB_INLINE type_t upb_value_get ## name(upb_value val) { \
2713 return (type_t)(converter)val.val; \
/external/libaom/libaom/
Dlibs.doxy_template238 # typedef struct type_s {} type_t, will appear in the documentation as a struct
239 # with name type_t. When disabled the typedef will appear as a member of a file,
/external/libvpx/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,
/external/protobuf/ruby/ext/google/protobuf_c/
Dupb.h916 #define FUNCS(name, membername, type_t, converter, proto_type) \
917 UPB_INLINE void upb_value_set ## name(upb_value *val, type_t cval) { \
921 UPB_INLINE upb_value upb_value_ ## name(type_t val) { \
926 UPB_INLINE type_t upb_value_get ## name(upb_value val) { \
928 return (type_t)(converter)val.val; \