Home
last modified time | relevance | path

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

12

/external/v8/src/compiler/
Dtype-narrowing-reducer.cc25 Type new_type = Type::Any(); in Reduce() local
36 new_type = op_typer_.singleton_true(); in Reduce()
38 new_type = op_typer_.singleton_false(); in Reduce()
45 new_type = op_typer_.TypeTypeGuard( in Reduce()
52 new_type = op_typer_.Name(NodeProperties::GetType(node->InputAt(0)), \ in Reduce()
62 new_type = op_typer_.Name(NodeProperties::GetType(node->InputAt(0))); \ in Reduce()
74 Type restricted = Type::Intersect(new_type, original_type, zone()); in Reduce()
Dsimplified-lowering.cc420 Type new_type = type; in UpdateFeedbackType() local
436 new_type = op_typer_.Name(FeedbackTypeOf(node->InputAt(0)), \ in UpdateFeedbackType()
446 new_type = \ in UpdateFeedbackType()
457 new_type = op_typer_.Name(FeedbackTypeOf(node->InputAt(0))); \ in UpdateFeedbackType()
465 new_type = \ in UpdateFeedbackType()
474 new_type = op_typer_.ConvertReceiver(FeedbackTypeOf(node->InputAt(0))); in UpdateFeedbackType()
478 new_type = op_typer_.ToNumber(FeedbackTypeOf(node->InputAt(0))); in UpdateFeedbackType()
482 new_type = Type::Intersect( in UpdateFeedbackType()
488 new_type = Type::Intersect( in UpdateFeedbackType()
494 new_type = TypePhi(node); in UpdateFeedbackType()
[all …]
/external/e2fsprogs/lib/blkid/
Ddev.c132 char *new_type, *new_value; in blkid_dev_set_search() local
137 new_type = malloc(strlen(search_type)+1); in blkid_dev_set_search()
139 if (!new_type || !new_value) { in blkid_dev_set_search()
140 free(new_type); in blkid_dev_set_search()
144 strcpy(new_type, search_type); in blkid_dev_set_search()
148 iter->search_type = new_type; in blkid_dev_set_search()
/external/selinux/libsepol/src/
Dlink.c441 type_datum_t *type, *base_type, *new_type = NULL; in type_copy_callback() local
480 if ((new_type = in type_copy_callback()
481 (type_datum_t *) calloc(1, sizeof(*new_type))) == NULL) { in type_copy_callback()
484 new_type->primary = type->primary; in type_copy_callback()
485 new_type->flags = type->flags; in type_copy_callback()
486 new_type->flavor = type->flavor; in type_copy_callback()
490 new_type->s.value = state->base->p_types.nprim + 1; in type_copy_callback()
494 (hashtab_datum_t) new_type); in type_copy_callback()
499 base_type = new_type; in type_copy_callback()
504 if ((new_type = calloc(1, sizeof(*new_type))) == NULL) { in type_copy_callback()
[all …]
Dexpand.c81 type_datum_t *type, *new_type; in type_copy_callback() local
107 new_type = (type_datum_t *) malloc(sizeof(type_datum_t)); in type_copy_callback()
108 if (!new_type) { in type_copy_callback()
113 memset(new_type, 0, sizeof(type_datum_t)); in type_copy_callback()
115 new_type->flavor = type->flavor; in type_copy_callback()
116 new_type->flags = type->flags; in type_copy_callback()
117 new_type->s.value = ++state->out->p_types.nprim; in type_copy_callback()
118 if (new_type->s.value > UINT16_MAX) { in type_copy_callback()
120 free(new_type); in type_copy_callback()
124 new_type->primary = 1; in type_copy_callback()
[all …]
/external/deqp/external/vulkancts/scripts/
Dgen_framework_c.py62 for old_type, new_type in TYPE_SUBSTITUTIONS:
63 dst = dst.replace(old_type, new_type)
/external/perfetto/src/traced/probes/ftrace/test/data/android_flounder_lte_LRX16F_3.10.40/events/mac80211/drv_change_interface/
Dformat14 field:u32 new_type; offset:64; size:4; signed:0;
17 …_name, __get_str(vif_name), REC->vif_type, REC->p2p ? "/p2p" : "", REC->new_type, REC->new_p2p ? "…
/external/mesa3d/src/compiler/glsl/
Dopt_rebalance_tree.cpp290 const glsl_type *const new_type = in update_types() local
295 assert(new_type != glsl_type::error_type); in update_types()
296 expr->type = new_type; in update_types()
Dlink_uniform_blocks.cpp325 const glsl_type *new_type = in resize_block_array() local
328 ub_array->ir->array->type = new_type; in resize_block_array()
329 return new_type; in resize_block_array()
/external/swiftshader/third_party/SPIRV-Tools/source/opt/
Dtype_manager.cpp877 void TypeManager::ReplaceType(Type* new_type, Type* original_type) { in ReplaceType() argument
878 assert(original_type->kind() == new_type->kind() && in ReplaceType()
890 type->AsArray()->ReplaceElementType(new_type); in ReplaceType()
896 type->AsRuntimeArray()->ReplaceElementType(new_type); in ReplaceType()
903 member_type = new_type; in ReplaceType()
910 type->AsPointer()->SetPointeeType(new_type); in ReplaceType()
917 func_type->SetReturnType(new_type); in ReplaceType()
923 param_type = new_type; in ReplaceType()
Dconst_folding_rules.cpp203 const analysis::Type* new_type = type_mgr->GetType(inst->type_id()); in FoldCompositeWithConstants() local
228 return const_mgr->GetConstant(new_type, ids); in FoldCompositeWithConstants()
536 const analysis::Type* new_type = type_mgr->GetType(inst->type_id()); in FoldOpDotWithConstants() local
537 assert(new_type->AsFloat() && "OpDot should have a float return type."); in FoldOpDotWithConstants()
538 const analysis::Float* float_type = new_type->AsFloat(); in FoldOpDotWithConstants()
591 new_type, a_components[i], b_components[i], const_mgr); in FoldOpDotWithConstants()
593 FOLD_FPARITH_OP(+)(new_type, result_const, component, const_mgr); in FoldOpDotWithConstants()
Dcopy_prop_arrays.cpp542 const analysis::Type* new_type = in CanUpdateUses() local
544 uint32_t new_type_id = type_mgr->GetTypeInstruction(new_type); in CanUpdateUses()
722 analysis::Type* new_type = type_mgr->GetType(new_type_id); in GenerateCopy() local
728 analysis::Array* new_array_type = new_type->AsArray(); in GenerateCopy()
749 analysis::Struct* new_struct_type = new_type->AsStruct(); in GenerateCopy()
Dtype_manager.h199 void ReplaceType(Type* new_type, Type* original_type);
/external/deqp-deps/SPIRV-Tools/source/opt/
Dtype_manager.cpp874 void TypeManager::ReplaceType(Type* new_type, Type* original_type) { in ReplaceType() argument
875 assert(original_type->kind() == new_type->kind() && in ReplaceType()
887 type->AsArray()->ReplaceElementType(new_type); in ReplaceType()
893 type->AsRuntimeArray()->ReplaceElementType(new_type); in ReplaceType()
900 member_type = new_type; in ReplaceType()
907 type->AsPointer()->SetPointeeType(new_type); in ReplaceType()
914 func_type->SetReturnType(new_type); in ReplaceType()
920 param_type = new_type; in ReplaceType()
Dconst_folding_rules.cpp203 const analysis::Type* new_type = type_mgr->GetType(inst->type_id()); in FoldCompositeWithConstants() local
228 return const_mgr->GetConstant(new_type, ids); in FoldCompositeWithConstants()
536 const analysis::Type* new_type = type_mgr->GetType(inst->type_id()); in FoldOpDotWithConstants() local
537 assert(new_type->AsFloat() && "OpDot should have a float return type."); in FoldOpDotWithConstants()
538 const analysis::Float* float_type = new_type->AsFloat(); in FoldOpDotWithConstants()
591 new_type, a_components[i], b_components[i], const_mgr); in FoldOpDotWithConstants()
593 FOLD_FPARITH_OP(+)(new_type, result_const, component, const_mgr); in FoldOpDotWithConstants()
Dcopy_prop_arrays.cpp542 const analysis::Type* new_type = in CanUpdateUses() local
544 uint32_t new_type_id = type_mgr->GetTypeInstruction(new_type); in CanUpdateUses()
722 analysis::Type* new_type = type_mgr->GetType(new_type_id); in GenerateCopy() local
728 analysis::Array* new_array_type = new_type->AsArray(); in GenerateCopy()
749 analysis::Struct* new_struct_type = new_type->AsStruct(); in GenerateCopy()
Dtype_manager.h199 void ReplaceType(Type* new_type, Type* original_type);
/external/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_conv.c912 struct lp_type new_type; in lp_build_conv() local
914 new_type = tmp_type; in lp_build_conv()
915 new_type.sign = dst_type.sign; in lp_build_conv()
916 new_type.width = dst_type.width; in lp_build_conv()
917 new_type.length = dst_type.length; in lp_build_conv()
923 lp_build_resize(gallivm, tmp_type, new_type, tmp, num_srcs, tmp, num_dsts); in lp_build_conv()
925 tmp_type = new_type; in lp_build_conv()
/external/v8/src/torque/
Ddeclarations.cc51 const char* new_type) { in CheckAlreadyDeclared() argument
54 s << "cannot redeclare " << name << " (type " << new_type << ")"; in CheckAlreadyDeclared()
232 const StructType* new_type = TypeOracle::GetStructType(module, name, fields); in DeclareStruct() local
233 DeclareType(name, new_type); in DeclareStruct()
Dscope.h49 const char* new_type);
Dtypes.h355 void SetType(const Type* new_type) { type_ = new_type; } in SetType() argument
/external/libchrome/base/metrics/
Dpersistent_memory_allocator.h567 void Delete(T* obj, uint32_t new_type) { in Delete() argument
580 bool success = ChangeType(ref, new_type, kTypeIdTransitioning, false); in Delete()
/external/googletest/googlemock/scripts/generator/cpp/
Dast.py1214 new_type = ctor(token.start, token.end, name, fields,
1219 return new_type
1220 name = new_type
1386 new_type = tokens
1388 new_type = self.converter.ToType(tokens)[0]
1390 new_type, self.namespace_stack)
/external/google-breakpad/src/testing/scripts/generator/cpp/
Dast.py1204 new_type = ctor(token.start, token.end, name, fields,
1209 return new_type
1210 name = new_type
1373 new_type = tokens
1375 new_type = self.converter.ToType(tokens)[0]
1377 new_type, self.namespace_stack)
/external/python/cpython3/Lib/
Dtyping.py1433 def new_type(x): function
1436 new_type.__name__ = name
1437 new_type.__supertype__ = tp
1438 return new_type

12