Searched refs:getExtendedElementVectorType (Results 1 – 8 of 8) sorted by relevance
345 LLVM_ABI static VectorType *getExtendedElementVectorType(VectorType *VTy);370 static FixedVectorType *getExtendedElementVectorType(FixedVectorType *VTy) { in getExtendedElementVectorType() function371 return cast<FixedVectorType>(VectorType::getExtendedElementVectorType(VTy)); in getExtendedElementVectorType()417 getExtendedElementVectorType(ScalableVectorType *VTy) { in getExtendedElementVectorType() function419 VectorType::getExtendedElementVectorType(VTy)); in getExtendedElementVectorType()
490 static VectorType *getExtendedElementVectorType(VectorType *VTy) { in getExtendedElementVectorType() function608 static FixedVectorType *getExtendedElementVectorType(FixedVectorType *VTy) { in getExtendedElementVectorType() function609 return cast<FixedVectorType>(VectorType::getExtendedElementVectorType(VTy)); in getExtendedElementVectorType()658 getExtendedElementVectorType(ScalableVectorType *VTy) { in getExtendedElementVectorType() function660 VectorType::getExtendedElementVectorType(VTy)); in getExtendedElementVectorType()753 return VectorType::getExtendedElementVectorType( in getExtendedType()
83 VectorType *VectorType::getExtendedElementVectorType(VectorType *VTy) { in getExtendedElementVectorType() function in VectorType85 VTy->getContext().getType(llvm::VectorType::getExtendedElementVectorType( in getExtendedElementVectorType()
546 return VectorType::getExtendedElementVectorType(VTy); in DecodeFixedType()924 NewTy = VectorType::getExtendedElementVectorType(VTy); in matchIntrinsicType()
1812 llvm::FixedVectorType::getExtendedElementVectorType(VTy); in EmitCommonNeonBuiltinExpr()2096 llvm::FixedVectorType::getExtendedElementVectorType(VTy); in EmitCommonNeonBuiltinExpr()2210 llvm::FixedVectorType::getExtendedElementVectorType(VTy); in EmitCommonNeonBuiltinExpr()2275 llvm::FixedVectorType::getExtendedElementVectorType(VTy); in EmitCommonNeonBuiltinExpr()
535 auto *ExtTy = FixedVectorType::getExtendedElementVectorType(ArgTy); in simplifyX86pmulh()
256 VectorType::getExtendedElementVectorType(cast<VectorType>(Ty)); in getArithmeticInstrCost()
3669 auto *ExtVTy = VectorType::getExtendedElementVectorType(VTy); in foldInterleaveIntrinsics()