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

/external/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp4551 OP_COPY = 0, // Copy, used for things like <u,u,u,3> to say it is <0,1,2,3> enumerator in enum:__anon25944
4568 if (OpNum == OP_COPY) {
4571 assert(LHSID == ((4 * 9 + 5) * 9 + 6) * 9 + 7 && "Illegal OP_COPY!");
/external/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp5305 OP_COPY = 0, // Copy, used for things like <u,u,u,3> to say it is <0,1,2,3> enumerator in enum:__anon25978
5322 if (OpNum == OP_COPY) {
5324 assert(LHSID == ((4*9+5)*9+6)*9+7 && "Illegal OP_COPY!");
/external/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.cpp5689 OP_COPY = 0, // Copy, used for things like <u,u,u,3> to say it is <0,1,2,3> enumerator in enum:__anon26089
5701 if (OpNum == OP_COPY) {
5703 assert(LHSID == ((4*9+5)*9+6)*9+7 && "Illegal OP_COPY!");

Completed in 172 milliseconds