/openbsd/gnu/llvm/llvm/include/llvm/Target/ |
H A D | GenericOpcodes.td | 247 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 D | Target.td | 978 def type0 : TypedOperand<"OPERAND_GENERIC_0">;
|
/openbsd/gnu/llvm/llvm/lib/Target/AArch64/ |
H A D | AArch64InstrGISel.td | 32 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 D | ada-lang.c | 3342 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 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/gnu/llvm/llvm/lib/Target/AMDGPU/ |
H A D | SIInstructions.td | 3333 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 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() 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 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/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() 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 D | ChangeLog-1995 | 2392 * typeck.c (build_binary_op_nodefault, comparison ops): Update type0
|
/openbsd/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); 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 D | ChangeLog.1 | 2041 * typeck.c (build_binary_op_nodefault, comparison ops): Update type0
|
/openbsd/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); 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 D | Legalizer.rst | 82 * The type of each type index (see ``type0``, ``type1``, etc.)
|