Searched refs:EXTRA_CONSTRAINT_STR (Results 1 – 9 of 9) sorted by relevance
| /dragonfly/contrib/gcc-4.7/gcc/ |
| HD | defaults.h | 998 && !defined EXTRA_CONSTRAINT_STR \ 1048 #if defined (EXTRA_CONSTRAINT) && ! defined (EXTRA_CONSTRAINT_STR) 1049 #define EXTRA_CONSTRAINT_STR(OP, C,STR) EXTRA_CONSTRAINT (OP, C) macro
|
| HD | ira-conflicts.c | 323 #ifdef EXTRA_CONSTRAINT_STR in get_dup_num() 324 else if (EXTRA_CONSTRAINT_STR (op, c, str)) in get_dup_num()
|
| HD | recog.c | 1802 #ifdef EXTRA_CONSTRAINT_STR in asm_operand_ok() 1809 else if (EXTRA_CONSTRAINT_STR (op, c, constraint)) in asm_operand_ok() 2658 #ifdef EXTRA_CONSTRAINT_STR in constrain_operands() 2659 else if (EXTRA_CONSTRAINT_STR (op, c, p)) in constrain_operands() 2683 && EXTRA_CONSTRAINT_STR in constrain_operands()
|
| HD | reload.c | 3409 #ifdef EXTRA_CONSTRAINT_STR in find_reloads() 3414 if (EXTRA_CONSTRAINT_STR (operand, c, p)) in find_reloads() 3428 … && EXTRA_CONSTRAINT_STR (reg_equiv_mem (REGNO (operand)), c, p)) in find_reloads() 3444 if (EXTRA_CONSTRAINT_STR (operand, c, p)) in find_reloads() 3456 if (EXTRA_CONSTRAINT_STR (operand, c, p)) in find_reloads() 4619 #ifdef EXTRA_CONSTRAINT_STR in alternative_allows_const_pool_ref() 4621 && (mem == NULL || EXTRA_CONSTRAINT_STR (mem, c, constraint))) in alternative_allows_const_pool_ref()
|
| HD | ira-costs.c | 733 #ifdef EXTRA_CONSTRAINT_STR in record_reg_classes() 734 else if (EXTRA_CONSTRAINT_STR (op, c, p)) in record_reg_classes()
|
| HD | stmt.c | 403 #ifdef EXTRA_CONSTRAINT_STR in parse_output_constraint() 536 #ifdef EXTRA_CONSTRAINT_STR in parse_input_constraint()
|
| /dragonfly/contrib/gcc-8.0/gcc/ |
| HD | system.h | 1021 EXTRA_CONSTRAINT_STR EXTRA_MEMORY_CONSTRAINT \
|
| /dragonfly/contrib/gcc-4.7/gcc/doc/ |
| HD | tm.texi | 2990 @defmac EXTRA_CONSTRAINT_STR (@var{value}, @var{c}, @var{str}) 3022 @code{EXTRA_CONSTRAINT_STR}, that should
|
| HD | tm.texi.in | 2966 @defmac EXTRA_CONSTRAINT_STR (@var{value}, @var{c}, @var{str}) 2998 @code{EXTRA_CONSTRAINT_STR}, that should
|