Searched refs:LHSID (Results 1 - 3 of 3) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp7036 unsigned LHSID = (PFEntry >> 13) & ((1 << 13) - 1); local
7058 if (LHSID == (1 * 9 + 2) * 9 + 3)
7060 assert(LHSID == ((4 * 9 + 5) * 9 + 6) * 9 + 7 && "Illegal OP_COPY!");
7065 OpLHS = GeneratePerfectShuffle(PerfectShuffleTable[LHSID], LHS, RHS, DAG, dl);
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp7675 unsigned LHSID = (PFEntry >> 13) & ((1 << 13)-1); local
7679 if (LHSID == (1*9+2)*9+3) return LHS;
7680 assert(LHSID == ((4*9+5)*9+6)*9+7 && "Illegal OP_COPY!");
7685 OpLHS = GeneratePerfectShuffle(PerfectShuffleTable[LHSID], LHS, RHS, DAG, dl);
8096 unsigned LHSID = (PFEntry >> 13) & ((1 << 13)-1); local
8098 unsigned PFEntryLHS = PerfectShuffleTable[LHSID];
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.cpp8934 unsigned LHSID = (PFEntry >> 13) & ((1 << 13)-1); local
8951 if (LHSID == (1*9+2)*9+3) return LHS;
8952 assert(LHSID == ((4*9+5)*9+6)*9+7 && "Illegal OP_COPY!");
8957 OpLHS = GeneratePerfectShuffle(PerfectShuffleTable[LHSID], LHS, RHS, DAG, dl);

Completed in 247 milliseconds