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

/freebsd-10.1-release/contrib/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.cpp5386 OP_COPY = 0, // Copy, used for things like <u,u,u,3> to say it is <0,1,2,3> enumerator in enum:__anon2551
5398 if (OpNum == OP_COPY) {
5400 assert(LHSID == ((4*9+5)*9+6)*9+7 && "Illegal OP_COPY!");
/freebsd-10.1-release/contrib/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp5191 OP_COPY = 0, // Copy, used for things like <u,u,u,3> to say it is <0,1,2,3> enumerator in enum:__anon2449
5208 if (OpNum == OP_COPY) {
5210 assert(LHSID == ((4*9+5)*9+6)*9+7 && "Illegal OP_COPY!");

Completed in 203 milliseconds