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

  /src/external/gpl3/gcc/dist/gcc/
var-tracking.cc 142 MO_COPY, /* Copy the same portion of a variable from one
158 "MO_COPY",
188 /* Location. For MO_SET and MO_COPY, this is the SET that
5610 /* Whether the location in the CONCAT should be handled like a MO_COPY
6017 mo.type = MO_COPY;
6068 mo.type = MO_COPY;
6230 if (mo.type == MO_COPY)
6646 insn), then MO_CLOBBERs, then MO_SET/MO_COPY/MO_VAL_SET. */
6970 case MO_COPY:
9493 case MO_COPY
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/
var-tracking.cc 139 MO_COPY, /* Copy the same portion of a variable from one
155 "MO_COPY",
185 /* Location. For MO_SET and MO_COPY, this is the SET that
5625 /* Whether the location in the CONCAT should be handled like a MO_COPY
6032 mo.type = MO_COPY;
6083 mo.type = MO_COPY;
6245 if (mo.type == MO_COPY)
6661 insn), then MO_CLOBBERs, then MO_SET/MO_COPY/MO_VAL_SET. */
6985 case MO_COPY:
9510 case MO_COPY
    [all...]

Completed in 33 milliseconds