| /src/external/gpl3/gcc/dist/gcc/config/avr/ |
| avr-protos.h | 185 unsigned constraints :1; member in struct:__anon13283
|
| /src/external/gpl3/gcc.old/dist/gcc/config/avr/ |
| avr-protos.h | 179 unsigned constraints :1; member in struct:__anon15730
|
| /src/external/gpl3/gcc/dist/gcc/analyzer/ |
| region-model-asm.cc | 140 auto_vec<const char *> constraints; local 145 constraints.safe_grow (noutputs + ninputs, true); 151 constraints[i] = TREE_STRING_POINTER (TREE_VALUE (TREE_PURPOSE (t))); 157 constraints[i + noutputs] 182 constraint = constraints[i]; 214 const char *constraint = constraints[i + noutputs]; 217 constraints.address (),
|
| /src/external/gpl3/gcc.old/dist/gcc/analyzer/ |
| region-model-asm.cc | 142 auto_vec<const char *> constraints; local 147 constraints.safe_grow (noutputs + ninputs, true); 153 constraints[i] = TREE_STRING_POINTER (TREE_VALUE (TREE_PURPOSE (t))); 159 constraints[i + noutputs] 184 constraint = constraints[i]; 216 const char *constraint = constraints[i + noutputs]; 219 constraints.address (),
|
| /src/external/gpl3/binutils/dist/include/opcode/ |
| xgate.h | 83 char * constraints; /* Constraint chars. */ member in struct:xgate_opcode
|
| /src/external/gpl3/binutils/dist/opcodes/ |
| avr-dis.c | 33 char *constraints; member in struct:avr_opcodes_s 431 char *constraints = opcode->constraints; local 444 if (*constraints && *constraints != '?') 446 int regs = REGISTER_P (*constraints); 448 ok = avr_operand (insn, insn2, addr, *constraints, opcode_str, op1, 452 if (ok && *(++constraints) == ',') 453 ok = avr_operand (insn, insn2, addr, *(++constraints), opcode_str,
|
| /src/external/gpl3/binutils.old/dist/include/opcode/ |
| xgate.h | 83 char * constraints; /* Constraint chars. */ member in struct:xgate_opcode
|
| /src/external/gpl3/binutils.old/dist/opcodes/ |
| avr-dis.c | 33 char *constraints; member in struct:avr_opcodes_s 431 char *constraints = opcode->constraints; local 444 if (*constraints && *constraints != '?') 446 int regs = REGISTER_P (*constraints); 448 ok = avr_operand (insn, insn2, addr, *constraints, opcode_str, op1, 452 if (ok && *(++constraints) == ',') 453 ok = avr_operand (insn, insn2, addr, *(++constraints), opcode_str,
|
| /src/external/gpl3/gdb/dist/include/opcode/ |
| xgate.h | 83 char * constraints; /* Constraint chars. */ member in struct:xgate_opcode
|
| /src/external/gpl3/gdb/dist/opcodes/ |
| avr-dis.c | 33 char *constraints; member in struct:avr_opcodes_s 431 char *constraints = opcode->constraints; local 444 if (*constraints && *constraints != '?') 446 int regs = REGISTER_P (*constraints); 448 ok = avr_operand (insn, insn2, addr, *constraints, opcode_str, op1, 452 if (ok && *(++constraints) == ',') 453 ok = avr_operand (insn, insn2, addr, *(++constraints), opcode_str,
|
| /src/external/gpl3/gdb.old/dist/include/opcode/ |
| xgate.h | 83 char * constraints; /* Constraint chars. */ member in struct:xgate_opcode
|
| /src/external/gpl3/gdb.old/dist/opcodes/ |
| avr-dis.c | 33 char *constraints; member in struct:avr_opcodes_s 431 char *constraints = opcode->constraints; local 444 if (*constraints && *constraints != '?') 446 int regs = REGISTER_P (*constraints); 448 ok = avr_operand (insn, insn2, addr, *constraints, opcode_str, op1, 452 if (ok && *(++constraints) == ',') 453 ok = avr_operand (insn, insn2, addr, *(++constraints), opcode_str,
|
| /src/external/mit/isl/dist/ |
| isl_schedule_constraints.c | 20 /* The constraints that need to be satisfied by a schedule on "domain". 22 * "context" specifies extra constraints on the parameters. 24 * "validity" constraints map domain elements i to domain elements 26 * "proximity" constraints map domain elements i to domains elements 30 * "condition" and "conditional_validity" constraints map possibly "tagged" 32 * The elements of the "conditional_validity" constraints, but without the 33 * tags (i.e., the elements i -> j) are treated as validity constraints, 35 * the elements of the "conditional_validity" constraints may be violated 36 * provided that all adjacent elements of the "condition" constraints 118 * on "domain". The initial object does not impose any constraints 610 isl_union_map *constraints; local [all...] |
| /src/external/gpl3/gcc/dist/gcc/ |
| recog.h | 84 constraints into account. */ 93 of alternative ALT, taking matching constraints into account. */ 343 with all of the existing md file insn constraints and output 354 const char *constraints[MAX_RECOG_OPERANDS]; member in struct:recog_data_d 389 /* The number of alternatives in the constraints for the insn. */ 414 /* Return a pointer to an array in which index OP describes the constraints
|
| cfgloop.h | 185 /* Constraints are generally set by consumers and affect certain 188 use case of constraints is to vectorize possibly infinite loop: 200 7) Update constraints in versioned loops so that niter analyzer 204 responsibility to set/clear constraints correctly. Failing to do 206 unsigned constraints; variable 289 loop->constraints |= c; 296 loop->constraints &= ~c; 303 return (loop->constraints & c) == c;
|
| ira-costs.cc | 488 CONSTRAINTS are the constraints to use for the operands. This array 503 machine_mode *modes, const char **constraints, 541 constraints[i] = skip_alternative (constraints[i]); 551 p = constraints[i]; 564 const char *p = constraints[i]; 574 /* If this operand has no constraints at all, we can 765 matches any of the constraints. Collect the valid 854 constraints[i] = p 1340 const char *constraints[MAX_RECOG_OPERANDS]; local [all...] |
| lra.cc | 31 o insn constraints as a primary source of the info (minimizing 35 to satisfy all insn and address constraints: 62 | |Constraints:| or insns | Inheritance/split | 546 "%<asm%> operand has impossible constraints" 1026 const char *constraints[MAX_RECOG_OPERANDS]; 1049 /* Now get the operand values and constraints out of the 1053 constraints, operand_mode, NULL); 1055 for (const char *p =constraints[0]; *p; p++) 1062 insn_static_data->operand[i].constraint = constraints[i]; 1078 preprocess_constraints (nop, nalt, constraints, op_alt 1024 const char *constraints[MAX_RECOG_OPERANDS]; local 1051 constraints, operand_mode, NULL); local 1253 const char *constraints[MAX_RECOG_OPERANDS]; local 1263 constraints, operand_mode, NULL); local [all...] |
| postreload.cc | 370 "better" is in terms of '?' and '!' constraints. Among the remaining 382 const char *constraints[MAX_RECOG_OPERANDS]; local 497 p = constraints[i] = recog_data.constraints[i]; 500 /* Add the reject values for each alternative given by the constraints 518 || constraints[i][0] == '=' 519 || constraints[i][0] == '+') 535 p = constraints[i];
|
| recog.cc | 142 const char **constraints; 165 constraints = XALLOCAVEC (const char *, noperands); 167 decode_asm_operands (x, operands, NULL, constraints, NULL, NULL); 171 const char *c = constraints[i]; 174 if (! asm_operand_ok (operands[i], c, constraints)) 393 /* After reload, verify that all constraints are satisfied. */ 439 we also require that the operands meet the constraints for 2058 and the constraints for the operands into CONSTRAINTS. 2065 If LOC, MODES, OPERAND_LOCS, CONSTRAINTS or OPERANDS is 0 141 const char **constraints; local 2998 const char **constraints = XALLOCAVEC (const char *, n_operands); local 3068 const char *constraints[MAX_RECOG_OPERANDS]; local [all...] |
| /src/external/gpl3/gcc.old/dist/gcc/ |
| recog.h | 77 constraints into account. */ 321 with all of the existing md file insn constraints and output 332 const char *constraints[MAX_RECOG_OPERANDS]; member in struct:recog_data_d 367 /* The number of alternatives in the constraints for the insn. */ 381 /* Return a pointer to an array in which index OP describes the constraints
|
| cfgloop.h | 182 /* Constraints are generally set by consumers and affect certain 185 use case of constraints is to vectorize possibly infinite loop: 197 7) Update constraints in versioned loops so that niter analyzer 201 responsibility to set/clear constraints correctly. Failing to do 203 unsigned constraints; variable 286 loop->constraints |= c; 293 loop->constraints &= ~c; 300 return (loop->constraints & c) == c;
|
| /src/external/bsd/openldap/dist/contrib/slapd-modules/rbac/ |
| rbac.h | 82 /* user role assignments, role constraints, and user constraint */ 169 struct berval constraints; member in struct:rbac_user 379 void rbac_free_constraints( rbac_constraint_t *constraints );
|
| /src/external/gpl3/binutils/dist/gas/config/ |
| tc-avr.c | 41 const char *constraints; member in struct:avr_opcodes_s 1353 const char *op = opcode->constraints; 1926 if (*str && *opcode->constraints == '?') 2479 && '?' == *opcode->constraints) 2523 else if (strchr (op->constraints, 'r')) 2527 else if (strchr (op->constraints, 'd')) 2535 if (strchr (op->constraints, 'P')) 2539 else if (0 == strcmp ("r=r", op->constraints)) 2544 gas_assert (0 == strcmp ("r", op->constraints)
|
| /src/external/gpl3/binutils.old/dist/gas/config/ |
| tc-avr.c | 41 const char *constraints; member in struct:avr_opcodes_s 1353 const char *op = opcode->constraints; 1926 if (*str && *opcode->constraints == '?') 2479 && '?' == *opcode->constraints) 2523 else if (strchr (op->constraints, 'r')) 2527 else if (strchr (op->constraints, 'd')) 2535 if (strchr (op->constraints, 'P')) 2539 else if (0 == strcmp ("r=r", op->constraints)) 2544 gas_assert (0 == strcmp ("r", op->constraints)
|
| /src/external/gpl3/gcc.old/dist/gcc/d/dmd/ |
| statement.h | 738 Expressions *constraints; // list of string constants specifying constraints on operands member in class:GccAsmStatement
|