Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DDerivedTypes.h507 static VectorType *getHalfElementsVectorType(VectorType *VTy) { in getHalfElementsVectorType() function
570 static FixedVectorType *getHalfElementsVectorType(FixedVectorType *VTy) { in getHalfElementsVectorType() function
571 return cast<FixedVectorType>(VectorType::getHalfElementsVectorType(VTy)); in getHalfElementsVectorType()
622 getHalfElementsVectorType(ScalableVectorType *VTy) { in getHalfElementsVectorType() function
623 return cast<ScalableVectorType>(VectorType::getHalfElementsVectorType(VTy)); in getHalfElementsVectorType()
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DFunction.cpp1453 return VectorType::getHalfElementsVectorType(cast<VectorType>( in DecodeFixedType()
1680 VectorType::getHalfElementsVectorType( in matchIntrinsicType()
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DBasicTTIImpl.h1168 Type *SplitDstTy = VectorType::getHalfElementsVectorType(DstVTy);
1169 Type *SplitSrcTy = VectorType::getHalfElementsVectorType(SrcVTy);
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp28527 auto *HalfTy = VectorType::getHalfElementsVectorType(Ty); in createComplexDeinterleavingIR()