Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/IR/
H A DDerivedTypes.h463 static VectorType *getExtendedElementVectorType(VectorType *VTy) { in getExtendedElementVectorType() function
555 static FixedVectorType *getExtendedElementVectorType(FixedVectorType *VTy) { in getExtendedElementVectorType() function
556 return cast<FixedVectorType>(VectorType::getExtendedElementVectorType(VTy)); in getExtendedElementVectorType()
604 getExtendedElementVectorType(ScalableVectorType *VTy) { in getExtendedElementVectorType() function
606 VectorType::getExtendedElementVectorType(VTy)); in getExtendedElementVectorType()
692 return VectorType::getExtendedElementVectorType( in getExtendedType()
/freebsd-14.2/contrib/llvm-project/llvm/lib/IR/
H A DFunction.cpp1362 return VectorType::getExtendedElementVectorType(VTy); in DecodeFixedType()
1559 NewTy = VectorType::getExtendedElementVectorType(VTy); in matchIntrinsicType()
/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/
H A DCGBuiltin.cpp7471 llvm::FixedVectorType::getExtendedElementVectorType(VTy); in EmitCommonNeonBuiltinExpr()
7751 llvm::FixedVectorType::getExtendedElementVectorType(VTy); in EmitCommonNeonBuiltinExpr()
7865 llvm::FixedVectorType::getExtendedElementVectorType(VTy); in EmitCommonNeonBuiltinExpr()
7930 llvm::FixedVectorType::getExtendedElementVectorType(VTy); in EmitCommonNeonBuiltinExpr()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86TargetTransformInfo.cpp231 VectorType::getExtendedElementVectorType(cast<VectorType>(Ty)); in getArithmeticInstrCost()