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

/freebsd-10.0-release/contrib/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.cpp5350 OP_COPY = 0, // Copy, used for things like <u,u,u,3> to say it is <0,1,2,3> enumerator in enum:__anon2465
5362 if (OpNum == OP_COPY) {
5364 assert(LHSID == ((4*9+5)*9+6)*9+7 && "Illegal OP_COPY!");
/freebsd-10.0-release/contrib/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp4884 OP_COPY = 0, // Copy, used for things like <u,u,u,3> to say it is <0,1,2,3> enumerator in enum:__anon2363
4901 if (OpNum == OP_COPY) {
4903 assert(LHSID == ((4*9+5)*9+6)*9+7 && "Illegal OP_COPY!");

Completed in 192 milliseconds