Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp22037 EVT ExtOpVT = ExtOp.getValueType(); in tryLowerPartialReductionToWideAdd() local
22039 if (!(ExtOpVT == MVT::nxv4i32 && AccVT == MVT::nxv2i64) && in tryLowerPartialReductionToWideAdd()
22040 !(ExtOpVT == MVT::nxv8i16 && AccVT == MVT::nxv4i32) && in tryLowerPartialReductionToWideAdd()
22041 !(ExtOpVT == MVT::nxv16i8 && AccVT == MVT::nxv8i16)) in tryLowerPartialReductionToWideAdd()