Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/IR/
H A DDerivedTypes.h451 static VectorType *getExtendedElementVectorType(VectorType *VTy) { in getExtendedElementVectorType() function
543 static FixedVectorType *getExtendedElementVectorType(FixedVectorType *VTy) { in getExtendedElementVectorType() function
544 return cast<FixedVectorType>(VectorType::getExtendedElementVectorType(VTy)); in getExtendedElementVectorType()
592 getExtendedElementVectorType(ScalableVectorType *VTy) { in getExtendedElementVectorType() function
594 VectorType::getExtendedElementVectorType(VTy)); in getExtendedElementVectorType()
698 return VectorType::getExtendedElementVectorType( in getExtendedType()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/
H A DFunction.cpp1218 return VectorType::getExtendedElementVectorType(VTy); in DecodeFixedType()
1437 NewTy = VectorType::getExtendedElementVectorType(VTy); in matchIntrinsicType()
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGBuiltin.cpp6423 llvm::FixedVectorType::getExtendedElementVectorType(VTy); in EmitCommonNeonBuiltinExpr()
6704 llvm::FixedVectorType::getExtendedElementVectorType(VTy); in EmitCommonNeonBuiltinExpr()
6818 llvm::FixedVectorType::getExtendedElementVectorType(VTy); in EmitCommonNeonBuiltinExpr()
6884 llvm::FixedVectorType::getExtendedElementVectorType(VTy); in EmitCommonNeonBuiltinExpr()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/X86/
H A DX86TargetTransformInfo.cpp192 VectorType::getExtendedElementVectorType(cast<VectorType>(Ty)); in getArithmeticInstrCost()