Home
last modified time | relevance | path

Searched refs:setPartialReduceMLAAction (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DTargetLowering.h2758 void setPartialReduceMLAAction(unsigned Opc, MVT AccVT, MVT InputVT, in setPartialReduceMLAAction() function
2767 void setPartialReduceMLAAction(ArrayRef<unsigned> Opcodes, MVT AccVT, in setPartialReduceMLAAction() function
2770 setPartialReduceMLAAction(Opc, AccVT, InputVT, Action); in setPartialReduceMLAAction()
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp1453 setPartialReduceMLAAction(MLAOps, MVT::v4i32, MVT::v16i8, Legal); in AArch64TargetLowering()
1454 setPartialReduceMLAAction(MLAOps, MVT::v2i32, MVT::v8i8, Legal); in AArch64TargetLowering()
1455 setPartialReduceMLAAction(MLAOps, MVT::v2i64, MVT::v16i8, Custom); in AArch64TargetLowering()
1458 setPartialReduceMLAAction(ISD::PARTIAL_REDUCE_SUMLA, MVT::v4i32, in AArch64TargetLowering()
1460 setPartialReduceMLAAction(ISD::PARTIAL_REDUCE_SUMLA, MVT::v2i64, in AArch64TargetLowering()
1463 setPartialReduceMLAAction(ISD::PARTIAL_REDUCE_SUMLA, MVT::v2i32, in AArch64TargetLowering()
1894 setPartialReduceMLAAction(MLAOps, MVT::nxv2i64, MVT::nxv8i16, Legal); in AArch64TargetLowering()
1895 setPartialReduceMLAAction(MLAOps, MVT::nxv4i32, MVT::nxv16i8, Legal); in AArch64TargetLowering()
1897 setPartialReduceMLAAction(MLAOps, MVT::nxv2i64, MVT::nxv16i8, Custom); in AArch64TargetLowering()
1900 setPartialReduceMLAAction(ISD::PARTIAL_REDUCE_SUMLA, MVT::nxv4i32, in AArch64TargetLowering()
[all …]
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.cpp1600 setPartialReduceMLAAction(MLAOps, MVT::nxv1i32, MVT::nxv4i8, Custom); in RISCVTargetLowering()
1601 setPartialReduceMLAAction(MLAOps, MVT::nxv2i32, MVT::nxv8i8, Custom); in RISCVTargetLowering()
1602 setPartialReduceMLAAction(MLAOps, MVT::nxv4i32, MVT::nxv16i8, Custom); in RISCVTargetLowering()
1603 setPartialReduceMLAAction(MLAOps, MVT::nxv8i32, MVT::nxv32i8, Custom); in RISCVTargetLowering()
1604 setPartialReduceMLAAction(MLAOps, MVT::nxv16i32, MVT::nxv64i8, Custom); in RISCVTargetLowering()
1613 setPartialReduceMLAAction(MLAOps, VT, ArgVT, Custom); in RISCVTargetLowering()