HomeSort by: relevance | last modified time | path
    Searched defs:first_commutative_argument (Results 1 - 4 of 4) sorted by relevancy

  /src/external/gpl3/gcc/dist/gcc/
gimple-match-exports.cc 1099 int argno = first_commutative_argument (res_op->code, res_op->type);
1149 int argno = first_commutative_argument (res_op->code, res_op->type);
1200 int argno = first_commutative_argument (res_op->code, res_op->type);
1238 int argno = first_commutative_argument (res_op->code, res_op->type);
1276 int argno = first_commutative_argument (res_op->code, res_op->type);
1349 first_commutative_argument (code_helper code, tree type) function
1360 return first_commutative_argument (associated_internal_fn (cfn, type));
internal-fn.cc 4257 first_commutative_argument (internal_fn fn) function
  /src/external/gpl3/gcc.old/dist/gcc/
gimple-match-head.cc 379 int argno = first_commutative_argument (res_op->code, res_op->type);
429 int argno = first_commutative_argument (res_op->code, res_op->type);
480 int argno = first_commutative_argument (res_op->code, res_op->type);
1363 first_commutative_argument (code_helper code, tree type) function
1374 return first_commutative_argument (associated_internal_fn (cfn, type));
internal-fn.cc 3976 first_commutative_argument (internal_fn fn) function

Completed in 64 milliseconds