Home
last modified time | relevance | path

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

/freebsd-src/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
631 auto *VecType = cast<FixedVectorType>(CI->getType()); scalarizeMaskedExpandLoad() local
759 auto *VecType = cast<FixedVectorType>(Src->getType()); scalarizeMaskedCompressStore() local
[all...]
/freebsd-src/contrib/llvm-project/llvm/lib/Target/NVPTX/
H A DNVPTX.h129 enum VecType { global() enum
H A DNVPTXISelDAGToDAG.cpp1071 unsigned VecType; tryLoadVector() local
1852 unsigned VecType; tryStoreVector() local
[all...]
/freebsd-src/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUPrintfRuntimeBinding.cpp192 if (auto *VecType = dyn_cast<VectorType>(ArgType)) lowerPrintfForGpu() local
H A DSIISelLowering.cpp11006 MVT VecType = MVT::getVectorVT(SimpleVT, 2); LowerATOMIC_CMP_SWAP() local
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineCasts.cpp408 VectorType *VecType = cast<VectorType>(VecInput->getType()); foldVecTruncToExtElt() local
2263 VectorType *VecType = cast<VectorType>(VecOp->getType()); canonicalizeBitCastExtElt() local
H A DInstCombineVectorOps.cpp501 auto *VecType = cast<VectorType>(GEP->getType()); visitExtractElementInst() local
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DVectorCombine.cpp1481 FixedVectorType *VecType = foldShuffleFromReductions() local
/freebsd-src/contrib/llvm-project/clang/lib/Sema/
H A DSemaTemplateDeduction.cpp6247 const auto *VecType = cast<DependentVectorType>(T); MarkUsedTemplateParameters() local
6255 const DependentSizedExtVectorType *VecType MarkUsedTemplateParameters() local
H A DSemaExpr.cpp10215 const VectorType *VecType = RHSType->getAs<VectorType>(); CheckAssignmentConstraints() local
11139 const VectorType *VecType = SecondType->getAs<VectorType>(); CheckVectorOperands() local
11236 QualType VecType = LHSVecType ? LHSType : RHSType; CheckVectorOperands() local
[all...]
H A DSemaInit.cpp1867 QualType VecType; CheckVectorType() local
/freebsd-src/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyISelLowering.cpp2287 MVT VecType = Op.getOperand(0).getSimpleValueType(); LowerVECTOR_SHUFFLE() local
/freebsd-src/contrib/llvm-project/clang/lib/CodeGen/
H A DCGBuiltin.cpp21001 llvm::Type *VecType = ConvertType(E->getArg(0)->getType()); EmitHexagonBuiltinExpr() local
21021 llvm::Type *VecType = ConvertType(E->getArg(0)->getType()); EmitHexagonBuiltinExpr() local
/freebsd-src/contrib/llvm-project/clang/lib/AST/
H A DASTContext.cpp4052 getDependentVectorType(QualType VecType,Expr * SizeExpr,SourceLocation AttrLoc,VectorKind VecKind) const getDependentVectorType() argument