/llvm-project/mlir/lib/Dialect/SPIRV/IR/ |
H A D | SPIRVCanonicalization.cpp | 712 if (auto vecTy = dyn_cast<VectorType>(getType())) in fold() local 739 if (auto vecTy = dyn_cast<VectorType>(getType())) in fold() local 850 if (auto vecTy = dyn_cast<VectorType>(getType())) in fold() local 870 if (auto vecTy = dyn_cast<VectorType>(getType())) in fold() local 891 if (auto vecTy = dyn_cast<VectorType>(getType())) in fold() local 912 if (auto vecTy = dyn_cast<VectorType>(getType())) in fold() local 933 if (auto vecTy = dyn_cast<VectorType>(getType())) in fold() local 954 if (auto vecTy = dyn_cast<VectorType>(getType())) in fold() local 974 if (auto vecTy = dyn_cast<VectorType>(getType())) in fold() local 995 if (auto vecTy = dyn_cast<VectorType>(getType())) in fold() local [all …]
|
H A D | IntegerDotProductOps.cpp | 118 auto vecTy = llvm::cast<VectorType>(factorTy); in getIntegerDotProductCapabilities() local
|
/llvm-project/mlir/lib/Dialect/GPU/Transforms/ |
H A D | SubgroupReduceLowering.cpp | 53 auto vecTy = dyn_cast<VectorType>(op.getType()); in matchAndRewrite() local 130 auto vecTy = dyn_cast<VectorType>(op.getType()); matchAndRewrite() local 240 auto vecTy = dyn_cast<VectorType>(op.getType()); matchAndRewrite() local [all...] |
/llvm-project/clang/lib/CodeGen/ |
H A D | SwiftCallingConv.cpp | 252 auto split = splitLegalVectorType(CGM, end - begin, vecTy); in addLegalTypedData() local 336 auto eltTy = vecTy->getElementType(); in addEntry() local 402 auto split = splitLegalVectorType(CGM, Entries[index].getWidth(), vecTy); in splitVectorEntry() local 219 if (auto vecTy = dyn_cast<llvm::VectorType>(type)) { addTypedData() local [all...] |
H A D | CGExprScalar.cpp | 5215 auto *vecTy = cast<llvm::FixedVectorType>(condType); VisitAbstractConditionalOperator() local
|
/llvm-project/mlir/lib/Dialect/Arith/Transforms/ |
H A D | EmulateWideInt.cpp | 99 auto vecTy = dyn_cast<VectorType>(input.getType()); in dropTrailingX1Dim() local 116 auto vecTy = dyn_cast<VectorType>(input.getType()); in appendX1Dim() local 583 if (auto vecTy = dyn_cast<VectorType>(resultType)) in matchAndRewrite() local 964 if (auto vecTy = dyn_cast<VectorType>(resultTy)) matchAndRewrite() local [all...] |
/llvm-project/flang/lib/Optimizer/CodeGen/ |
H A D | TypeConverter.cpp | 98 __anon41de6d401302(fir::VectorType vecTy) __anon41de6d401302() argument
|
H A D | Target.cpp | 398 __anon7f59534d0c02(fir::VectorType vecTy) classify() argument
|
/llvm-project/mlir/lib/Conversion/MathToSPIRV/ |
H A D | MathToSPIRV.cpp | 58 if (auto vecTy = dyn_cast<VectorType>(originalType)) { in isSupportedSourceType() local
|
/llvm-project/mlir/lib/Dialect/Affine/Transforms/ |
H A D | SuperVectorize.cpp | 951 auto vecTy = getVectorType(scalarTy, state.strategy); in vectorizeConstant() local 1010 auto vecTy = getVectorType(scalarTy, state.strategy); in createInitialVector() local
|
/llvm-project/mlir/lib/Dialect/Arith/Utils/ |
H A D | Utils.cpp | 277 auto vecTy = cast<ShapedType>(type); in createScalarOrSplatConstant() local
|
/llvm-project/mlir/lib/Conversion/ArithToLLVM/ |
H A D | ArithToLLVM.cpp | 352 auto vecTy = cast<VectorType>(resultType); matchAndRewrite() local
|
/llvm-project/mlir/lib/Conversion/VectorToSPIRV/ |
H A D | VectorToSPIRV.cpp | 551 if (auto vecTy = dyn_cast<VectorType>(scalarOrVec.getType())) matchAndRewrite() local
|
/llvm-project/mlir/lib/Conversion/VectorToGPU/ |
H A D | VectorToGPU.cpp | 880 VectorType vecTy = op.getVectorType(); convertTransferReadToLoads() local
|
/llvm-project/mlir/lib/Dialect/Vector/Transforms/ |
H A D | VectorTransforms.cpp | 459 if (auto vecTy = dyn_cast<VectorType>(bcastOp.getSourceType())) in matchAndRewrite() local
|
/llvm-project/flang/lib/Optimizer/Dialect/ |
H A D | FIRType.cpp | 416 if (auto vecTy = mlir::dyn_cast<fir::VectorType>(nt)) unwrapAllRefAndSeqType() local
|
/llvm-project/clang/lib/Sema/ |
H A D | SemaCast.cpp | 2770 if (const VectorType *vecTy = DestType->getAs<VectorType>()) { CheckCXXCStyleCast() local
|
/llvm-project/mlir/lib/Dialect/GPU/IR/ |
H A D | GPUDialect.cpp | 610 if (auto vecTy = dyn_cast<VectorType>(elemType)) { verify() local
|
/llvm-project/flang/lib/Lower/ |
H A D | ConvertVariable.cpp | 1310 auto vecTy = mlir::VectorType::get(sz, i8Ty); declareCommonBlock() local
|
/llvm-project/mlir/lib/Dialect/Vector/IR/ |
H A D | VectorOps.cpp | 2026 auto vecTy = llvm::cast<VectorType>(sourceVector.getType()); matchAndRewrite() local
|