Searched refs:DstVecTy (Results 1 – 4 of 4) sorted by relevance
1272 Type *DstVecTy = DstTy->getScalarType(); in executeTruncInst() local1273 unsigned DBitWidth = cast<IntegerType>(DstVecTy)->getBitWidth(); in executeTruncInst()1292 Type *DstVecTy = DstTy->getScalarType(); in executeSExtInst() local1293 unsigned DBitWidth = cast<IntegerType>(DstVecTy)->getBitWidth(); in executeSExtInst()1312 Type *DstVecTy = DstTy->getScalarType(); in executeZExtInst() local1313 unsigned DBitWidth = cast<IntegerType>(DstVecTy)->getBitWidth(); in executeZExtInst()1379 Type *DstVecTy = DstTy->getScalarType(); in executeFPToUIInst() local1381 uint32_t DBitWidth = cast<IntegerType>(DstVecTy)->getBitWidth(); in executeFPToUIInst()1417 Type *DstVecTy = DstTy->getScalarType(); in executeFPToSIInst() local1419 uint32_t DBitWidth = cast<IntegerType>(DstVecTy)->getBitWidth(); in executeFPToSIInst()[all …]
805 auto *DstVecTy = dyn_cast<FixedVectorType>(Dst); in getCastInstrCost() local806 if (!DstVecTy) { in getCastInstrCost()872 TotCost += getScalarizationOverhead(DstVecTy, NeedsInserts, in getCastInstrCost()885 getScalarizationOverhead(DstVecTy, /*Insert*/ true, in getCastInstrCost()
5971 LLT DstVecTy = MRI.getType(MI.getOperand(0).getReg()); in matchBuildVectorIdentityFold() local5972 LLT DstEltTy = DstVecTy.getElementType(); in matchBuildVectorIdentityFold()5980 return MRI.getType(MatchInfo) == DstVecTy; in matchBuildVectorIdentityFold()5992 return MRI.getType(MatchInfo) == DstVecTy; in matchBuildVectorIdentityFold()
4624 auto *DstVecTy = FixedVectorType::get(EltTy, NumDstElements); in getReplicationShuffleCost() local4630 MVT LegalDstVecTy = getTypeLegalizationCost(DstVecTy).second; in getReplicationShuffleCost()4645 getCastInstrCost(Instruction::Trunc, /*Dst=*/DstVecTy, in getReplicationShuffleCost()4660 divideCeil(DstVecTy->getNumElements(), NumEltsPerDstVec); in getReplicationShuffleCost()