Home
last modified time | relevance | path

Searched refs:addtype (Results 1 – 6 of 6) sorted by relevance

/netbsd-src/external/bsd/pcc/dist/pcc/cc/ccom/
H A Dstabs.c87 struct stabtype *addtype(TWORD, union dimfun *, struct attr *);
105 #define ADDTYPE(y) addtype(y, NULL, 0) in stabs_init()
146 addtype(TWORD t, union dimfun *df, struct attr *ap) in addtype() function
304 st = addtype(t, df, ap); in printtype()
/netbsd-src/external/bsd/pcc/dist/pcc/cc/cxxcom/
H A Dstabs.c87 struct stabtype *addtype(TWORD, union dimfun *, struct attr *);
105 #define ADDTYPE(y) addtype(y, NULL, 0) in stabs_init()
146 addtype(TWORD t, union dimfun *df, struct attr *ap) in addtype() function
305 st = addtype(t, df, ap); in printtype()
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Domp-simd-clone.cc1121 tree addtype, basic_block entry_bb) in simd_clone_linear_addend() argument
1130 return build_int_cst (addtype, node->simdclone->args[i].linear_step); in simd_clone_linear_addend()
1164 if (!useless_type_conversion_p (addtype, TREE_TYPE (ret))) in simd_clone_linear_addend()
1166 g = gimple_build_assign (make_ssa_name (addtype), NOP_EXPR, ret); in simd_clone_linear_addend()
1175 g = gimple_build_assign (make_ssa_name (addtype), MULT_EXPR, in simd_clone_linear_addend()
1176 ret, fold_convert (addtype, size)); in simd_clone_linear_addend()
1545 tree addtype = INTEGRAL_TYPE_P (TREE_TYPE (orig_arg)) in simd_clone_adjust() local
1547 tree addcst = simd_clone_linear_addend (node, i, addtype, in simd_clone_adjust()
1616 tree addtype = INTEGRAL_TYPE_P (TREE_TYPE (iter3)) in simd_clone_adjust() local
1618 tree addcst = simd_clone_linear_addend (node, i, addtype, in simd_clone_adjust()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Domp-simd-clone.c1111 tree addtype, basic_block entry_bb) in simd_clone_linear_addend() argument
1120 return build_int_cst (addtype, node->simdclone->args[i].linear_step); in simd_clone_linear_addend()
1154 if (!useless_type_conversion_p (addtype, TREE_TYPE (ret))) in simd_clone_linear_addend()
1156 g = gimple_build_assign (make_ssa_name (addtype), NOP_EXPR, ret); in simd_clone_linear_addend()
1165 g = gimple_build_assign (make_ssa_name (addtype), MULT_EXPR, in simd_clone_linear_addend()
1166 ret, fold_convert (addtype, size)); in simd_clone_linear_addend()
1533 tree addtype = INTEGRAL_TYPE_P (TREE_TYPE (orig_arg)) in simd_clone_adjust() local
1535 tree addcst = simd_clone_linear_addend (node, i, addtype, in simd_clone_adjust()
1604 tree addtype = INTEGRAL_TYPE_P (TREE_TYPE (iter3)) in simd_clone_adjust() local
1606 tree addcst = simd_clone_linear_addend (node, i, addtype, in simd_clone_adjust()
/netbsd-src/lib/libc/time/
H A Dzic.c184 static int addtype(zic_t, char const *, bool, bool, bool);
2632 type = addtype(utoffs[mrudst], in writezone()
2643 type = addtype(utoffs[mrustd], in writezone()
3231 unspecifiedtype = addtype(0, "-00", false, false, false); in outzone()
3252 type = addtype(oadd(zp->z_stdoff, save), in outzone()
3392 type = addtype(offset, ab, rp->r_isdst, in outzone()
3416 int type = addtype(startoff, startbuf, isdst, in outzone()
3510 addtype(zic_t utoff, char const *abbr, bool isdst, bool ttisstd, bool ttisut) in leapadd()
3453 addtype(zic_t utoff, char const *abbr, bool isdst, bool ttisstd, bool ttisut) addtype() function
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/
H A DAArch64InstrFormats.td2170 RegisterClass addtype, string asm,
2172 : I<(outs addtype:$Rd), (ins multype:$Rn, multype:$Rm, addtype:$Ra),