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

  /src/external/gpl3/gcc/dist/gcc/
lra-eliminations.cc 908 rtx substed_operand[MAX_RECOG_OPERANDS];
1028 substed_operand[i] = *id->operand_loc[i];
1051 substed_operand[i]
1055 if (substed_operand[i] != orig_operand[i])
1063 /* Substitute the operands; the new values are in the substed_operand
1066 *id->operand_loc[i] = substed_operand[i];
1068 *id->dup_loc[i] = substed_operand[(int) static_id->dup_num[i]];
906 rtx substed_operand[MAX_RECOG_OPERANDS]; local
reload.cc 2677 rtx substed_operand[MAX_RECOG_OPERANDS];
2765 substed_operand[i] = recog_data.operand[i];
2893 substed_operand[i] = recog_data.operand[i];
2915 substed_operand[i] = recog_data.operand[i];
2943 substed_operand[i] = recog_data.operand[i] = op;
2949 substed_operand[i] = recog_data.operand[i]
2971 substed_operand[i] = recog_data.operand[i]
2978 substed_operand[i] = recog_data.operand[i]
3064 recog_data.operand[commutative] = substed_operand[commutative + 1];
3065 recog_data.operand[commutative + 1] = substed_operand[commutative]
2664 rtx substed_operand[MAX_RECOG_OPERANDS]; local
    [all...]
reload1.cc 3225 rtx substed_operand[MAX_RECOG_OPERANDS];
3356 substed_operand[i] = recog_data.operand[i];
3389 substed_operand[i]
3393 if (substed_operand[i] != orig_operand[i])
3403 && MEM_P (substed_operand[i])
3416 /* Substitute the operands; the new values are in the substed_operand
3419 *recog_data.operand_loc[i] = substed_operand[i];
3421 *recog_data.dup_loc[i] = substed_operand[(int) recog_data.dup_num[i]];
3209 rtx substed_operand[MAX_RECOG_OPERANDS]; local
  /src/external/gpl3/gcc.old/dist/gcc/
lra-eliminations.cc 892 rtx substed_operand[MAX_RECOG_OPERANDS];
1000 substed_operand[i] = *id->operand_loc[i];
1023 substed_operand[i]
1027 if (substed_operand[i] != orig_operand[i])
1035 /* Substitute the operands; the new values are in the substed_operand
1038 *id->operand_loc[i] = substed_operand[i];
1040 *id->dup_loc[i] = substed_operand[(int) static_id->dup_num[i]];
890 rtx substed_operand[MAX_RECOG_OPERANDS]; local
reload.cc 2676 rtx substed_operand[MAX_RECOG_OPERANDS];
2764 substed_operand[i] = recog_data.operand[i];
2892 substed_operand[i] = recog_data.operand[i];
2914 substed_operand[i] = recog_data.operand[i];
2942 substed_operand[i] = recog_data.operand[i] = op;
2948 substed_operand[i] = recog_data.operand[i]
2970 substed_operand[i] = recog_data.operand[i]
2977 substed_operand[i] = recog_data.operand[i]
3063 recog_data.operand[commutative] = substed_operand[commutative + 1];
3064 recog_data.operand[commutative + 1] = substed_operand[commutative]
2663 rtx substed_operand[MAX_RECOG_OPERANDS]; local
    [all...]
reload1.cc 3225 rtx substed_operand[MAX_RECOG_OPERANDS];
3356 substed_operand[i] = recog_data.operand[i];
3389 substed_operand[i]
3393 if (substed_operand[i] != orig_operand[i])
3403 && MEM_P (substed_operand[i])
3416 /* Substitute the operands; the new values are in the substed_operand
3419 *recog_data.operand_loc[i] = substed_operand[i];
3421 *recog_data.dup_loc[i] = substed_operand[(int) recog_data.dup_num[i]];
3209 rtx substed_operand[MAX_RECOG_OPERANDS]; local

Completed in 78 milliseconds