Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/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()
/openbsd-src/gnu/llvm/llvm/lib/IR/
H A DFunction.cpp1405 return VectorType::getExtendedElementVectorType(VTy); in DecodeFixedType()
1640 NewTy = VectorType::getExtendedElementVectorType(VTy); in matchIntrinsicType()
/openbsd-src/gnu/llvm/clang/lib/CodeGen/
H A DCGBuiltin.cpp6868 llvm::FixedVectorType::getExtendedElementVectorType(VTy); in EmitCommonNeonBuiltinExpr()
7156 llvm::FixedVectorType::getExtendedElementVectorType(VTy); in EmitCommonNeonBuiltinExpr()
7270 llvm::FixedVectorType::getExtendedElementVectorType(VTy); in EmitCommonNeonBuiltinExpr()
7336 llvm::FixedVectorType::getExtendedElementVectorType(VTy); in EmitCommonNeonBuiltinExpr()
/openbsd-src/gnu/llvm/llvm/lib/Target/X86/
H A DX86TargetTransformInfo.cpp230 VectorType::getExtendedElementVectorType(cast<VectorType>(Ty)); in getArithmeticInstrCost()