Home
last modified time | relevance | path

Searched refs:getSubdividedVectorType (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/SandboxIR/
H A DType.h347 LLVM_ABI static VectorType *getSubdividedVectorType(VectorType *VTy,
379 static FixedVectorType *getSubdividedVectorType(FixedVectorType *VTy, in getSubdividedVectorType() function
382 VectorType::getSubdividedVectorType(VTy, NumSubdivs)); in getSubdividedVectorType()
428 static ScalableVectorType *getSubdividedVectorType(ScalableVectorType *VTy, in getSubdividedVectorType() function
431 VectorType::getSubdividedVectorType(VTy, NumSubdivs)); in getSubdividedVectorType()
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DDerivedTypes.h524 static VectorType *getSubdividedVectorType(VectorType *VTy, int NumSubdivs) { in getSubdividedVectorType() function
617 static FixedVectorType *getSubdividedVectorType(FixedVectorType *VTy, in getSubdividedVectorType() function
620 VectorType::getSubdividedVectorType(VTy, NumSubdivs)); in getSubdividedVectorType()
669 static ScalableVectorType *getSubdividedVectorType(ScalableVectorType *VTy, in getSubdividedVectorType() function
672 VectorType::getSubdividedVectorType(VTy, NumSubdivs)); in getSubdividedVectorType()
/freebsd/contrib/llvm-project/llvm/lib/SandboxIR/
H A DType.cpp93 VectorType *VectorType::getSubdividedVectorType(VectorType *VTy, in getSubdividedVectorType() function in VectorType
96 VTy->getContext().getType(llvm::VectorType::getSubdividedVectorType( in getSubdividedVectorType()
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DIntrinsics.cpp565 return VectorType::getSubdividedVectorType(VTy, SubDivs); in DecodeFixedType()
1017 NewTy = VectorType::getSubdividedVectorType(VTy, SubDivs); in matchIntrinsicType()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DComplexDeinterleavingPass.cpp998 Type *ExpectedOperandTy = VectorType::getSubdividedVectorType(VTy, 2); in identifyDotProduct()