Searched refs:OP_COPY (Results 1 – 3 of 3) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/Target/ARM/ |
| H A D | ARMISelLowering.cpp | 8440 OP_COPY = 0, // Copy, used for things like <u,u,u,3> to say it is <0,1,2,3> enumerator 8460 case OP_COPY: in isLegalMVEShuffleOp() 8537 if (OpNum == OP_COPY) { in GeneratePerfectShuffle()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/ |
| H A D | PPCISelLowering.cpp | 10005 OP_COPY = 0, // Copy, used for things like <u,u,u,3> to say it is <0,1,2,3> in GeneratePerfectShuffle() enumerator 10017 if (OpNum == OP_COPY) { in GeneratePerfectShuffle()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/ |
| H A D | AArch64ISelLowering.cpp | 13562 OP_COPY = 0, // Copy, used for things like <u,u,u,3> to say it is <0,1,2,3> in GeneratePerfectShuffle() enumerator 13580 if (OpNum == OP_COPY) { in GeneratePerfectShuffle()
|