/llvm-project/clang/lib/CodeGen/ |
H A D | SwiftCallingConv.cpp | 703 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 D | ConvertVectorToLLVM.cpp | 193 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 D | ModuleTranslation.cpp | 321 } 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 D | ArithToSPIRV.cpp | 607 } else if (auto vectorTy = dyn_cast<VectorType>(dstType)) { in matchAndRewrite() local
|
/llvm-project/mlir/lib/Dialect/Arith/Transforms/ |
H A D | EmulateWideInt.cpp | 525 if (auto vectorTy = dyn_cast<VectorType>(type)) in isIndexOrIndexVector() local
|
/llvm-project/mlir/lib/Dialect/Affine/Transforms/ |
H A D | SuperVectorize.cpp | 1121 auto vectorTy = getVectorType(uniformVal.getType(), state.strategy); in vectorizeUniform() local
|
/llvm-project/clang/lib/CodeGen/Targets/ |
H A D | X86.cpp | 1363 if (llvm::VectorType *vectorTy = dyn_cast_or_null<llvm::VectorType>(ty)) isPassedUsingAVXType() local
|
/llvm-project/mlir/lib/IR/ |
H A D | AsmPrinter.cpp | 2610 __anonc242fc4b3b02(VectorType vectorTy) printTypeImpl() argument
|
/llvm-project/clang/lib/Sema/ |
H A D | SemaExpr.cpp | 9788 tryVectorConvertAndSplat(Sema & S,ExprResult * scalar,QualType scalarTy,QualType vectorEltTy,QualType vectorTy,unsigned & DiagID) tryVectorConvertAndSplat() argument
|