Home
last modified time | relevance | path

Searched defs:vecTy (Results 1 – 20 of 20) sorted by relevance

/llvm-project/mlir/lib/Dialect/SPIRV/IR/
H A DSPIRVCanonicalization.cpp712 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 DIntegerDotProductOps.cpp118 auto vecTy = llvm::cast<VectorType>(factorTy); in getIntegerDotProductCapabilities() local
/llvm-project/mlir/lib/Dialect/GPU/Transforms/
H A DSubgroupReduceLowering.cpp53 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 DSwiftCallingConv.cpp252 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 DCGExprScalar.cpp5215 auto *vecTy = cast<llvm::FixedVectorType>(condType); VisitAbstractConditionalOperator() local
/llvm-project/mlir/lib/Dialect/Arith/Transforms/
H A DEmulateWideInt.cpp99 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 DTypeConverter.cpp98 __anon41de6d401302(fir::VectorType vecTy) __anon41de6d401302() argument
H A DTarget.cpp398 __anon7f59534d0c02(fir::VectorType vecTy) classify() argument
/llvm-project/mlir/lib/Conversion/MathToSPIRV/
H A DMathToSPIRV.cpp58 if (auto vecTy = dyn_cast<VectorType>(originalType)) { in isSupportedSourceType() local
/llvm-project/mlir/lib/Dialect/Affine/Transforms/
H A DSuperVectorize.cpp951 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 DUtils.cpp277 auto vecTy = cast<ShapedType>(type); in createScalarOrSplatConstant() local
/llvm-project/mlir/lib/Conversion/ArithToLLVM/
H A DArithToLLVM.cpp352 auto vecTy = cast<VectorType>(resultType); matchAndRewrite() local
/llvm-project/mlir/lib/Conversion/VectorToSPIRV/
H A DVectorToSPIRV.cpp551 if (auto vecTy = dyn_cast<VectorType>(scalarOrVec.getType())) matchAndRewrite() local
/llvm-project/mlir/lib/Conversion/VectorToGPU/
H A DVectorToGPU.cpp880 VectorType vecTy = op.getVectorType(); convertTransferReadToLoads() local
/llvm-project/mlir/lib/Dialect/Vector/Transforms/
H A DVectorTransforms.cpp459 if (auto vecTy = dyn_cast<VectorType>(bcastOp.getSourceType())) in matchAndRewrite() local
/llvm-project/flang/lib/Optimizer/Dialect/
H A DFIRType.cpp416 if (auto vecTy = mlir::dyn_cast<fir::VectorType>(nt)) unwrapAllRefAndSeqType() local
/llvm-project/clang/lib/Sema/
H A DSemaCast.cpp2770 if (const VectorType *vecTy = DestType->getAs<VectorType>()) { CheckCXXCStyleCast() local
/llvm-project/mlir/lib/Dialect/GPU/IR/
H A DGPUDialect.cpp610 if (auto vecTy = dyn_cast<VectorType>(elemType)) { verify() local
/llvm-project/flang/lib/Lower/
H A DConvertVariable.cpp1310 auto vecTy = mlir::VectorType::get(sz, i8Ty); declareCommonBlock() local
/llvm-project/mlir/lib/Dialect/Vector/IR/
H A DVectorOps.cpp2026 auto vecTy = llvm::cast<VectorType>(sourceVector.getType()); matchAndRewrite() local