Home
last modified time | relevance | path

Searched refs:type0 (Results 1 – 15 of 15) sorted by relevance

/openbsd/gnu/llvm/llvm/include/llvm/Target/
H A DGenericOpcodes.td247 let InOperandList = (ins type0:$src1, type0:$src2);
255 let InOperandList = (ins type0:$src1, type0:$src2);
263 let InOperandList = (ins type0:$src1, type0:$src2);
271 let InOperandList = (ins type0:$src1, type0:$src2);
279 let InOperandList = (ins type0:$src1, type0:$src2);
287 let InOperandList = (ins type0:$src1, type0:$src2);
295 let InOperandList = (ins type0:$src1, type0:$src2);
302 let OutOperandList = (outs type0:$div, type0:$rem);
303 let InOperandList = (ins type0:$src1, type0:$src2);
843 let InOperandList = (ins type0:$src1, type0:$src2, type0:$src3);
[all …]
H A DTarget.td978 def type0 : TypedOperand<"OPERAND_GENERIC_0">;
/openbsd/gnu/llvm/llvm/lib/Target/AArch64/
H A DAArch64InstrGISel.td32 let InOperandList = (ins type0:$src);
40 let InOperandList = (ins type0:$src);
48 let InOperandList = (ins type0:$src);
56 let InOperandList = (ins type0:$v1, type0:$v2);
64 let InOperandList = (ins type0:$v1, type0:$v2);
72 let InOperandList = (ins type0:$v1, type0:$v2);
80 let InOperandList = (ins type0:$v1, type0:$v2);
118 let InOperandList = (ins type0:$v1, type0:$v2);
126 let InOperandList = (ins type0:$v1, type0:$v2);
134 let InOperandList = (ins type0:$v1, type0:$v2, untyped_imm_0:$imm);
[all …]
/openbsd/gnu/usr.bin/binutils/gdb/
H A Dada-lang.c3342 if (type0 == NULL) in possible_user_operator_p()
3683 if (type0 == type1) in equiv_types()
5172 type = type0; in ada_variant_discrim_name()
6217 type = type0; in template_to_static_fixed_type()
6341 return type0; in to_fixed_record_type()
6357 return type0; in to_fixed_record_type()
6422 return type0; in to_fixed_array_type()
6516 if (type0 == NULL) in to_static_fixed_type()
6520 return type0; in to_static_fixed_type()
6522 type0 = ada_check_typedef (type0); in to_static_fixed_type()
[all …]
H A Dada-typeprint.c623 print_record_type (struct type *type0, struct ui_file *stream, int show, in print_record_type() argument
629 type = ada_find_parallel_type (type0, "___XVE"); in print_record_type()
631 type = type0; in print_record_type()
754 ada_print_type (struct type *type0, char *varstring, struct ui_file *stream, in ada_print_type() argument
757 struct type *type = ada_check_typedef (ada_get_base_type (type0)); in ada_print_type()
/openbsd/gnu/llvm/llvm/lib/Target/AMDGPU/
H A DSIInstructions.td3333 let OutOperandList = (outs type0:$dst);
3334 let InOperandList = (ins type0:$src);
3416 let InOperandList = (ins type0:$src0, type0:$src1);
3422 let InOperandList = (ins type0:$src0, type0:$src1);
3429 let InOperandList = (ins type0:$src0);
3436 let InOperandList = (ins type0:$src0, type0:$src1);
3442 let InOperandList = (ins type0:$src0, type0:$src1, type0:$src2);
3448 let InOperandList = (ins type0:$src0, type0:$src1, type0:$src2);
3454 let InOperandList = (ins type0:$src0, type0:$src1, type0:$src2);
3460 let InOperandList = (ins type0:$src);
[all …]
/openbsd/gnu/gcc/gcc/
H A Dipa-type-escape.c1204 tree type0 = get_canon_type (TREE_TYPE (op0), false, false); in scan_for_refs() local
1219 if (type0 && POINTER_TYPE_P (type0) in scan_for_refs()
1221 mark_interesting_type (type0, FULL_ESCAPE); in scan_for_refs()
1235 tree type0 = get_canon_type (TREE_TYPE (op0), false, false); in scan_for_refs() local
1239 if (type0 && (TREE_CODE (op0) == NEGATE_EXPR in scan_for_refs()
1241 && POINTER_TYPE_P (type0)) in scan_for_refs()
1243 mark_interesting_type (type0, FULL_ESCAPE); in scan_for_refs()
H A Dc-typeck.c7811 tree type0, type1; in build_binary_op() local
7872 type0 = TREE_TYPE (op0); in build_binary_op()
7877 code0 = TREE_CODE (type0); in build_binary_op()
7915 && comp_target_types (type0, type1)) in build_binary_op()
8034 result_type = type0; in build_binary_op()
8057 result_type = type0; in build_binary_op()
8082 tree tt0 = TREE_TYPE (type0); in build_binary_op()
8122 result_type = type0; in build_binary_op()
8137 result_type = type0; in build_binary_op()
8175 result_type = type0; in build_binary_op()
[all …]
H A Dbuiltins.c8800 tree type0, type1; in fold_builtin_unordered_cmp() local
8824 type0 = TREE_TYPE (arg0); in fold_builtin_unordered_cmp()
8827 code0 = TREE_CODE (type0); in fold_builtin_unordered_cmp()
8832 cmp_type = TYPE_PRECISION (type0) >= TYPE_PRECISION (type1) in fold_builtin_unordered_cmp()
8833 ? type0 : type1; in fold_builtin_unordered_cmp()
8835 cmp_type = type0; in fold_builtin_unordered_cmp()
/openbsd/gnu/gcc/gcc/cp/
H A Dtypeck.c2966 tree type0, type1; in build_binary_op() local
3063 type0 = TREE_TYPE (op0); in build_binary_op()
3068 code0 = TREE_CODE (type0); in build_binary_op()
3208 result_type = type0; in build_binary_op()
3233 result_type = type0; in build_binary_op()
3254 result_type = type0; in build_binary_op()
3293 result_type = type0; in build_binary_op()
3299 result_type = type0; in build_binary_op()
3366 type0)); in build_binary_op()
3399 result_type = type0; in build_binary_op()
[all …]
H A DChangeLog-19952392 * typeck.c (build_binary_op_nodefault, comparison ops): Update type0
/openbsd/gnu/usr.bin/gcc/gcc/cp/
H A Dtypeck.c2984 tree type0, type1; local
3075 type0 = TREE_TYPE (op0);
3080 code0 = TREE_CODE (type0);
3193 result_type = type0;
3218 result_type = type0;
3239 result_type = type0;
3271 result_type = type0;
3276 result_type = type0;
3293 && same_type_p (type0, type1))
3366 result_type = type0;
[all …]
H A DChangeLog.12041 * typeck.c (build_binary_op_nodefault, comparison ops): Update type0
/openbsd/gnu/usr.bin/gcc/gcc/
H A Dc-typeck.c1889 tree type0, type1; local
1946 type0 = TREE_TYPE (op0);
1951 code0 = TREE_CODE (type0);
2093 result_type = type0;
2116 result_type = type0;
2139 result_type = type0;
2163 tree tt0 = TREE_TYPE (type0);
2192 result_type = type0;
2198 result_type = type0;
2259 result_type = type0;
[all …]
/openbsd/gnu/llvm/llvm/docs/GlobalISel/
H A DLegalizer.rst82 * The type of each type index (see ``type0``, ``type1``, etc.)