Searched refs:ZIP2 (Results 1 – 9 of 9) sorted by relevance
| /llvm-project-15.0.7/llvm/test/CodeGen/AArch64/ |
| H A D | stp-opt-with-renaming-undef-assert.mir | 8 # register, which overlap with renamable undef d16 used by ZIP2 instruction.
|
| H A D | sve-intrinsics-perm-select.ll | 2090 ; ZIP2
|
| /llvm-project-15.0.7/llvm/lib/Target/AArch64/ |
| H A D | AArch64ISelLowering.h | 182 ZIP2, enumerator
|
| H A D | AArch64SchedKryoDetails.td | 2329 (instregex "((TRN1|TRN2|ZIP1|UZP1|UZP2)v2i64|ZIP2(v2i64|v4i32|v8i16|v16i8))")>; 2365 (instregex "(UZP1|UZP2|ZIP1|ZIP2)(v2i32|v4i16|v8i8)")>;
|
| H A D | AArch64SchedFalkorDetails.td | 920 def : InstRW<[FalkorWr_1VXVY_1cyc], (instregex "^(TRN1|TRN2|ZIP1|UZP1|UZP2|ZIP2|XTN)(v2i32|v2i64|…
|
| H A D | AArch64SchedThunderX3T110.td | 1642 (instregex "^UZP1", "^UZP2", "^ZIP1", "^ZIP2")>;
|
| H A D | AArch64ISelLowering.cpp | 2127 MAKE_CASE(AArch64ISD::ZIP2) in getTargetNodeName() 4586 return DAG.getNode(AArch64ISD::ZIP2, dl, Op.getValueType(), in LowerINTRINSIC_WO_CHAIN() 10211 return DAG.getNode(AArch64ISD::ZIP2, dl, DAG.getVTList(VT, VT), OpLHS, in GeneratePerfectShuffle() 10543 unsigned Opc = (WhichResult == 0) ? AArch64ISD::ZIP1 : AArch64ISD::ZIP2; in LowerVECTOR_SHUFFLE() 10556 unsigned Opc = (WhichResult == 0) ? AArch64ISD::ZIP1 : AArch64ISD::ZIP2; in LowerVECTOR_SHUFFLE() 21832 DAG, VT, DAG.getNode(AArch64ISD::ZIP2, DL, ContainerVT, Op1, Op2)); in LowerFixedLengthVECTOR_SHUFFLEToSVE() 21842 DAG, VT, DAG.getNode(AArch64ISD::ZIP2, DL, ContainerVT, Op1, Op1)); in LowerFixedLengthVECTOR_SHUFFLEToSVE()
|
| H A D | AArch64SchedA64FX.td | 1944 (instregex "^UZP1", "^UZP2", "^ZIP1", "^ZIP2")>;
|
| H A D | AArch64InstrInfo.td | 591 def AArch64zip2 : SDNode<"AArch64ISD::ZIP2", SDT_AArch64Zip>; 5418 defm ZIP2 : SIMDZipVector<0b111, "zip2", AArch64zip2>;
|