Home
last modified time | relevance | path

Searched refs:lra_constraint_offset (Results 1 – 5 of 5) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dlra-int.h338 extern int lra_constraint_offset (int, machine_mode);
H A Dlra-constraints.c703 lra_constraint_offset (int regno, machine_mode mode) in lra_constraint_offset() function
746 i += lra_constraint_offset (i, GET_MODE (x)); in operands_match_p()
747 j += lra_constraint_offset (j, GET_MODE (y)); in operands_match_p()
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dlra-int.h342 extern int lra_constraint_offset (int, machine_mode);
H A Dlra-constraints.cc749 lra_constraint_offset (int regno, machine_mode mode) in lra_constraint_offset() function
792 i += lra_constraint_offset (i, GET_MODE (x)); in operands_match_p()
793 j += lra_constraint_offset (j, GET_MODE (y)); in operands_match_p()
H A DChangeLog-201715789 (lra_constraint_offset): Likewise.
18741 * lra-constraints.c (lra_constraint_offset): Likewise.