Lines Matching refs:VecVT
545 static bool isUnpackedVectorVT(EVT VecVT) { in isUnpackedVectorVT() argument
546 return VecVT.isScalableVector() && in isUnpackedVectorVT()
547 VecVT.getSizeInBits().getKnownMinValue() < AArch64::SVEBitsPerBlock; in isUnpackedVectorVT()
673 EVT VecVT = getTLI()->getValueType(DL, ICA.getArgTypes()[0]); in getIntrinsicInstrCost() local
679 if (isUnpackedVectorVT(VecVT) || isUnpackedVectorVT(SubVecVT)) in getIntrinsicInstrCost()
685 getTLI()->getTypeConversion(C, VecVT); in getIntrinsicInstrCost()
5300 EVT VecVT = TLI->getValueType(DL, VecTy); in getExtendedReductionCost() local
5303 if (Opcode == Instruction::Add && VecVT.isSimple() && ResVT.isSimple() && in getExtendedReductionCost()
5304 VecVT.getSizeInBits() >= 64) { in getExtendedReductionCost()
5328 EVT VecVT = TLI->getValueType(DL, VecTy); in getMulAccReductionCost() local
5331 if (ST->hasDotProd() && VecVT.isSimple() && ResVT.isSimple()) { in getMulAccReductionCost()