Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
H A 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
H A DLowerMatrixIntrinsics.cpp153 auto *VecType = FixedVectorType::get(EltType, NumElements); in computeVectorAddr() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/NVPTX/
H A DNVPTX.h121 enum VecType { enum
H A DNVPTXISelDAGToDAG.cpp1046 unsigned VecType; in tryLoadVector() local
1912 unsigned VecType; in tryStoreVector() local
/netbsd-src/external/gpl3/binutils/dist/gprofng/src/
H A Dvec.h58 enum VecType enum
/netbsd-src/external/gpl3/binutils.old/dist/gprofng/src/
H A Dvec.h58 enum VecType enum
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/WebAssembly/
H A DWebAssemblyISelLowering.cpp1922 MVT VecType = Op.getOperand(0).getSimpleValueType(); in LowerVECTOR_SHUFFLE() local
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaTemplateDeduction.cpp5876 const auto *VecType = cast<DependentVectorType>(T); in MarkUsedTemplateParameters() local
5884 const DependentSizedExtVectorType *VecType in MarkUsedTemplateParameters() local
H A DSemaExpr.cpp9186 const VectorType *VecType = RHSType->getAs<VectorType>(); in CheckAssignmentConstraints() local
10042 const VectorType *VecType = SecondType->getAs<VectorType>(); in CheckVectorOperands() local
10107 QualType VecType = LHSVecType ? LHSType : RHSType; in CheckVectorOperands() local
H A DSemaInit.cpp1807 QualType VecType; in CheckVectorType() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/InstCombine/
H A DInstCombineCasts.cpp495 VectorType *VecType = cast<VectorType>(VecInput->getType()); in foldVecTruncToExtElt() local
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DASTContext.cpp3939 ASTContext::getDependentVectorType(QualType VecType, Expr *SizeExpr, in getDependentVectorType()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
H A DSIISelLowering.cpp8752 MVT VecType = MVT::getVectorVT(SimpleVT, 2); in LowerATOMIC_CMP_SWAP() local
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGBuiltin.cpp17761 llvm::Type *VecType = ConvertType(E->getArg(0)->getType()); in EmitHexagonBuiltinExpr() local