Home
last modified time | relevance | path

Searched defs:VecType (Results 1 – 13 of 13) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/
DScalarizeMaskedMemIntrin.cpp153 VectorType *VecType = cast<FixedVectorType>(CI->getType()); in scalarizeMaskedLoad() local
295 auto *VecType = cast<VectorType>(Src->getType()); in scalarizeMaskedStore() local
422 auto *VecType = cast<FixedVectorType>(CI->getType()); in scalarizeMaskedGather() local
641 auto *VecType = cast<FixedVectorType>(CI->getType()); in scalarizeMaskedExpandLoad() local
769 auto *VecType = cast<FixedVectorType>(Src->getType()); in scalarizeMaskedCompressStore() local
DLowerMatrixIntrinsics.cpp154 auto *VecType = FixedVectorType::get(EltType, NumElements); in computeVectorAddr() local
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/NVPTX/
DNVPTX.h121 enum VecType { enum
DNVPTXISelDAGToDAG.cpp1046 unsigned VecType; in tryLoadVector() local
1912 unsigned VecType; in tryStoreVector() local
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
DInstCombineVectorOps.cpp454 auto *VecType = cast<VectorType>(GEP->getType()); in visitExtractElementInst() local
DInstCombineCasts.cpp513 VectorType *VecType = cast<VectorType>(VecInput->getType()); in foldVecTruncToExtElt() local
/freebsd-12-stable/contrib/llvm-project/clang/lib/Sema/
DSemaTemplateDeduction.cpp5876 const auto *VecType = cast<DependentVectorType>(T); in MarkUsedTemplateParameters() local
5884 const DependentSizedExtVectorType *VecType in MarkUsedTemplateParameters() local
DSemaExpr.cpp9250 const VectorType *VecType = RHSType->getAs<VectorType>(); in CheckAssignmentConstraints() local
10106 const VectorType *VecType = SecondType->getAs<VectorType>(); in CheckVectorOperands() local
10171 QualType VecType = LHSVecType ? LHSType : RHSType; in CheckVectorOperands() local
DSemaInit.cpp1807 QualType VecType; in CheckVectorType() local
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/WebAssembly/
DWebAssemblyISelLowering.cpp2025 MVT VecType = Op.getOperand(0).getSimpleValueType(); in LowerVECTOR_SHUFFLE() local
/freebsd-12-stable/contrib/llvm-project/clang/lib/AST/
DASTContext.cpp3954 ASTContext::getDependentVectorType(QualType VecType, Expr *SizeExpr, in getDependentVectorType()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
DSIISelLowering.cpp8794 MVT VecType = MVT::getVectorVT(SimpleVT, 2); in LowerATOMIC_CMP_SWAP() local
/freebsd-12-stable/contrib/llvm-project/clang/lib/CodeGen/
DCGBuiltin.cpp18199 llvm::Type *VecType = ConvertType(E->getArg(0)->getType()); in EmitHexagonBuiltinExpr() local