/openbsd-src/gnu/llvm/llvm/lib/Transforms/Scalar/ |
H A D | ScalarizeMaskedMemIntrin.cpp | 151 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 D | LowerMatrixIntrinsics.cpp | 192 auto *VecType = FixedVectorType::get(EltType, NumElements); in computeVectorAddr() local
|
/openbsd-src/gnu/llvm/llvm/lib/Target/NVPTX/ |
H A D | NVPTX.h | 122 enum VecType { enum
|
H A D | NVPTXISelDAGToDAG.cpp | 1060 unsigned VecType; in tryLoadVector() local 1913 unsigned VecType; in tryStoreVector() local
|
/openbsd-src/gnu/llvm/llvm/lib/Target/AMDGPU/ |
H A D | AMDGPUPrintfRuntimeBinding.cpp | 225 if (auto *VecType = dyn_cast<VectorType>(ArgType)) in lowerPrintfForGpu() local
|
H A D | SIISelLowering.cpp | 9388 MVT VecType = MVT::getVectorVT(SimpleVT, 2); in LowerATOMIC_CMP_SWAP() local
|
/openbsd-src/gnu/llvm/llvm/lib/Transforms/InstCombine/ |
H A D | InstCombineCasts.cpp | 544 VectorType *VecType = cast<VectorType>(VecInput->getType()); in foldVecTruncToExtElt() local 2374 VectorType *VecType = cast<VectorType>(VecOp->getType()); in canonicalizeBitCastExtElt() local
|
H A D | InstCombineVectorOps.cpp | 498 auto *VecType = cast<VectorType>(GEP->getType()); in visitExtractElementInst() local
|
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Vectorize/ |
H A D | VectorCombine.cpp | 1338 FixedVectorType *VecType = in foldShuffleFromReductions() local
|
/openbsd-src/gnu/llvm/clang/lib/Sema/ |
H A D | SemaTemplateDeduction.cpp | 5979 const auto *VecType = cast<DependentVectorType>(T); in MarkUsedTemplateParameters() local 5987 const DependentSizedExtVectorType *VecType in MarkUsedTemplateParameters() local
|
H A D | SemaExpr.cpp | 9857 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 D | SemaInit.cpp | 1821 QualType VecType; in CheckVectorType() local
|
/openbsd-src/gnu/llvm/llvm/lib/Target/WebAssembly/ |
H A D | WebAssemblyISelLowering.cpp | 2195 MVT VecType = Op.getOperand(0).getSimpleValueType(); in LowerVECTOR_SHUFFLE() local
|
/openbsd-src/gnu/llvm/clang/lib/CodeGen/ |
H A D | CGBuiltin.cpp | 19352 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 D | ASTContext.cpp | 4074 ASTContext::getDependentVectorType(QualType VecType, Expr *SizeExpr, in getDependentVectorType()
|