/llvm-project/mlir/lib/Dialect/SPIRV/IR/ |
H A D | SPIRVOpDefinition.cpp | 44 if (auto vecType = llvm::dyn_cast<VectorType>(operandType)) in getUnaryOpResultType() local
|
/llvm-project/mlir/lib/Dialect/NVGPU/Transforms/ |
H A D | CreateAsyncGroups.cpp | 128 VectorType vecType) { in resultsInSupportedAsyncCopy() argument 193 VectorType vecType = cast<VectorType>(vectorVal.getType()); in createAsyncGroups() local
|
/llvm-project/mlir/lib/Conversion/GPUToNVVM/ |
H A D | WmmaOpsToNvvm.cpp | 281 if (auto vecType = dyn_cast<VectorType>(type.getBody()[0])) { in matchAndRewrite() local 305 if (auto vecType = dyn_cast<VectorType>(lhs.getType())) in createMinMaxF() local
|
/llvm-project/mlir/lib/Dialect/Vector/Transforms/ |
H A D | VectorLinearize.cpp | 31 VectorType vecType = dyn_cast<VectorType>(resType); in isLessThanTargetBitWidth() local 47 VectorType vecType = dyn_cast<VectorType>(t); in isLessThanOrEqualTargetBitWidth() local [all...] |
H A D | LowerVectorTransfer.cpp | 535 auto vecType = loadOp.getVectorType(); matchAndRewrite() local 554 auto vecType = storeOp.getVectorType(); matchAndRewrite() local
|
H A D | VectorDistribute.cpp | 590 VectorType vecType = writeOp.getVectorType(); tryExtractOp() local 696 if (auto vecType = dyn_cast<VectorType>(distributedVal.getType())) { matchAndRewrite() local 1429 VectorType vecType = insertOp.getDestVectorType(); matchAndRewrite() local 1686 if (auto vecType = dyn_cast<VectorType>(distType)) { matchAndRewrite() local [all...] |
H A D | VectorDropLeadUnitDim.cpp | 513 auto vecType = dyn_cast<VectorType>(op->getResultTypes()[0]); in matchAndRewrite() local
|
H A D | LowerVectorContract.cpp | 418 auto vecType = dyn_cast<VectorType>(elementType); in promote() local 1310 if (auto vecType = dyn_cast<VectorType>(dstElementType)) matchAndRewriteMaskableOp() local [all...] |
H A D | VectorUnroll.cpp | 450 auto vecType = dyn_cast<VectorType>(operand.get().getType()); in matchAndRewrite() local
|
H A D | VectorTransferOpTransforms.cpp | 895 auto vecType = xferOp.getVectorType(); matchAndRewrite() local
|
/llvm-project/mlir/lib/Conversion/SPIRVToLLVM/ |
H A D | SPIRVToLLVM.cpp | 45 if (auto vecType = dyn_cast<VectorType>(type)) isSignedIntegerOrVector() local 54 if (auto vecType = dyn_cast<VectorType>(type)) isUnsignedIntegerOrVector() local 64 if (auto vecType = dyn_cast<VectorType>(type)) getIntegerOrVectorElementWidth() local 76 auto vecType = dyn_cast<VectorType>(type); getBitWidth() local 93 if (auto vecType = dyn_cast<VectorType>(type)) { minusOneIntegerAttribute() local 117 if (auto vecType = dyn_cast<VectorType>(srcType)) { createFPConstant() local 506 if (auto vecType = dyn_cast<VectorType>(srcType)) matchAndRewrite() local [all...] |
/llvm-project/mlir/lib/Conversion/MathToLibm/ |
H A D | MathToLibm.cpp | 78 auto vecType = dyn_cast<VectorType>(opType); in matchAndRewrite() local
|
/llvm-project/mlir/lib/Conversion/VectorToGPU/ |
H A D | VectorToGPU.cpp | 189 auto vecType = dyn_cast<VectorType>(constantOp.getType()); in constantSupportsMMAMatrixType() local 630 if (auto vecType = dyn_cast<VectorType>(elType)) getMmaSyncVectorOperandType() local 824 if (auto vecType = dyn_cast<VectorType>(loadedElType)) { createNonLdMatrixLoads() local 1081 auto vecType = cast<VectorType>(op.getType()); convertConstantOp() local 1100 auto vecType = op.getResultVectorType(); convertBroadcastOp() local [all...] |
/llvm-project/mlir/lib/Dialect/GPU/TransformOps/ |
H A D | GPUTransformOps.cpp | 199 auto vecType = cast<VectorType>(extract.getResult().getType()); in getSubgroupMmaNativeVectorSize() local 207 if (auto vecType = dyn_cast<VectorType>(op->getResultTypes()[0])) { in getSubgroupMmaNativeVectorSize() local 222 auto vecType = cast<VectorType>(extract.getResult().getType()); in getSubgroupMmaNativeVectorSize() local
|
/llvm-project/mlir/lib/Conversion/VectorToSCF/ |
H A D | VectorToSCF.cpp | 417 auto vecType = dyn_cast<VectorType>(bufferType.getElementType()); rewriteOp() local 441 auto vecType = dyn_cast<VectorType>(bufferType.getElementType()); handleOutOfBoundsDim() local 1120 auto vecType = dyn_cast<VectorType>(vec.getType()); matchAndRewrite() local 1467 auto vecType = xferOp.getVectorType(); matchAndRewrite() local
|
/llvm-project/mlir/lib/Dialect/LLVMIR/IR/ |
H A D | LLVMTypes.cpp | 795 if (auto vecType = llvm::dyn_cast<VectorType>(type)) isCompatibleOuterType() local 819 __anonb2bfb0400c02(auto vecType) isCompatibleImpl() argument 880 if (auto vecType = llvm::dyn_cast<VectorType>(type)) { isCompatibleVectorType() local
|
/llvm-project/mlir/lib/Conversion/ArithToSPIRV/ |
H A D | ArithToSPIRV.cpp | 108 if (auto vecType = dyn_cast<VectorType>(type)) in isBoolScalarOrVector() local 137 else if (auto vecType = dyn_cast<VectorType>(type)) in hasSameBitwidth() local
|
/llvm-project/mlir/lib/Dialect/SPIRV/Transforms/ |
H A D | SPIRVConversion.cpp | 163 if (auto vecType = dyn_cast<VectorType>(type)) { getTypeNumBytes() local 549 if (auto vecType = dyn_cast<VectorType>(elementType)) { convertMemrefType() local [all...] |
/llvm-project/mlir/test/lib/Dialect/Vector/ |
H A D | TestVectorTransforms.cpp | 94 auto vecType = cast<VectorType>(extract.getResult().getType()); in getShape() local 636 VectorType vecType = dyn_cast<VectorType>(val.getType()); in runOnOperation() local
|
/llvm-project/mlir/lib/Dialect/Vector/IR/ |
H A D | VectorOps.cpp | 493 auto vecType = getSourceVectorType(); getExpectedMaskType() local 603 auto vecType = getSourceVectorType(); getExpectedMaskType() local 1616 auto vecType = dyn_cast<VectorType>(type); hasZeroDimVectors() local 1785 if (auto vecType = llvm::dyn_cast<VectorType>(extractOp.getType())) foldExtractFromExtractStrided() local 1897 auto vecType = llvm::cast<VectorType>(fromElementsOp.getType()); foldScalarExtractFromFromElements() local 3333 auto vecType = this->getResultVectorType(); getExpectedMaskType() local 3988 inferTransferOpMaskType(VectorType vecType,AffineMap permMap) inferTransferOpMaskType() argument 4985 auto vecType = this->getIndexVectorType(); getExpectedMaskType() local [all...] |
/llvm-project/llvm/lib/Target/NVPTX/ |
H A D | NVPTXISelDAGToDAG.cpp | 958 unsigned vecType = NVPTX::PTXLdStInstCode::Scalar; tryLoad() local 1725 unsigned vecType = NVPTX::PTXLdStInstCode::Scalar; tryStore() local
|
/llvm-project/mlir/lib/Dialect/Linalg/Transforms/ |
H A D | Vectorization.cpp | 1224 auto vecType = dyn_cast<VectorType>(vecOperand.getType()); vectorizeOneOp() local 1236 auto vecType = VectorType::get(firstMaxRankedType.getShape(), vectorizeOneOp() local 2212 auto vecType = VectorType::get(vecShape, sourceType.getElementType()); tryVectorizeCopy() local 2519 auto vecType = VectorType::get(padOp.getType().getShape(), rewriteUser() local [all...] |
/llvm-project/mlir/lib/Conversion/MathToFuncs/ |
H A D | MathToFuncs.cpp | 109 auto vecType = dyn_cast<VectorType>(opType); in matchAndRewrite() local
|
/llvm-project/mlir/lib/Conversion/MemRefToSPIRV/ |
H A D | MemRefToSPIRV.cpp | 142 if (auto vecType = dyn_cast<VectorType>(elementType)) in isAllocationSupported() local
|
/llvm-project/mlir/lib/Interfaces/ |
H A D | DataLayoutInterfaces.cpp | 78 if (auto vecType = dyn_cast<VectorType>(type)) { in getDefaultTypeSizeInBits() local
|