Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/IR/
H A DDerivedTypes.h449 static VectorType *getExtendedElementVectorType(VectorType *VTy) { in getExtendedElementVectorType() function
541 static FixedVectorType *getExtendedElementVectorType(FixedVectorType *VTy) { in getExtendedElementVectorType() function
542 return cast<FixedVectorType>(VectorType::getExtendedElementVectorType(VTy)); in getExtendedElementVectorType()
590 getExtendedElementVectorType(ScalableVectorType *VTy) { in getExtendedElementVectorType() function
592 VectorType::getExtendedElementVectorType(VTy)); in getExtendedElementVectorType()
711 return VectorType::getExtendedElementVectorType( in getExtendedType()
/llvm-project-15.0.7/llvm/unittests/IR/
H A DVectorTypesTest.cpp97 VectorType::getExtendedElementVectorType(V8Int16Ty)); in TEST()
192 VectorType::getExtendedElementVectorType(ScV8Int16Ty)); in TEST()
/llvm-project-15.0.7/llvm/lib/IR/
H A DFunction.cpp1312 return VectorType::getExtendedElementVectorType(VTy); in DecodeFixedType()
1560 NewTy = VectorType::getExtendedElementVectorType(VTy); in matchIntrinsicType()
/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCGBuiltin.cpp6617 llvm::FixedVectorType::getExtendedElementVectorType(VTy); in EmitCommonNeonBuiltinExpr()
6897 llvm::FixedVectorType::getExtendedElementVectorType(VTy); in EmitCommonNeonBuiltinExpr()
7011 llvm::FixedVectorType::getExtendedElementVectorType(VTy); in EmitCommonNeonBuiltinExpr()
7077 llvm::FixedVectorType::getExtendedElementVectorType(VTy); in EmitCommonNeonBuiltinExpr()
/llvm-project-15.0.7/llvm/lib/Target/X86/
H A DX86TargetTransformInfo.cpp193 VectorType::getExtendedElementVectorType(cast<VectorType>(Ty)); in getArithmeticInstrCost()