Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DScalarizeMaskedMemIntrin.cpp151 VectorType *VecType = cast<FixedVectorType>(CI->getType()); in scalarizeMaskedLoad() local
289 auto *VecType = cast<VectorType>(Src->getType()); in scalarizeMaskedStore() local
412 auto *VecType = cast<FixedVectorType>(CI->getType()); in scalarizeMaskedGather() local
632 auto *VecType = cast<FixedVectorType>(CI->getType()); in scalarizeMaskedExpandLoad() local
765 auto *VecType = cast<FixedVectorType>(Src->getType()); in scalarizeMaskedCompressStore() local
/freebsd/contrib/llvm-project/llvm/lib/Target/NVPTX/
H A DNVPTX.h124 enum VecType { enum
H A DNVPTXISelDAGToDAG.cpp1097 unsigned VecType; in tryLoadVector() local
1878 unsigned VecType; in tryStoreVector() local
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUPrintfRuntimeBinding.cpp193 if (auto *VecType = dyn_cast<VectorType>(ArgType)) in lowerPrintfForGpu() local
H A DSIISelLowering.cpp11195 MVT VecType = MVT::getVectorVT(SimpleVT, 2); in LowerATOMIC_CMP_SWAP() local
/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineCasts.cpp416 VectorType *VecType = cast<VectorType>(VecInput->getType()); in foldVecTruncToExtElt() local
2353 VectorType *VecType = cast<VectorType>(VecOp->getType()); in canonicalizeBitCastExtElt() local
H A DInstCombineVectorOps.cpp508 auto *VecType = cast<VectorType>(GEP->getType()); in visitExtractElementInst() local
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaTemplateDeduction.cpp6421 const auto *VecType = cast<DependentVectorType>(T); in MarkUsedTemplateParameters() local
6429 const DependentSizedExtVectorType *VecType in MarkUsedTemplateParameters() local
H A DSemaExpr.cpp9219 const VectorType *VecType = RHSType->getAs<VectorType>(); in CheckAssignmentConstraints() local
10141 const VectorType *VecType = SecondType->getAs<VectorType>(); in CheckVectorOperands() local
10238 QualType VecType = LHSVecType ? LHSType : RHSType; in CheckVectorOperands() local
H A DSemaInit.cpp1947 QualType VecType; in CheckVectorType() local
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DVectorCombine.cpp2069 FixedVectorType *VecType = in foldShuffleFromReductions() local
/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyISelLowering.cpp2304 MVT VecType = Op.getOperand(0).getSimpleValueType(); in LowerVECTOR_SHUFFLE() local
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGBuiltin.cpp21755 llvm::Type *VecType = ConvertType(E->getArg(0)->getType()); in EmitHexagonBuiltinExpr() local
21775 llvm::Type *VecType = ConvertType(E->getArg(0)->getType()); in EmitHexagonBuiltinExpr() local
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DASTContext.cpp4463 QualType ASTContext::getDependentVectorType(QualType VecType, Expr *SizeExpr, in getDependentVectorType()