Home
last modified time | relevance | path

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

/llvm-project/llvm/lib/Transforms/Scalar/
H A DScalarizeMaskedMemIntrin.cpp151 VectorType *VecType = cast<FixedVectorType>(CI->getType()); scalarizeMaskedLoad() local
289 auto *VecType = cast<VectorType>(Src->getType()); scalarizeMaskedStore() local
412 auto *VecType = cast<FixedVectorType>(CI->getType()); scalarizeMaskedGather() local
632 auto *VecType = cast<FixedVectorType>(CI->getType()); scalarizeMaskedExpandLoad() local
765 auto *VecType = cast<FixedVectorType>(Src->getType()); scalarizeMaskedCompressStore() local
[all...]
/llvm-project/llvm/lib/Target/NVPTX/
H A DNVPTX.h124 enum VecType { global() enum
H A DNVPTXISelDAGToDAG.cpp1097 unsigned VecType; tryLoadVector() local
1878 unsigned VecType; tryStoreVector() local
[all...]
/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUPrintfRuntimeBinding.cpp193 if (auto *VecType = dyn_cast<VectorType>(ArgType)) in lowerPrintfForGpu() local
H A DSIISelLowering.cpp11192 MVT VecType = MVT::getVectorVT(SimpleVT, 2); LowerATOMIC_CMP_SWAP() local
/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineCasts.cpp416 VectorType *VecType = cast<VectorType>(VecInput->getType()); in foldVecTruncToExtElt() local
2351 VectorType *VecType = cast<VectorType>(VecOp->getType()); canonicalizeBitCastExtElt() local
H A DInstCombineVectorOps.cpp508 auto *VecType = cast<VectorType>(GEP->getType()); in visitExtractElementInst() local
/llvm-project/clang/lib/Sema/
H A DSemaTemplateDeduction.cpp6421 const auto *VecType = cast<DependentVectorType>(T); MarkUsedTemplateParameters() local
6429 const DependentSizedExtVectorType *VecType MarkUsedTemplateParameters() local
H A DSemaExpr.cpp9184 const VectorType *VecType = RHSType->getAs<VectorType>(); CheckAssignmentConstraints() local
10106 const VectorType *VecType = SecondType->getAs<VectorType>(); CheckVectorOperands() local
10203 QualType VecType = LHSVecType ? LHSType : RHSType; CheckVectorOperands() local
[all...]
H A DSemaInit.cpp1947 QualType VecType; CheckVectorType() local
/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyISelLowering.cpp2303 MVT VecType = Op.getOperand(0).getSimpleValueType(); LowerVECTOR_SHUFFLE() local
/llvm-project/llvm/lib/Transforms/Vectorize/
H A DVectorCombine.cpp2057 FixedVectorType *VecType = foldShuffleFromReductions() local
/llvm-project/clang/lib/CodeGen/
H A DCGBuiltin.cpp21634 llvm::Type *VecType = ConvertType(E->getArg(0)->getType()); EmitHexagonBuiltinExpr() local
21654 llvm::Type *VecType = ConvertType(E->getArg(0)->getType()); EmitHexagonBuiltinExpr() local
/llvm-project/clang/lib/AST/
H A DASTContext.cpp4175 getDependentVectorType(QualType VecType,Expr * SizeExpr,SourceLocation AttrLoc,VectorKind VecKind) const getDependentVectorType() argument