Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Transforms/Scalar/
H A DScalarizeMaskedMemIntrin.cpp151 VectorType *VecType = cast<FixedVectorType>(CI->getType()); in scalarizeMaskedLoad() local
293 auto *VecType = cast<VectorType>(Src->getType()); in scalarizeMaskedStore() local
420 auto *VecType = cast<FixedVectorType>(CI->getType()); in scalarizeMaskedGather() local
639 auto *VecType = cast<FixedVectorType>(CI->getType()); in scalarizeMaskedExpandLoad() local
767 auto *VecType = cast<FixedVectorType>(Src->getType()); in scalarizeMaskedCompressStore() local
H A DLowerMatrixIntrinsics.cpp192 auto *VecType = FixedVectorType::get(EltType, NumElements); in computeVectorAddr() local
/openbsd-src/gnu/llvm/llvm/lib/Target/NVPTX/
H A DNVPTX.h122 enum VecType { enum
H A DNVPTXISelDAGToDAG.cpp1060 unsigned VecType; in tryLoadVector() local
1913 unsigned VecType; in tryStoreVector() local
/openbsd-src/gnu/llvm/llvm/lib/Target/AMDGPU/
H A DAMDGPUPrintfRuntimeBinding.cpp225 if (auto *VecType = dyn_cast<VectorType>(ArgType)) in lowerPrintfForGpu() local
H A DSIISelLowering.cpp9388 MVT VecType = MVT::getVectorVT(SimpleVT, 2); in LowerATOMIC_CMP_SWAP() local
/openbsd-src/gnu/llvm/llvm/lib/Transforms/InstCombine/
H A DInstCombineCasts.cpp544 VectorType *VecType = cast<VectorType>(VecInput->getType()); in foldVecTruncToExtElt() local
2374 VectorType *VecType = cast<VectorType>(VecOp->getType()); in canonicalizeBitCastExtElt() local
H A DInstCombineVectorOps.cpp498 auto *VecType = cast<VectorType>(GEP->getType()); in visitExtractElementInst() local
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Vectorize/
H A DVectorCombine.cpp1338 FixedVectorType *VecType = in foldShuffleFromReductions() local
/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSemaTemplateDeduction.cpp5979 const auto *VecType = cast<DependentVectorType>(T); in MarkUsedTemplateParameters() local
5987 const DependentSizedExtVectorType *VecType in MarkUsedTemplateParameters() local
H A DSemaExpr.cpp9857 const VectorType *VecType = RHSType->getAs<VectorType>(); in CheckAssignmentConstraints() local
10738 const VectorType *VecType = SecondType->getAs<VectorType>(); in CheckVectorOperands() local
10803 QualType VecType = LHSVecType ? LHSType : RHSType; in CheckVectorOperands() local
H A DSemaInit.cpp1821 QualType VecType; in CheckVectorType() local
/openbsd-src/gnu/llvm/llvm/lib/Target/WebAssembly/
H A DWebAssemblyISelLowering.cpp2195 MVT VecType = Op.getOperand(0).getSimpleValueType(); in LowerVECTOR_SHUFFLE() local
/openbsd-src/gnu/llvm/clang/lib/CodeGen/
H A DCGBuiltin.cpp19352 llvm::Type *VecType = ConvertType(E->getArg(0)->getType()); in EmitHexagonBuiltinExpr() local
19372 llvm::Type *VecType = ConvertType(E->getArg(0)->getType()); in EmitHexagonBuiltinExpr() local
/openbsd-src/gnu/llvm/clang/lib/AST/
H A DASTContext.cpp4074 ASTContext::getDependentVectorType(QualType VecType, Expr *SizeExpr, in getDependentVectorType()