Home
last modified time | relevance | path

Searched refs:getTruncatedElementVectorType (Results 1 – 6 of 6) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/SandboxIR/
H A DType.h346 LLVM_ABI static VectorType *getTruncatedElementVectorType(VectorType *VTy);
374 static FixedVectorType *getTruncatedElementVectorType(FixedVectorType *VTy) { in getTruncatedElementVectorType() function
376 VectorType::getTruncatedElementVectorType(VTy)); in getTruncatedElementVectorType()
423 getTruncatedElementVectorType(ScalableVectorType *VTy) { in getTruncatedElementVectorType() function
425 VectorType::getTruncatedElementVectorType(VTy)); in getTruncatedElementVectorType()
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DDerivedTypes.h499 static VectorType *getTruncatedElementVectorType(VectorType *VTy) { in getTruncatedElementVectorType() function
527 VTy = VectorType::getTruncatedElementVectorType(VTy); in getSubdividedVectorType()
612 static FixedVectorType *getTruncatedElementVectorType(FixedVectorType *VTy) { in getTruncatedElementVectorType() function
614 VectorType::getTruncatedElementVectorType(VTy)); in getTruncatedElementVectorType()
664 getTruncatedElementVectorType(ScalableVectorType *VTy) { in getTruncatedElementVectorType() function
666 VectorType::getTruncatedElementVectorType(VTy)); in getTruncatedElementVectorType()
/freebsd/contrib/llvm-project/llvm/lib/SandboxIR/
H A DType.cpp88 VectorType *VectorType::getTruncatedElementVectorType(VectorType *VTy) { in getTruncatedElementVectorType() function in VectorType
90 VTy->getContext().getType(llvm::VectorType::getTruncatedElementVectorType( in getTruncatedElementVectorType()
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DIntrinsics.cpp553 return VectorType::getTruncatedElementVectorType(VTy); in DecodeFixedType()
939 NewTy = VectorType::getTruncatedElementVectorType(VTy); in matchIntrinsicType()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/TargetBuiltins/
H A DARM.cpp2002 llvm::Type *Tys[2] = { VTy->getTruncatedElementVectorType(VTy), Ty}; in EmitCommonNeonBuiltinExpr()
2088 llvm::FixedVectorType::getTruncatedElementVectorType(VTy); in EmitCommonNeonBuiltinExpr()
2199 llvm::FixedVectorType::getTruncatedElementVectorType(VTy); in EmitCommonNeonBuiltinExpr()
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp16884 cast<FixedVectorType>(VectorType::getTruncatedElementVectorType(DstTy)); in optimizeExtendOrTruncateConversion()