Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/IR/
H A DDerivedTypes.h492 static VectorType *getHalfElementsVectorType(VectorType *VTy) { in getHalfElementsVectorType() function
555 static FixedVectorType *getHalfElementsVectorType(FixedVectorType *VTy) { in getHalfElementsVectorType() function
556 return cast<FixedVectorType>(VectorType::getHalfElementsVectorType(VTy)); in getHalfElementsVectorType()
607 getHalfElementsVectorType(ScalableVectorType *VTy) { in getHalfElementsVectorType() function
608 return cast<ScalableVectorType>(VectorType::getHalfElementsVectorType(VTy)); in getHalfElementsVectorType()
/freebsd-13.1/contrib/llvm-project/llvm/lib/IR/
H A DFunction.cpp1252 return VectorType::getHalfElementsVectorType(cast<VectorType>( in DecodeFixedType()
1489 VectorType::getHalfElementsVectorType( in matchIntrinsicType()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DBasicTTIImpl.h996 Type *SplitDstTy = VectorType::getHalfElementsVectorType(DstVTy);
997 Type *SplitSrcTy = VectorType::getHalfElementsVectorType(SrcVTy);