Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/llvm/include/llvm/CodeGen/
H A DBasicTTIImpl.h1058 auto *DstVTy = dyn_cast<VectorType>(Dst); variable
1066 if (!SrcVTy && !DstVTy) {
1077 if (DstVTy && SrcVTy) {
1107 DstVTy->getElementCount().isVector()) {
1108 Type *SplitDstTy = VectorType::getHalfElementsVectorType(DstVTy);
1120 if (isa<ScalableVectorType>(DstVTy))
1125 unsigned Num = cast<FixedVectorType>(DstVTy)->getNumElements();
1131 return getScalarizationOverhead(DstVTy, /*Insert*/ true, /*Extract*/ true,
1145 (DstVTy ? getScalarizationOverhead(DstVTy, /*Insert*/ true,
/openbsd/gnu/llvm/llvm/lib/Transforms/InstCombine/
H A DInstCombineSimplifyDemanded.cpp422 if (auto *DstVTy = dyn_cast<VectorType>(VTy)) { in SimplifyDemandedUseBits() local
424 if (isa<ScalableVectorType>(DstVTy) || in SimplifyDemandedUseBits()
426 cast<FixedVectorType>(DstVTy)->getNumElements() != in SimplifyDemandedUseBits()
/openbsd/gnu/llvm/llvm/lib/Target/SystemZ/
H A DSystemZTargetTransformInfo.cpp745 auto *DstVTy = cast<FixedVectorType>(Dst); in getBoolVecToIntConversionCost() local
746 unsigned VF = DstVTy->getNumElements(); in getBoolVecToIntConversionCost()
/openbsd/gnu/llvm/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp596 Value *createBitOrPointerCast(Value *V, VectorType *DstVTy,
2930 Value *InnerLoopVectorizer::createBitOrPointerCast(Value *V, VectorType *DstVTy, in createBitOrPointerCast() argument
2933 auto *DstFVTy = cast<FixedVectorType>(DstVTy); in createBitOrPointerCast()