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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp7890 OP_COPY = 0, // Copy, used for things like <u,u,u,3> to say it is <0,1,2,3> enumerator in enum:ShuffleOpCodes
7910 case OP_COPY:
7981 if (OpNum == OP_COPY) {
7983 assert(LHSID == ((4*9+5)*9+6)*9+7 && "Illegal OP_COPY!");
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.cpp9506 OP_COPY = 0, // Copy, used for things like <u,u,u,3> to say it is <0,1,2,3> enumerator in enum:__anon4270
9518 if (OpNum == OP_COPY) {
9520 assert(LHSID == ((4*9+5)*9+6)*9+7 && "Illegal OP_COPY!");
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp7475 OP_COPY = 0, // Copy, used for things like <u,u,u,3> to say it is <0,1,2,3> enumerator in enum:__anon3855
7492 if (OpNum == OP_COPY) {
7495 assert(LHSID == ((4 * 9 + 5) * 9 + 6) * 9 + 7 && "Illegal OP_COPY!");

Completed in 182 milliseconds