Home
last modified time | relevance | path

Searched refs:getExtendedElementVectorType (Results 1 – 8 of 8) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/SandboxIR/
H A DType.h345 LLVM_ABI static VectorType *getExtendedElementVectorType(VectorType *VTy);
370 static FixedVectorType *getExtendedElementVectorType(FixedVectorType *VTy) { in getExtendedElementVectorType() function
371 return cast<FixedVectorType>(VectorType::getExtendedElementVectorType(VTy)); in getExtendedElementVectorType()
417 getExtendedElementVectorType(ScalableVectorType *VTy) { in getExtendedElementVectorType() function
419 VectorType::getExtendedElementVectorType(VTy)); in getExtendedElementVectorType()
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DDerivedTypes.h490 static VectorType *getExtendedElementVectorType(VectorType *VTy) { in getExtendedElementVectorType() function
608 static FixedVectorType *getExtendedElementVectorType(FixedVectorType *VTy) { in getExtendedElementVectorType() function
609 return cast<FixedVectorType>(VectorType::getExtendedElementVectorType(VTy)); in getExtendedElementVectorType()
658 getExtendedElementVectorType(ScalableVectorType *VTy) { in getExtendedElementVectorType() function
660 VectorType::getExtendedElementVectorType(VTy)); in getExtendedElementVectorType()
753 return VectorType::getExtendedElementVectorType( in getExtendedType()
/freebsd/contrib/llvm-project/llvm/lib/SandboxIR/
H A DType.cpp83 VectorType *VectorType::getExtendedElementVectorType(VectorType *VTy) { in getExtendedElementVectorType() function in VectorType
85 VTy->getContext().getType(llvm::VectorType::getExtendedElementVectorType( in getExtendedElementVectorType()
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DIntrinsics.cpp546 return VectorType::getExtendedElementVectorType(VTy); in DecodeFixedType()
924 NewTy = VectorType::getExtendedElementVectorType(VTy); in matchIntrinsicType()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/TargetBuiltins/
H A DARM.cpp1812 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()
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86InstCombineIntrinsic.cpp535 auto *ExtTy = FixedVectorType::getExtendedElementVectorType(ArgTy); in simplifyX86pmulh()
H A DX86TargetTransformInfo.cpp256 VectorType::getExtendedElementVectorType(cast<VectorType>(Ty)); in getArithmeticInstrCost()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DVectorCombine.cpp3669 auto *ExtVTy = VectorType::getExtendedElementVectorType(VTy); in foldInterleaveIntrinsics()