Searched refs:SrcVecTy (Results 1 – 4 of 4) sorted by relevance
2966 if (VectorType *SrcVecTy = dyn_cast<VectorType>(SrcTy)) in isCastable() local2968 if (SrcVecTy->getNumElements() == DestVecTy->getNumElements()) { in isCastable()2970 SrcTy = SrcVecTy->getElementType(); in isCastable()3021 if (VectorType *SrcVecTy = dyn_cast<VectorType>(SrcTy)) { in isBitCastable() local3023 if (SrcVecTy->getElementCount() == DestVecTy->getElementCount()) { in isBitCastable()3025 SrcTy = SrcVecTy->getElementType(); in isBitCastable()3088 if (VectorType *SrcVecTy = dyn_cast<VectorType>(SrcTy)) in getCastOpcode() local3090 if (SrcVecTy->getNumElements() == DestVecTy->getNumElements()) { in getCastOpcode()3093 SrcTy = SrcVecTy->getElementType(); in getCastOpcode()3259 VectorType *SrcVecTy = dyn_cast<VectorType>(SrcTy); in castIsValid() local[all …]
1383 Type *SrcVecTy = SrcTy->getScalarType(); in executeFPToUIInst() local1389 if (SrcVecTy->getTypeID() == Type::FloatTyID) { in executeFPToUIInst()1390 assert(SrcVecTy->isFloatingPointTy() && "Invalid FPToUI instruction"); in executeFPToUIInst()1421 Type *SrcVecTy = SrcTy->getScalarType(); in executeFPToSIInst() local1427 if (SrcVecTy->getTypeID() == Type::FloatTyID) { in executeFPToSIInst()1428 assert(SrcVecTy->isFloatingPointTy() && "Invalid FPToSI instruction"); in executeFPToSIInst()
2658 VectorType *SrcVecTy = cast<VectorType>(V->getType()); in createBitOrPointerCast() local2659 assert((VF == SrcVecTy->getNumElements()) && "Vector dimensions do not match"); in createBitOrPointerCast()2660 Type *SrcElemTy = SrcVecTy->getElementType(); in createBitOrPointerCast()6342 Type *SrcVecTy = in getInstructionCost() local6352 SrcVecTy = smallestIntegerVectorType(SrcVecTy, MinVecTy); in getInstructionCost()6357 SrcVecTy = largestIntegerVectorType(SrcVecTy, MinVecTy); in getInstructionCost()6364 return N * TTI.getCastInstrCost(I->getOpcode(), VectorTy, SrcVecTy, I); in getInstructionCost()
3366 VectorType *SrcVecTy = VectorType::get(SrcTy, VL.size()); in getEntryCost() local3369 if (!MinBWs.count(VL0) || VecTy != SrcVecTy) { in getEntryCost()3371 TTI->getCastInstrCost(E->getOpcode(), VecTy, SrcVecTy, VL0); in getEntryCost()