| /openbsd-src/gnu/llvm/llvm/include/llvm/Target/ |
| H A D | GenericOpcodes.td | 41 let OutOperandList = (outs type0:$dst); 49 let OutOperandList = (outs type0:$dst); 63 let OutOperandList = (outs type0:$dst); 64 let InOperandList = (ins type0:$src, untyped_imm_0:$sz); 71 let OutOperandList = (outs type0:$dst); 80 let OutOperandList = (outs type0:$dst); 86 let OutOperandList = (outs type0:$dst); 92 let OutOperandList = (outs type0:$dst); 98 let OutOperandList = (outs type0:$dst); 104 let OutOperandList = (outs type0:$dst); [all …]
|
| H A D | Target.td | 978 def type0 : TypedOperand<"OPERAND_GENERIC_0">;
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/AArch64/ |
| H A D | AArch64InstrGISel.td | 23 let OutOperandList = (outs type0:$dst); 31 let OutOperandList = (outs type0:$dst); 32 let InOperandList = (ins type0:$src); 39 let OutOperandList = (outs type0:$dst); 40 let InOperandList = (ins type0:$src); 47 let OutOperandList = (outs type0:$dst); 48 let InOperandList = (ins type0:$src); 55 let OutOperandList = (outs type0:$dst); 56 let InOperandList = (ins type0:$v1, type0:$v2); 63 let OutOperandList = (outs type0:$dst); [all …]
|
| /openbsd-src/gnu/usr.bin/binutils/gdb/ |
| H A D | ada-lang.c | 3337 struct type *type0 = in possible_user_operator_p() local 3342 if (type0 == NULL) in possible_user_operator_p() 3354 return (!(numeric_type_p (type0) && numeric_type_p (type1))); in possible_user_operator_p() 3361 return (!(integer_type_p (type0) && integer_type_p (type1))); in possible_user_operator_p() 3369 return (!(scalar_type_p (type0) && scalar_type_p (type1))); in possible_user_operator_p() 3373 ((TYPE_CODE (type0) != TYPE_CODE_ARRAY in possible_user_operator_p() 3374 && (TYPE_CODE (type0) != TYPE_CODE_PTR in possible_user_operator_p() 3375 || TYPE_CODE (TYPE_TARGET_TYPE (type0)) != TYPE_CODE_ARRAY)) in possible_user_operator_p() 3382 return (!(numeric_type_p (type0) && integer_type_p (type1))); in possible_user_operator_p() 3388 return (!numeric_type_p (type0)); in possible_user_operator_p() [all …]
|
| H A D | ada-typeprint.c | 623 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-src/gnu/llvm/llvm/lib/Target/AMDGPU/ |
| H A D | SIInstructions.td | 3333 let OutOperandList = (outs type0:$dst); 3334 let InOperandList = (ins type0:$src); 3340 let OutOperandList = (outs type0:$dst); 3347 let OutOperandList = (outs type0:$dst); 3353 let OutOperandList = (outs type0:$dst); 3359 let OutOperandList = (outs type0:$dst); 3368 let OutOperandList = (outs type0:$dst); 3389 let InOperandList = (ins type0:$vdata, type1:$rsrc, type2:$vindex, type2:$voffset, 3398 let InOperandList = (ins type0:$vdata, type1:$rsrc, type2:$vindex, type2:$voffset, 3415 let OutOperandList = (outs type0:$dst); [all …]
|
| /openbsd-src/gnu/gcc/gcc/ |
| H A D | ipa-type-escape.c | 1204 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 D | c-typeck.c | 7811 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() 7891 = targetm.invalid_binary_op (code, type0, type1))) in build_binary_op() 7897 objc_ok = objc_compare_types (type0, type1, -3, NULL_TREE); in build_binary_op() 7915 && comp_target_types (type0, type1)) in build_binary_op() 8028 if (compare_tree_int (op1, TYPE_PRECISION (type0)) >= 0) in build_binary_op() 8034 result_type = type0; in build_binary_op() 8052 else if (compare_tree_int (op1, TYPE_PRECISION (type0)) >= 0) in build_binary_op() 8057 result_type = type0; in build_binary_op() [all …]
|
| H A D | builtins.c | 8800 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-src/gnu/gcc/gcc/cp/ |
| H A D | typeck.c | 2966 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() 3078 = targetm.invalid_binary_op (code, type0, type1))) in build_binary_op() 3090 && same_type_ignoring_top_level_qualifiers_p (TREE_TYPE (type0), in build_binary_op() 3092 return pointer_diff (op0, op1, common_type (type0, type1)); in build_binary_op() 3208 result_type = type0; in build_binary_op() 3217 if (compare_tree_int (op1, TYPE_PRECISION (type0)) >= 0) in build_binary_op() 3233 result_type = type0; in build_binary_op() 3238 else if (compare_tree_int (op1, TYPE_PRECISION (type0)) >= 0) in build_binary_op() [all …]
|
| H A D | ChangeLog-1995 | 2392 * typeck.c (build_binary_op_nodefault, comparison ops): Update type0
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/cp/ |
| H A D | typeck.c | 2984 tree type0, type1; local 3075 type0 = TREE_TYPE (op0); 3080 code0 = TREE_CODE (type0); 3105 && comp_target_types (type0, type1, 1)) 3106 return pointer_diff (op0, op1, common_type (type0, type1)); 3193 result_type = type0; 3202 if (compare_tree_int (op1, TYPE_PRECISION (type0)) >= 0) 3218 result_type = type0; 3223 else if (compare_tree_int (op1, TYPE_PRECISION (type0)) >= 0) 3239 result_type = type0; [all …]
|
| H A D | ChangeLog.1 | 2041 * typeck.c (build_binary_op_nodefault, comparison ops): Update type0
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/ |
| H A D | c-typeck.c | 1889 tree type0, type1; local 1946 type0 = TREE_TYPE (op0); 1951 code0 = TREE_CODE (type0); 1980 && comp_target_types (type0, type1, 1)) 2087 if (compare_tree_int (op1, TYPE_PRECISION (type0)) >= 0) 2093 result_type = type0; 2111 else if (compare_tree_int (op1, TYPE_PRECISION (type0)) >= 0) 2116 result_type = type0; 2134 else if (compare_tree_int (op1, TYPE_PRECISION (type0)) >= 0) 2139 result_type = type0; [all …]
|
| /openbsd-src/gnu/llvm/llvm/docs/GlobalISel/ |
| H A D | Legalizer.rst | 82 * The type of each type index (see ``type0``, ``type1``, etc.)
|