Searched refs:VMLAVs (Results 1 – 3 of 3) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/ |
H A D | ARMISelLowering.h | 245 VMLAVs, // sign- or zero-extend the elements of two vectors to i32, multiply enumerator
|
H A D | ARMISelLowering.cpp | 1823 MAKE_CASE(ARMISD::VMLAVs) in getTargetNodeName() 13577 case ARMISD::VMLAVs: in TryDistrubutionADDVecReduce() 17265 return DAG.getNode(ARMISD::VMLAVs, dl, ResVT, A, B); in PerformVECREDUCE_ADDCombine() 17276 DAG.getNode(ARMISD::VMLAVs, dl, MVT::i32, A, B)); in PerformVECREDUCE_ADDCombine() 18980 case ARMISD::VMLAVs: in PerformDAGCombine()
|
H A D | ARMInstrMVE.td | 1147 def ARMVMLAVs : SDNode<"ARMISD::VMLAVs", SDTVecReduce2>;
|