/external/llvm/utils/PerfectShuffle/ |
D | PerfectShuffle.cpp | 457 OP_COPY = 0, // Copy, used for things like <u,u,u,3> to say it is <0,1,2,3> enumerator 505 OP_COPY = 0, // Copy, used for things like <u,u,u,3> to say it is <0,1,2,3> enumerator
|
/external/swiftshader/third_party/LLVM/utils/PerfectShuffle/ |
D | PerfectShuffle.cpp | 457 OP_COPY = 0, // Copy, used for things like <u,u,u,3> to say it is <0,1,2,3> enumerator 505 OP_COPY = 0, // Copy, used for things like <u,u,u,3> to say it is <0,1,2,3> enumerator
|
/external/swiftshader/third_party/LLVM/lib/Target/PowerPC/ |
D | PPCISelLowering.cpp | 4124 OP_COPY = 0, // Copy, used for things like <u,u,u,3> to say it is <0,1,2,3> in GeneratePerfectShuffle() enumerator 4136 if (OpNum == OP_COPY) { in GeneratePerfectShuffle()
|
/external/swiftshader/third_party/LLVM/lib/Target/ARM/ |
D | ARMISelLowering.cpp | 4236 OP_COPY = 0, // Copy, used for things like <u,u,u,3> to say it is <0,1,2,3> in GeneratePerfectShuffle() enumerator 4253 if (OpNum == OP_COPY) { in GeneratePerfectShuffle()
|
/external/llvm/lib/Target/AArch64/ |
D | AArch64ISelLowering.cpp | 5409 OP_COPY = 0, // Copy, used for things like <u,u,u,3> to say it is <0,1,2,3> in GeneratePerfectShuffle() enumerator 5426 if (OpNum == OP_COPY) { in GeneratePerfectShuffle()
|
/external/llvm/lib/Target/PowerPC/ |
D | PPCISelLowering.cpp | 7363 OP_COPY = 0, // Copy, used for things like <u,u,u,3> to say it is <0,1,2,3> in GeneratePerfectShuffle() enumerator 7375 if (OpNum == OP_COPY) { in GeneratePerfectShuffle()
|
/external/llvm/lib/Target/ARM/ |
D | ARMISelLowering.cpp | 6109 OP_COPY = 0, // Copy, used for things like <u,u,u,3> to say it is <0,1,2,3> in GeneratePerfectShuffle() enumerator 6126 if (OpNum == OP_COPY) { in GeneratePerfectShuffle()
|