Searched refs:getSubdividedVectorType (Results 1 – 5 of 5) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/include/llvm/SandboxIR/ |
| H A D | Type.h | 347 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 D | DerivedTypes.h | 524 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 D | Type.cpp | 93 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 D | Intrinsics.cpp | 565 return VectorType::getSubdividedVectorType(VTy, SubDivs); in DecodeFixedType() 1017 NewTy = VectorType::getSubdividedVectorType(VTy, SubDivs); in matchIntrinsicType()
|
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
| H A D | ComplexDeinterleavingPass.cpp | 998 Type *ExpectedOperandTy = VectorType::getSubdividedVectorType(VTy, 2); in identifyDotProduct()
|