/llvm-project/llvm/lib/Transforms/Scalar/ |
H A D | ScalarizeMaskedMemIntrin.cpp | 151 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 D | NVPTX.h | 124 enum VecType { global() enum
|
H A D | NVPTXISelDAGToDAG.cpp | 1097 unsigned VecType; tryLoadVector() local 1878 unsigned VecType; tryStoreVector() local [all...] |
/llvm-project/llvm/lib/Target/AMDGPU/ |
H A D | AMDGPUPrintfRuntimeBinding.cpp | 193 if (auto *VecType = dyn_cast<VectorType>(ArgType)) in lowerPrintfForGpu() local
|
H A D | SIISelLowering.cpp | 11192 MVT VecType = MVT::getVectorVT(SimpleVT, 2); LowerATOMIC_CMP_SWAP() local
|
/llvm-project/llvm/lib/Transforms/InstCombine/ |
H A D | InstCombineCasts.cpp | 416 VectorType *VecType = cast<VectorType>(VecInput->getType()); in foldVecTruncToExtElt() local 2351 VectorType *VecType = cast<VectorType>(VecOp->getType()); canonicalizeBitCastExtElt() local
|
H A D | InstCombineVectorOps.cpp | 508 auto *VecType = cast<VectorType>(GEP->getType()); in visitExtractElementInst() local
|
/llvm-project/clang/lib/Sema/ |
H A D | SemaTemplateDeduction.cpp | 6421 const auto *VecType = cast<DependentVectorType>(T); MarkUsedTemplateParameters() local 6429 const DependentSizedExtVectorType *VecType MarkUsedTemplateParameters() local
|
H A D | SemaExpr.cpp | 9184 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 D | SemaInit.cpp | 1947 QualType VecType; CheckVectorType() local
|
/llvm-project/llvm/lib/Target/WebAssembly/ |
H A D | WebAssemblyISelLowering.cpp | 2303 MVT VecType = Op.getOperand(0).getSimpleValueType(); LowerVECTOR_SHUFFLE() local
|
/llvm-project/llvm/lib/Transforms/Vectorize/ |
H A D | VectorCombine.cpp | 2057 FixedVectorType *VecType = foldShuffleFromReductions() local
|
/llvm-project/clang/lib/CodeGen/ |
H A D | CGBuiltin.cpp | 21634 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 D | ASTContext.cpp | 4175 getDependentVectorType(QualType VecType,Expr * SizeExpr,SourceLocation AttrLoc,VectorKind VecKind) const getDependentVectorType() argument
|