Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/IR/
H A DDerivedTypes.h448 static VectorType *getExtendedElementVectorType(VectorType *VTy) { in getExtendedElementVectorType() function
540 static FixedVectorType *getExtendedElementVectorType(FixedVectorType *VTy) { in getExtendedElementVectorType() function
541 return cast<FixedVectorType>(VectorType::getExtendedElementVectorType(VTy)); in getExtendedElementVectorType()
589 getExtendedElementVectorType(ScalableVectorType *VTy) { in getExtendedElementVectorType() function
591 VectorType::getExtendedElementVectorType(VTy)); in getExtendedElementVectorType()
715 return VectorType::getExtendedElementVectorType( in getExtendedType()
/freebsd-13.1/contrib/llvm-project/llvm/lib/IR/
H A DFunction.cpp1230 return VectorType::getExtendedElementVectorType(VTy); in DecodeFixedType()
1461 NewTy = VectorType::getExtendedElementVectorType(VTy); in matchIntrinsicType()
/freebsd-13.1/contrib/llvm-project/clang/lib/CodeGen/
H A DCGBuiltin.cpp6504 llvm::FixedVectorType::getExtendedElementVectorType(VTy); in EmitCommonNeonBuiltinExpr()
6785 llvm::FixedVectorType::getExtendedElementVectorType(VTy); in EmitCommonNeonBuiltinExpr()
6899 llvm::FixedVectorType::getExtendedElementVectorType(VTy); in EmitCommonNeonBuiltinExpr()
6965 llvm::FixedVectorType::getExtendedElementVectorType(VTy); in EmitCommonNeonBuiltinExpr()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86TargetTransformInfo.cpp192 VectorType::getExtendedElementVectorType(cast<VectorType>(Ty)); in getArithmeticInstrCost()