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

  /src/external/apache2/llvm/dist/llvm/lib/Target/PowerPC/
PPCISelLowering.cpp 9296 unsigned LHSID = (PFEntry >> 13) & ((1 << 13)-1);
9313 if (LHSID == (1*9+2)*9+3) return LHS;
9314 assert(LHSID == ((4*9+5)*9+6)*9+7 && "Illegal OP_COPY!");
9319 OpLHS = GeneratePerfectShuffle(PerfectShuffleTable[LHSID], LHS, RHS, DAG, dl);
  /src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/
AArch64ISelLowering.cpp 8774 unsigned LHSID = (PFEntry >> 13) & ((1 << 13) - 1);
8796 if (LHSID == (1 * 9 + 2) * 9 + 3)
8798 assert(LHSID == ((4 * 9 + 5) * 9 + 6) * 9 + 7 && "Illegal OP_COPY!");
8803 OpLHS = GeneratePerfectShuffle(PerfectShuffleTable[LHSID], LHS, RHS, DAG, dl);
  /src/external/apache2/llvm/dist/llvm/lib/Target/ARM/
ARMISelLowering.cpp 8011 unsigned LHSID = (PFEntry >> 13) & ((1 << 13)-1);
8015 if (LHSID == (1*9+2)*9+3) return LHS;
8016 assert(LHSID == ((4*9+5)*9+6)*9+7 && "Illegal OP_COPY!");
8021 OpLHS = GeneratePerfectShuffle(PerfectShuffleTable[LHSID], LHS, RHS, DAG, dl);
8491 unsigned LHSID = (PFEntry >> 13) & ((1 << 13)-1);
8493 unsigned PFEntryLHS = PerfectShuffleTable[LHSID];

Completed in 96 milliseconds