/third_party/ltp/tools/sparse/sparse-src/ |
D | sparse.c | 120 struct symbol *orig_type = insn->orig_type; in check_cast_instruction() local 121 if (orig_type) { in check_cast_instruction() 122 int old = orig_type->bit_size; in check_cast_instruction() 124 int oldsigned = (orig_type->ctype.modifiers & MOD_SIGNED) != 0; in check_cast_instruction()
|
D | simplify.c | 452 if (def->orig_type->bit_size != osize) in is_same_op() 615 if (src && src->opcode == OP_ZEXT && src->orig_type) { in operand_size() 616 unsigned int orig_size = src->orig_type->bit_size; in operand_size() 1138 if (value && (def->orig_type->bit_size == 1)) in simplify_seteq_setne() 1148 insn->itype = def->orig_type; in simplify_seteq_setne() 1162 def->type = def->orig_type; in simplify_seteq_setne() 1386 osize = def->orig_type->bit_size; in simplify_compare_constant() 1388 insn->itype = def->orig_type; in simplify_compare_constant() 1395 insn->itype = def->orig_type; in simplify_compare_constant() 1402 insn->itype = def->orig_type; in simplify_compare_constant() [all …]
|
D | cse.c | 99 if (!insn->orig_type || insn->orig_type->bit_size < 0) in cse_collect() 104 hash += hashval(insn->orig_type->bit_size); in cse_collect() 254 size1 = i1->orig_type->bit_size; in insn_compare() 255 size2 = i2->orig_type->bit_size; in insn_compare()
|
D | linearize.h | 122 struct symbol *orig_type; /* casts */ member
|
D | example.c | 1029 unsigned int old = insn->orig_type ? insn->orig_type->bit_size : 0; in generate_cast() 1043 if (insn->orig_type && (insn->orig_type->ctype.modifiers & MOD_SIGNED)) { in generate_cast()
|
D | sparse-llvm.c | 843 struct symbol *otype = insn->orig_type; in output_op_ptrcast() 881 struct symbol *otype = insn->orig_type; in output_op_cast() 915 struct symbol *otype = insn->orig_type; in output_op_fpcast()
|
D | linearize.c | 453 type_size(insn->orig_type), in show_instruction() 469 …buf += sprintf(buf, "%s <- (%d) %s, %d", show_pseudo(insn->target), type_size(insn->orig_type), sh… in show_instruction() 1185 new->def->orig_type = from; in add_cast() 1197 insn->orig_type = expr->base->ctype; in linearize_slice() 1402 insn->orig_type = from; in cast_pseudo()
|
/third_party/boost/boost/graph/ |
D | reverse_graph.hpp | 482 typename property_map< BidirGraph, Property >::type >::type orig_type; typedef 486 detail::reverse_graph_edge_property_map< orig_type >, orig_type >::type
|
/third_party/gettext/libtextstyle/gnulib-local/lib/ |
D | term-ostream.oo.c | 977 # define BITFIELD_TYPE(orig_type,integer_type) orig_type argument 979 # define BITFIELD_TYPE(orig_type,integer_type) integer_type argument
|
/third_party/mesa3d/src/compiler/glsl/ |
D | ast_to_hir.cpp | 1407 const struct glsl_type *type, *orig_type; in do_hir() local 1700 orig_type = op[0]->type; in do_hir() 1714 if (type != orig_type) { in do_hir() 1717 "%s to %s", type->name, orig_type->name); in do_hir() 1752 orig_type = op[0]->type; in do_hir() 1755 if (type != orig_type) { in do_hir() 1758 "%s to %s", type->name, orig_type->name); in do_hir() 1819 orig_type = op[0]->type; in do_hir() 1822 if (type != orig_type) { in do_hir() 1825 "%s to %s", type->name, orig_type->name); in do_hir()
|
D | builtin_functions.cpp | 5995 builtin_builder::_transpose(builtin_available_predicate avail, const glsl_type *orig_type) in _transpose() argument 5998 glsl_type::get_instance(orig_type->base_type, in _transpose() 5999 orig_type->matrix_columns, in _transpose() 6000 orig_type->vector_elements); in _transpose() 6002 ir_variable *m = in_var(orig_type, "m"); in _transpose() 6006 for (int i = 0; i < orig_type->matrix_columns; i++) { in _transpose() 6007 for (int j = 0; j < orig_type->vector_elements; j++) { in _transpose()
|
/third_party/python/Lib/urllib/ |
D | request.py | 807 orig_type = req.type 810 proxy_type = orig_type 822 if orig_type == proxy_type or orig_type == 'https':
|
/third_party/f2fs-tools/fsck/ |
D | f2fs.h | 144 unsigned char orig_type; /* segment type like CURSEG_XXX_TYPE */ member
|
D | fsck.c | 2432 if (se->orig_type != se->type) { in check_sit_types() 2433 if (se->orig_type == CURSEG_COLD_DATA && in check_sit_types() 2435 se->type = se->orig_type; in check_sit_types() 2438 i, se->orig_type, se->type); in check_sit_types()
|
D | mount.c | 2048 se->orig_type = GET_SIT_TYPE(raw_sit); in __seg_info_from_raw_sit()
|
/third_party/ltp/tools/sparse/sparse-src/Documentation/ |
D | IR.rst | 265 * .orig_type: type of .src
|
/third_party/ltp/scripts/ |
D | checkpatch.pl | 194 my $orig_type = $type; 206 if ($verbose && exists($verbose_messages{$orig_type})) { 207 my $message = $verbose_messages{$orig_type};
|
/third_party/mindspore/mindspore/ops/operations/ |
D | _grad_ops.py | 1668 def infer_dtype(self, dout_dtype, orig_type): argument 1669 return orig_type
|