Searched refs:VZIP (Results 1 – 10 of 10) sorted by relevance
| /llvm-project-15.0.7/llvm/test/CodeGen/AArch64/ |
| H A D | aarch64-vuzp.ll | 62 ; Check that this pattern is recognized as a VZIP and
|
| H A D | arm64-zip.ll | 81 ; Undef shuffle indices should not prevent matching to VZIP:
|
| /llvm-project-15.0.7/llvm/test/CodeGen/ARM/ |
| H A D | vzip.ll | 68 ; VZIP.32 is equivalent to VTRN.32 for 64-bit vectors. 202 ; Undef shuffle indices should not prevent matching to VZIP:
|
| /llvm-project-15.0.7/llvm/lib/Target/ARM/ |
| H A D | ARMISelLowering.h | 207 VZIP, // zip (interleave) enumerator
|
| H A D | ARMScheduleR52.td | 830 def : InstRW<[R52WriteFPALU_F3, R52Read_F1, R52Read_F1], (instregex "VSWP", "VTRN", "VUZP", "VZIP")…
|
| H A D | ARMScheduleSwift.td | 600 (instregex "VSWP", "VTRN", "VUZP", "VZIP")>;
|
| H A D | ARMISelLowering.cpp | 1765 MAKE_CASE(ARMISD::VZIP) in getTargetNodeName() 7461 return ARMISD::VZIP; in isNEONTwoResultShuffleMask() 7469 return ARMISD::VZIP; in isNEONTwoResultShuffleMask() 8399 return DAG.getNode(ARMISD::VZIP, dl, DAG.getVTList(VT, VT), in GeneratePerfectShuffle()
|
| H A D | ARMISelDAGToDAG.cpp | 4252 case ARMISD::VZIP: { in Select()
|
| H A D | ARMInstrNEON.td | 525 def NEONzip : SDNode<"ARMISD::VZIP", SDTARMVSHUF2>; 2606 // 2-register shuffles (VTRN/VZIP/VUZP), both double- and quad-register. 7145 // VZIP : Vector Zip (Interleave)
|
| /llvm-project-15.0.7/clang/include/clang/Basic/ |
| H A D | arm_neon.td | 668 def VZIP : WInst<"vzip", "2..", "csiUcUsUifPcPsQcQsQiQUcQUsQUiQfQPcQPs">;
|