/llvm-project/mlir/lib/Dialect/Linalg/Transforms/ |
H A D | TransposeConv2D.cpp | 69 auto elementTy = cast<ShapedType>(inputType).getElementType(); in transposeConv2DHelper() local
|
/llvm-project/mlir/lib/Target/SPIRV/Deserialization/ |
H A D | Deserializer.cpp | 830 Type elementTy = getType(operands[1]); processType() local 925 Type elementTy = getType(operands[1]); processArrayType() local 985 Type elementTy = getType(operands[1]); processCooperativeMatrixTypeKHR() local 1026 Type elementTy = getType(operands[1]); processJointMatrixType() local 1165 Type elementTy = getType(operands[1]); processMatrixType() local 1198 Type elementTy = getType(operands[1]); processImageType() local 1243 Type elementTy = getType(operands[1]); processSampledImageType() local [all...] |
/llvm-project/mlir/lib/Dialect/Tosa/Transforms/ |
H A D | TosaValidation.cpp | 547 auto elementTy = getElementTypeOrSelf(operand); runOnOperation() local 555 auto elementTy = getElementTypeOrSelf(resultTy); runOnOperation() local
|
/llvm-project/mlir/lib/Interfaces/ |
H A D | InferTypeOpInterface.cpp | 223 Type elementTy = shapeAndType.getElementType(); inferReturnTensorTypes() local
|
/llvm-project/mlir/lib/Dialect/SPIRV/IR/ |
H A D | SPIRVDialect.cpp | 345 auto elementTy = parseAndVerifyType(dialect, parser); in parseCooperativeMatrixType() local 383 auto elementTy = parseAndVerifyType(dialect, parser); parseJointMatrixType() local
|
/llvm-project/mlir/lib/Conversion/TosaToTensor/ |
H A D | TosaToTensor.cpp | 312 Type elementTy = inputTy.getElementType(); matchAndRewrite() local
|
/llvm-project/mlir/lib/Conversion/TosaToLinalg/ |
H A D | TosaToLinalg.cpp | 53 auto elementTy = in createLinalgBodyCalculationForElementwiseOp() local 937 createInitialValueForReduceOp(Operation * op,Type elementTy,PatternRewriter & rewriter) createInitialValueForReduceOp() argument 991 createLinalgBodyCalculationForReduceOp(Operation * op,ValueRange args,Type elementTy,PatternRewriter & rewriter) createLinalgBodyCalculationForReduceOp() argument 1043 auto elementTy = resultTy.getElementType(); reduceMatchAndRewriteHelper() local 1886 auto elementTy = inputTy.getElementType(); matchAndRewrite() local [all...] |
/llvm-project/flang/lib/Optimizer/Builder/ |
H A D | PPCIntrinsicCall.cpp | 1312 if (auto elementTy = mlir::dyn_cast<mlir::IntegerType>(vTypeInfo.eleTy)) { in genVecAnyCompare() local 1420 if (auto elementTy = mlir::dyn_cast<mlir::IntegerType>(vTypeInfo.eleTy)) in getVecCmpFuncTypeAndName() local
|
/llvm-project/mlir/lib/Dialect/Tosa/IR/ |
H A D | TosaCanonicalizations.cpp | 205 Type elementTy = inputTy.getElementType(); in matchAndRewrite() local
|
/llvm-project/clang/lib/CodeGen/ |
H A D | CGExprCXX.cpp | 1742 llvm::Type *elementTy = ConvertTypeForMem(allocType); EmitCXXNewExpr() local
|
/llvm-project/mlir/lib/Conversion/VectorToLLVM/ |
H A D | ConvertVectorToLLVM.cpp | 79 Type elementTy = typeConverter.convertType(memrefType.getElementType()); in getMemRefAlignment() local
|
/llvm-project/mlir/lib/Dialect/Math/Transforms/ |
H A D | PolynomialApproximation.cpp | 1136 auto elementTy = getElementTypeOrSelf(op.getType()); matchAndRewrite() local
|
/llvm-project/mlir/lib/Rewrite/ |
H A D | ByteCode.cpp | 542 Type elementTy = rangeType.getElementType(); in allocateMemoryIndices() local
|
/llvm-project/mlir/lib/Dialect/Tensor/IR/ |
H A D | TensorOps.cpp | 1234 Type elementTy = getElementTypeOrSelf(indexCast.getIn()); matchAndRewrite() local
|