/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
H A D | ScalarizeMaskedMemIntrin.cpp | 151 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 D | NVPTX.h | 129 enum VecType { global() enum
|
H A D | NVPTXISelDAGToDAG.cpp | 1071 unsigned VecType; tryLoadVector() local 1852 unsigned VecType; tryStoreVector() local [all...] |
/freebsd-src/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
H A D | AMDGPUPrintfRuntimeBinding.cpp | 192 if (auto *VecType = dyn_cast<VectorType>(ArgType)) lowerPrintfForGpu() local
|
H A D | SIISelLowering.cpp | 11006 MVT VecType = MVT::getVectorVT(SimpleVT, 2); LowerATOMIC_CMP_SWAP() local
|
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/InstCombine/ |
H A D | InstCombineCasts.cpp | 408 VectorType *VecType = cast<VectorType>(VecInput->getType()); foldVecTruncToExtElt() local 2263 VectorType *VecType = cast<VectorType>(VecOp->getType()); canonicalizeBitCastExtElt() local
|
H A D | InstCombineVectorOps.cpp | 501 auto *VecType = cast<VectorType>(GEP->getType()); visitExtractElementInst() local
|
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/Vectorize/ |
H A D | VectorCombine.cpp | 1481 FixedVectorType *VecType = foldShuffleFromReductions() local
|
/freebsd-src/contrib/llvm-project/clang/lib/Sema/ |
H A D | SemaTemplateDeduction.cpp | 6247 const auto *VecType = cast<DependentVectorType>(T); MarkUsedTemplateParameters() local 6255 const DependentSizedExtVectorType *VecType MarkUsedTemplateParameters() local
|
H A D | SemaExpr.cpp | 10215 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 D | SemaInit.cpp | 1867 QualType VecType; CheckVectorType() local
|
/freebsd-src/contrib/llvm-project/llvm/lib/Target/WebAssembly/ |
H A D | WebAssemblyISelLowering.cpp | 2287 MVT VecType = Op.getOperand(0).getSimpleValueType(); LowerVECTOR_SHUFFLE() local
|
/freebsd-src/contrib/llvm-project/clang/lib/CodeGen/ |
H A D | CGBuiltin.cpp | 21001 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 D | ASTContext.cpp | 4052 getDependentVectorType(QualType VecType,Expr * SizeExpr,SourceLocation AttrLoc,VectorKind VecKind) const getDependentVectorType() argument
|