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

  /src/external/apache2/llvm/dist/llvm/utils/PerfectShuffle/
PerfectShuffle.cpp 456 OP_COPY = 0, // Copy, used for things like <u,u,u,3> to say it is <0,1,2,3>
504 OP_COPY = 0, // Copy, used for things like <u,u,u,3> to say it is <0,1,2,3>
  /src/external/apache2/llvm/dist/llvm/lib/Target/ARM/
ARMISelLowering.cpp 7922 OP_COPY = 0, // Copy, used for things like <u,u,u,3> to say it is <0,1,2,3>
7942 case OP_COPY:
8014 if (OpNum == OP_COPY) {
8016 assert(LHSID == ((4*9+5)*9+6)*9+7 && "Illegal OP_COPY!");
  /src/external/apache2/llvm/dist/llvm/lib/Target/PowerPC/
PPCISelLowering.cpp 9300 OP_COPY = 0, // Copy, used for things like <u,u,u,3> to say it is <0,1,2,3>
9312 if (OpNum == OP_COPY) {
9314 assert(LHSID == ((4*9+5)*9+6)*9+7 && "Illegal OP_COPY!");
  /src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/
AArch64ISelLowering.cpp 8778 OP_COPY = 0, // Copy, used for things like <u,u,u,3> to say it is <0,1,2,3>
8795 if (OpNum == OP_COPY) {
8798 assert(LHSID == ((4 * 9 + 5) * 9 + 6) * 9 + 7 && "Illegal OP_COPY!");

Completed in 74 milliseconds