Home
last modified time | relevance | path

Searched defs:vectorTy (Results 1 – 9 of 9) sorted by relevance

/llvm-project/clang/lib/CodeGen/
H A DSwiftCallingConv.cpp703 auto numElts = cast<llvm::FixedVectorType>(vectorTy)->getNumElements(); in splitLegalVectorType() argument
689 isLegalVectorType(CodeGenModule & CGM,CharUnits vectorSize,llvm::VectorType * vectorTy) isLegalVectorType() argument
/llvm-project/mlir/lib/Conversion/VectorToLLVM/
H A DConvertVectorToLLVM.cpp193 replaceLoadOrStoreOp(vector::LoadOp loadOp,vector::LoadOpAdaptor adaptor,VectorType vectorTy,Value ptr,unsigned align,ConversionPatternRewriter & rewriter) replaceLoadOrStoreOp() argument
202 replaceLoadOrStoreOp(vector::MaskedLoadOp loadOp,vector::MaskedLoadOpAdaptor adaptor,VectorType vectorTy,Value ptr,unsigned align,ConversionPatternRewriter & rewriter) replaceLoadOrStoreOp() argument
210 replaceLoadOrStoreOp(vector::StoreOp storeOp,vector::StoreOpAdaptor adaptor,VectorType vectorTy,Value ptr,unsigned align,ConversionPatternRewriter & rewriter) replaceLoadOrStoreOp() argument
219 replaceLoadOrStoreOp(vector::MaskedStoreOp storeOp,vector::MaskedStoreOpAdaptor adaptor,VectorType vectorTy,Value ptr,unsigned align,ConversionPatternRewriter & rewriter) replaceLoadOrStoreOp() argument
237 VectorType vectorTy = loadOrStoreOp.getVectorType(); matchAndRewrite() local
/llvm-project/mlir/lib/Target/LLVMIR/
H A DModuleTranslation.cpp321 } else if (auto *vectorTy = dyn_cast<llvm::VectorType>(type)) { buildSequentialConstant() local
348 } else if (auto *vectorTy = dyn_cast<llvm::VectorType>(type)) { getInnermostElementType() local
/llvm-project/mlir/lib/Conversion/ArithToSPIRV/
H A DArithToSPIRV.cpp607 } else if (auto vectorTy = dyn_cast<VectorType>(dstType)) { in matchAndRewrite() local
/llvm-project/mlir/lib/Dialect/Arith/Transforms/
H A DEmulateWideInt.cpp525 if (auto vectorTy = dyn_cast<VectorType>(type)) in isIndexOrIndexVector() local
/llvm-project/mlir/lib/Dialect/Affine/Transforms/
H A DSuperVectorize.cpp1121 auto vectorTy = getVectorType(uniformVal.getType(), state.strategy); in vectorizeUniform() local
/llvm-project/clang/lib/CodeGen/Targets/
H A DX86.cpp1363 if (llvm::VectorType *vectorTy = dyn_cast_or_null<llvm::VectorType>(ty)) isPassedUsingAVXType() local
/llvm-project/mlir/lib/IR/
H A DAsmPrinter.cpp2610 __anonc242fc4b3b02(VectorType vectorTy) printTypeImpl() argument
/llvm-project/clang/lib/Sema/
H A DSemaExpr.cpp9788 tryVectorConvertAndSplat(Sema & S,ExprResult * scalar,QualType scalarTy,QualType vectorEltTy,QualType vectorTy,unsigned & DiagID) tryVectorConvertAndSplat() argument