Home
last modified time | relevance | path

Searched defs:lhs (Results 1 – 25 of 477) sorted by relevance

12345678910>>...20

/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dgimple-builder.cc52 build_assign (enum tree_code code, tree op1, int val, tree lhs) in build_assign()
61 build_assign (enum tree_code code, gimple *g, int val, tree lhs ) in build_assign()
76 build_assign (enum tree_code code, tree op1, tree op2, tree lhs) in build_assign()
84 build_assign (enum tree_code code, gimple *op1, tree op2, tree lhs) in build_assign()
90 build_assign (enum tree_code code, tree op1, gimple *op2, tree lhs) in build_assign()
96 build_assign (enum tree_code code, gimple *op1, gimple *op2, tree lhs) in build_assign()
107 build_type_cast (tree to_type, tree op, tree lhs) in build_type_cast()
115 build_type_cast (tree to_type, gimple *op, tree lhs) in build_type_cast()
H A Drange-op.cc468 get_bool_state (irange &r, const irange &lhs, tree val_type) in get_bool_state()
595 const irange &lhs, in op1_range()
626 const irange &lhs, in op2_range()
704 const irange &lhs, in op1_range()
736 const irange &lhs, in op2_range()
862 const irange &lhs, in op1_range()
884 const irange &lhs, in op2_range()
964 const irange &lhs, in op1_range()
986 const irange &lhs, in op2_range()
1066 const irange &lhs, const irange &op2, in op1_range()
[all …]
H A Dtree-stdarg.cc118 tree lhs, orig_lhs; in va_list_counter_bump() local
459 check_va_list_escapes (struct stdarg_info *si, tree lhs, tree rhs) in check_va_list_escapes()
533 tree lhs; in check_all_va_list_escapes() local
617 tree lhs = gimple_assign_lhs (stmt); in check_all_va_list_escapes() local
633 tree lhs = gimple_assign_lhs (stmt); in check_all_va_list_escapes() local
803 tree lhs, rhs; in optimize_va_list_gpr_fpr_size() local
1006 tree ap, aptype, expr, lhs, type; in expand_ifn_va_arg_1() local
H A Dinternal-fn.cc167 tree type, lhs, rhs; in expand_load_lanes_optab_fn() local
193 tree type, lhs, rhs; in expand_store_lanes_optab_fn() local
239 tree lhs = gimple_call_lhs (stmt); in expand_GOMP_SIMT_ENTER_ALLOC() local
275 tree lhs = gimple_call_lhs (stmt); in expand_GOMP_SIMT_LANE() local
299 tree lhs = gimple_call_lhs (stmt); in expand_GOMP_SIMT_LAST_LANE() local
320 tree lhs = gimple_call_lhs (stmt); in expand_GOMP_SIMT_ORDERED_PRED() local
342 tree lhs = gimple_call_lhs (stmt); in expand_GOMP_SIMT_VOTE_ANY() local
364 tree lhs = gimple_call_lhs (stmt); in expand_GOMP_SIMT_XCHG_BFLY() local
387 tree lhs = gimple_call_lhs (stmt); in expand_GOMP_SIMT_XCHG_IDX() local
736 expand_arith_set_overflow (tree lhs, rtx target) in expand_arith_set_overflow()
[all …]
H A Dtree-ssa-dom.cc382 edge_info::record_simple_equiv (tree lhs, tree rhs) in record_simple_equiv()
702 tree lhs = gimple_assign_lhs (assign_stmt); in simplify() local
1027 back_propagate_equivalences (tree lhs, edge e, in back_propagate_equivalences()
1126 tree lhs = seq->first; in record_temporary_equivalences() local
1184 tree lhs = gimple_phi_result (phi); in record_equivalences_from_phis() local
1382 tree lhs, preinc; in simple_iv_increment_p() local
1464 tree lhs = seq->first; in cprop_into_successor_phis() local
1717 tree lhs; in record_equivalences_from_stmt() local
1947 tree lhs, rhs; in test_for_singularity() local
2025 tree lhs = gimple_cond_lhs (stmt); in reduce_vector_comparison_to_scalar_comparison() local
[all …]
H A Dvalue-pointer-equiv.cc187 tree lhs = gimple_phi_result (phi); in enter() local
273 tree lhs = gimple_assign_lhs (stmt); in visit_stmt() local
306 tree lhs; in visit_edge() local
H A Dgimple-ssa-backprop.cc347 tree lhs = gimple_call_lhs (call); in process_builtin_call_use() local
413 tree lhs = gimple_assign_lhs (assign); in process_assign_use() local
634 tree lhs = gimple_get_lhs (gsi_stmt (gsi)); in process_block() local
767 backprop::optimize_builtin_call (gcall *call, tree lhs, const usage_info *info) in optimize_builtin_call()
788 backprop::replace_assign_rhs (gassign *assign, tree lhs, tree rhs1, in replace_assign_rhs()
808 backprop::optimize_assign (gassign *assign, tree lhs, const usage_info *info) in optimize_assign()
H A Dgimple-harden-conditionals.cc220 int flags, enum tree_code cop, tree lhs, tree rhs) in insert_check_and_trap()
274 enum tree_code cop, tree lhs, tree rhs) in insert_edge_check_and_trap()
337 tree lhs = gimple_cond_lhs (cond); in execute() local
462 tree lhs = gimple_assign_lhs (asgn); in execute() local
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dgimple-builder.c52 build_assign (enum tree_code code, tree op1, int val, tree lhs) in build_assign()
61 build_assign (enum tree_code code, gimple *g, int val, tree lhs ) in build_assign()
76 build_assign (enum tree_code code, tree op1, tree op2, tree lhs) in build_assign()
84 build_assign (enum tree_code code, gimple *op1, tree op2, tree lhs) in build_assign()
90 build_assign (enum tree_code code, tree op1, gimple *op2, tree lhs) in build_assign()
96 build_assign (enum tree_code code, gimple *op1, gimple *op2, tree lhs) in build_assign()
107 build_type_cast (tree to_type, tree op, tree lhs) in build_type_cast()
115 build_type_cast (tree to_type, gimple *op, tree lhs) in build_type_cast()
H A Dtree-stdarg.c118 tree lhs, orig_lhs; in va_list_counter_bump() local
459 check_va_list_escapes (struct stdarg_info *si, tree lhs, tree rhs) in check_va_list_escapes()
533 tree lhs; in check_all_va_list_escapes() local
617 tree lhs = gimple_assign_lhs (stmt); in check_all_va_list_escapes() local
633 tree lhs = gimple_assign_lhs (stmt); in check_all_va_list_escapes() local
803 tree lhs, rhs; in optimize_va_list_gpr_fpr_size() local
1006 tree ap, aptype, expr, lhs, type; in expand_ifn_va_arg_1() local
H A Drange-op.cc344 get_bool_state (value_range &r, const value_range &lhs, tree val_type) in get_bool_state()
415 const value_range &lhs, in op1_range()
445 const value_range &lhs, in op2_range()
500 const value_range &lhs, in op1_range()
531 const value_range &lhs, in op2_range()
619 const value_range &lhs, in op1_range()
640 const value_range &lhs, in op2_range()
696 const value_range &lhs, in op1_range()
717 const value_range &lhs, in op2_range()
772 const value_range &lhs, const value_range &op2) const in op1_range() argument
[all …]
H A Dgimple-ssa-backprop.c347 tree lhs = gimple_call_lhs (call); in process_builtin_call_use() local
413 tree lhs = gimple_assign_lhs (assign); in process_assign_use() local
634 tree lhs = gimple_get_lhs (gsi_stmt (gsi)); in process_block() local
768 backprop::optimize_builtin_call (gcall *call, tree lhs, const usage_info *info) in optimize_builtin_call()
789 backprop::replace_assign_rhs (gassign *assign, tree lhs, tree rhs1, in replace_assign_rhs()
809 backprop::optimize_assign (gassign *assign, tree lhs, const usage_info *info) in optimize_assign()
H A Dtree-ssa-dom.c382 edge_info::record_simple_equiv (tree lhs, tree rhs) in record_simple_equiv()
959 tree lhs = gimple_assign_lhs (assign_stmt); in simplify_stmt_for_jump_threading() local
996 back_propagate_equivalences (tree lhs, edge e, in back_propagate_equivalences()
1085 tree lhs = seq->first; in record_temporary_equivalences() local
1141 tree lhs = gimple_phi_result (phi); in record_equivalences_from_phis() local
1339 tree lhs, preinc; in simple_iv_increment_p() local
1421 tree lhs = seq->first; in cprop_into_successor_phis() local
1682 tree lhs; in record_equivalences_from_stmt() local
1907 tree lhs, rhs; in test_for_singularity() local
2086 tree lhs = gimple_cond_lhs (stmt); in optimize_stmt() local
[all …]
H A Dinternal-fn.c154 tree type, lhs, rhs; in expand_load_lanes_optab_fn() local
180 tree type, lhs, rhs; in expand_store_lanes_optab_fn() local
226 tree lhs = gimple_call_lhs (stmt); in expand_GOMP_SIMT_ENTER_ALLOC() local
260 tree lhs = gimple_call_lhs (stmt); in expand_GOMP_SIMT_LANE() local
284 tree lhs = gimple_call_lhs (stmt); in expand_GOMP_SIMT_LAST_LANE() local
303 tree lhs = gimple_call_lhs (stmt); in expand_GOMP_SIMT_ORDERED_PRED() local
323 tree lhs = gimple_call_lhs (stmt); in expand_GOMP_SIMT_VOTE_ANY() local
343 tree lhs = gimple_call_lhs (stmt); in expand_GOMP_SIMT_XCHG_BFLY() local
364 tree lhs = gimple_call_lhs (stmt); in expand_GOMP_SIMT_XCHG_IDX() local
595 expand_arith_set_overflow (tree lhs, rtx target) in expand_arith_set_overflow()
[all …]
/netbsd-src/external/mit/isl/dist/
H A Disl_test_int.c234 static void int_test_divexact(isl_int expected, isl_int lhs, isl_int rhs) in int_test_divexact()
272 static void int_test_mul(isl_int expected, isl_int lhs, isl_int rhs) in int_test_mul()
309 static void int_test_add(isl_int expected, isl_int lhs, isl_int rhs) in int_test_add()
320 static void int_test_sub(isl_int expected, isl_int lhs, isl_int rhs) in int_test_sub()
343 static void int_test_fdiv(isl_int expected, isl_int lhs, isl_int rhs) in int_test_fdiv()
362 static void int_test_cdiv(isl_int expected, isl_int lhs, isl_int rhs) in int_test_cdiv()
381 static void int_test_tdiv(isl_int expected, isl_int lhs, isl_int rhs) in int_test_tdiv()
392 static void int_test_fdiv_r(isl_int expected, isl_int lhs, isl_int rhs) in int_test_fdiv_r()
403 static void int_test_gcd(isl_int expected, isl_int lhs, isl_int rhs) in int_test_gcd()
417 static void int_test_lcm(isl_int expected, isl_int lhs, isl_int rhs) in int_test_lcm()
[all …]
H A Disl_int_sioimath.h577 inline void isl_sioimath_swap(isl_sioimath_ptr lhs, isl_sioimath_ptr rhs) in isl_sioimath_swap()
589 inline void isl_sioimath_add_ui(isl_sioimath_ptr dst, isl_sioimath lhs, in isl_sioimath_add_ui()
612 inline void isl_sioimath_sub_ui(isl_sioimath_ptr dst, isl_sioimath lhs, in isl_sioimath_sub_ui()
631 inline void isl_sioimath_add(isl_sioimath_ptr dst, isl_sioimath_src lhs, in isl_sioimath_add()
652 inline void isl_sioimath_sub(isl_sioimath_ptr dst, isl_sioimath_src lhs, in isl_sioimath_sub()
673 inline void isl_sioimath_mul(isl_sioimath_ptr dst, isl_sioimath_src lhs, in isl_sioimath_mul()
695 inline void isl_sioimath_mul_2exp(isl_sioimath_ptr dst, isl_sioimath lhs, in isl_sioimath_mul_2exp()
712 inline void isl_sioimath_mul_si(isl_sioimath_ptr dst, isl_sioimath lhs, in isl_sioimath_mul_si()
732 inline void isl_sioimath_mul_ui(isl_sioimath_ptr dst, isl_sioimath lhs, in isl_sioimath_mul_ui()
754 inline void isl_sioimath_pow_ui(isl_sioimath_ptr dst, isl_sioimath_src lhs, in isl_sioimath_pow_ui()
[all …]
H A Disl_int_sioimath.c84 static uint32_t isl_sioimath_smallgcd(int32_t lhs, int32_t rhs) in isl_sioimath_smallgcd()
103 void isl_sioimath_gcd(isl_sioimath_ptr dst, isl_sioimath_src lhs, in isl_sioimath_gcd()
125 void isl_sioimath_lcm(isl_sioimath_ptr dst, isl_sioimath_src lhs, in isl_sioimath_lcm()
H A Disl_imath.c60 void isl_imath_cdiv_q_ui(mp_int rop, mp_int lhs, unsigned long rhs) in isl_imath_cdiv_q_ui()
74 void isl_imath_fdiv_q_ui(mp_int rop, mp_int lhs, unsigned long rhs) in isl_imath_fdiv_q_ui()
/netbsd-src/sys/ddb/
H A Ddb_expr.c147 db_expr_t lhs, rhs; in db_mult_expr() local
183 db_expr_t lhs, rhs; in db_add_expr() local
209 db_expr_t lhs, rhs; in db_shift_expr() local
/netbsd-src/external/cddl/osnet/dist/lib/libdtrace/common/
H A Ddt_aggregate.c72 dt_aggregate_countcmp(int64_t *lhs, int64_t *rhs) in dt_aggregate_countcmp()
103 dt_aggregate_averagecmp(int64_t *lhs, int64_t *rhs) in dt_aggregate_averagecmp()
118 dt_aggregate_stddevcmp(int64_t *lhs, int64_t *rhs) in dt_aggregate_stddevcmp()
185 dt_aggregate_lquantizedcmp(int64_t *lhs, int64_t *rhs) in dt_aggregate_lquantizedcmp()
263 dt_aggregate_llquantizedcmp(int64_t *lhs, int64_t *rhs) in dt_aggregate_llquantizedcmp()
293 dt_aggregate_quantizedcmp(int64_t *lhs, int64_t *rhs) in dt_aggregate_quantizedcmp()
741 dt_aggregate_hashcmp(const void *lhs, const void *rhs)
758 dt_aggregate_varcmp(const void *lhs, const void *rhs)
777 dt_aggregate_keycmp(const void *lhs, const void *rhs)
888 dt_aggregate_valcmp(const void *lhs, const void *rhs)
[all …]
/netbsd-src/external/gpl3/gdb.old/dist/libdecnumber/
H A DdecNumber.c770 decNumber * decNumberAdd(decNumber *res, const decNumber *lhs, in decNumberAdd()
796 decNumber * decNumberAnd(decNumber *res, const decNumber *lhs, in decNumberAnd()
864 decNumber * decNumberCompare(decNumber *res, const decNumber *lhs, in decNumberCompare()
884 decNumber * decNumberCompareSignal(decNumber *res, const decNumber *lhs, in decNumberCompareSignal()
905 decNumber * decNumberCompareTotal(decNumber *res, const decNumber *lhs, in decNumberCompareTotal()
926 decNumber * decNumberCompareTotalMag(decNumber *res, const decNumber *lhs, in decNumberCompareTotalMag()
991 decNumber * decNumberDivide(decNumber *res, const decNumber *lhs, in decNumberDivide()
1014 decNumber * decNumberDivideInteger(decNumber *res, const decNumber *lhs, in decNumberDivideInteger()
1103 decNumber * decNumberFMA(decNumber *res, const decNumber *lhs, in decNumberFMA()
1537 decNumber * decNumberMax(decNumber *res, const decNumber *lhs, in decNumberMax()
[all …]
/netbsd-src/external/gpl3/gcc.old/dist/libdecnumber/
H A DdecNumber.c770 decNumber * decNumberAdd(decNumber *res, const decNumber *lhs, in decNumberAdd()
796 decNumber * decNumberAnd(decNumber *res, const decNumber *lhs, in decNumberAnd()
864 decNumber * decNumberCompare(decNumber *res, const decNumber *lhs, in decNumberCompare()
884 decNumber * decNumberCompareSignal(decNumber *res, const decNumber *lhs, in decNumberCompareSignal()
905 decNumber * decNumberCompareTotal(decNumber *res, const decNumber *lhs, in decNumberCompareTotal()
926 decNumber * decNumberCompareTotalMag(decNumber *res, const decNumber *lhs, in decNumberCompareTotalMag()
991 decNumber * decNumberDivide(decNumber *res, const decNumber *lhs, in decNumberDivide()
1014 decNumber * decNumberDivideInteger(decNumber *res, const decNumber *lhs, in decNumberDivideInteger()
1103 decNumber * decNumberFMA(decNumber *res, const decNumber *lhs, in decNumberFMA()
1537 decNumber * decNumberMax(decNumber *res, const decNumber *lhs, in decNumberMax()
[all …]
/netbsd-src/external/gpl3/gdb/dist/libdecnumber/
H A DdecNumber.c770 decNumber * decNumberAdd(decNumber *res, const decNumber *lhs, in decNumberAdd()
796 decNumber * decNumberAnd(decNumber *res, const decNumber *lhs, in decNumberAnd()
864 decNumber * decNumberCompare(decNumber *res, const decNumber *lhs, in decNumberCompare()
884 decNumber * decNumberCompareSignal(decNumber *res, const decNumber *lhs, in decNumberCompareSignal()
905 decNumber * decNumberCompareTotal(decNumber *res, const decNumber *lhs, in decNumberCompareTotal()
926 decNumber * decNumberCompareTotalMag(decNumber *res, const decNumber *lhs, in decNumberCompareTotalMag()
991 decNumber * decNumberDivide(decNumber *res, const decNumber *lhs, in decNumberDivide()
1014 decNumber * decNumberDivideInteger(decNumber *res, const decNumber *lhs, in decNumberDivideInteger()
1103 decNumber * decNumberFMA(decNumber *res, const decNumber *lhs, in decNumberFMA()
1537 decNumber * decNumberMax(decNumber *res, const decNumber *lhs, in decNumberMax()
[all …]
/netbsd-src/external/gpl3/gcc/dist/libdecnumber/
H A DdecNumber.c770 decNumber * decNumberAdd(decNumber *res, const decNumber *lhs, in decNumberAdd()
796 decNumber * decNumberAnd(decNumber *res, const decNumber *lhs, in decNumberAnd()
864 decNumber * decNumberCompare(decNumber *res, const decNumber *lhs, in decNumberCompare()
884 decNumber * decNumberCompareSignal(decNumber *res, const decNumber *lhs, in decNumberCompareSignal()
905 decNumber * decNumberCompareTotal(decNumber *res, const decNumber *lhs, in decNumberCompareTotal()
926 decNumber * decNumberCompareTotalMag(decNumber *res, const decNumber *lhs, in decNumberCompareTotalMag()
991 decNumber * decNumberDivide(decNumber *res, const decNumber *lhs, in decNumberDivide()
1014 decNumber * decNumberDivideInteger(decNumber *res, const decNumber *lhs, in decNumberDivideInteger()
1103 decNumber * decNumberFMA(decNumber *res, const decNumber *lhs, in decNumberFMA()
1537 decNumber * decNumberMax(decNumber *res, const decNumber *lhs, in decNumberMax()
[all …]
/netbsd-src/external/gpl3/gcc.old/dist/gcc/analyzer/
H A Dsm-pattern-test.cc76 pattern_match (tree lhs, enum tree_code op, tree rhs) in pattern_match()
124 tree lhs, in on_condition()

12345678910>>...20