| /src/external/gpl3/gcc/dist/gcc/ |
| genmatch.cc | 469 enum id_kind { CODE, FN, PREDICATE, USER, NULL_ID } kind; 537 /* Identifier that maps to a user-defined predicate. */ 543 : id_base (id_base::PREDICATE, id_), matchers (vNULL) {} 581 return id->kind == id_base::PREDICATE; 658 /* Add a predicate identifier to the hash. */ 683 /* To have INTEGER_CST and friends as "predicate operators". */ 687 /* Allow SSA_NAME as predicate operator. */ 831 /* A predicate operand. Predicates are leafs in the AST. */ 833 class predicate : public operand class in inherits:operand 836 predicate (predicate_id *p_, location_t loc function in class:predicate [all...] |
| genrecog.cc | 456 don't use the MATCH_OPERAND constraint, only the predicate. 468 /* Return the name of the predicate matched by MATCH_RTX. */ 479 /* Return true if OPERAND is a MATCH_OPERAND using a special predicate 562 error_at (info->loc, "unknown predicate '%s'", pred_name); 1157 /* Check u.predicate.data (X, u.predicate.mode). */ 1158 PREDICATE, 1210 } predicate; 1225 static rtx_test predicate (position *, const pred_data *, machine_mode); 1310 rtx_test::predicate (position *pos, const struct pred_data *data 1206 } predicate; member in union:rtx_test::__anon13722 1306 rtx_test::predicate (position *pos, const struct pred_data *data, function in class:rtx_test [all...] |
| /src/external/gpl3/gcc.old/dist/gcc/ |
| genmatch.cc | 347 enum id_kind { CODE, FN, PREDICATE, USER, NULL_ID } kind; 415 /* Identifier that maps to a user-defined predicate. */ 421 : id_base (id_base::PREDICATE, id_), matchers (vNULL) {} 459 return id->kind == id_base::PREDICATE; 508 /* Add a predicate identifier to the hash. */ 533 /* To have INTEGER_CST and friends as "predicate operators". */ 537 /* Allow SSA_NAME as predicate operator. */ 681 /* A predicate operand. Predicates are leafs in the AST. */ 683 class predicate : public operand class in inherits:operand 686 predicate (predicate_id *p_, location_t loc function in class:predicate [all...] |
| genrecog.cc | 456 don't use the MATCH_OPERAND constraint, only the predicate. 468 /* Return the name of the predicate matched by MATCH_RTX. */ 479 /* Return true if OPERAND is a MATCH_OPERAND using a special predicate 562 error_at (info->loc, "unknown predicate '%s'", pred_name); 1157 /* Check u.predicate.data (X, u.predicate.mode). */ 1158 PREDICATE, 1210 } predicate; 1225 static rtx_test predicate (position *, const pred_data *, machine_mode); 1310 rtx_test::predicate (position *pos, const struct pred_data *data 1206 } predicate; member in union:rtx_test::__anon16152 1306 rtx_test::predicate (position *pos, const struct pred_data *data, function in class:rtx_test [all...] |