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

/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp7040 OP_COPY = 0, // Copy, used for things like <u,u,u,3> to say it is <0,1,2,3> enumerator in enum:__anon2035
7057 if (OpNum == OP_COPY) {
7060 assert(LHSID == ((4 * 9 + 5) * 9 + 6) * 9 + 7 && "Illegal OP_COPY!");
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp7587 OP_COPY = 0, // Copy, used for things like <u,u,u,3> to say it is <0,1,2,3> enumerator in enum:ShuffleOpCodes
7607 case OP_COPY:
7678 if (OpNum == OP_COPY) {
7680 assert(LHSID == ((4*9+5)*9+6)*9+7 && "Illegal OP_COPY!");
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.cpp8938 OP_COPY = 0, // Copy, used for things like <u,u,u,3> to say it is <0,1,2,3> enumerator in enum:__anon119
8950 if (OpNum == OP_COPY) {
8952 assert(LHSID == ((4*9+5)*9+6)*9+7 && "Illegal OP_COPY!");

Completed in 415 milliseconds