Home
last modified time | relevance | path

Searched defs:elementTy (Results 1 – 14 of 14) sorted by relevance

/llvm-project/mlir/lib/Dialect/Linalg/Transforms/
H A DTransposeConv2D.cpp69 auto elementTy = cast<ShapedType>(inputType).getElementType(); in transposeConv2DHelper() local
/llvm-project/mlir/lib/Target/SPIRV/Deserialization/
H A DDeserializer.cpp830 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 DTosaValidation.cpp547 auto elementTy = getElementTypeOrSelf(operand); runOnOperation() local
555 auto elementTy = getElementTypeOrSelf(resultTy); runOnOperation() local
/llvm-project/mlir/lib/Interfaces/
H A DInferTypeOpInterface.cpp223 Type elementTy = shapeAndType.getElementType(); inferReturnTensorTypes() local
/llvm-project/mlir/lib/Dialect/SPIRV/IR/
H A DSPIRVDialect.cpp345 auto elementTy = parseAndVerifyType(dialect, parser); in parseCooperativeMatrixType() local
383 auto elementTy = parseAndVerifyType(dialect, parser); parseJointMatrixType() local
/llvm-project/mlir/lib/Conversion/TosaToTensor/
H A DTosaToTensor.cpp312 Type elementTy = inputTy.getElementType(); matchAndRewrite() local
/llvm-project/mlir/lib/Conversion/TosaToLinalg/
H A DTosaToLinalg.cpp53 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 DPPCIntrinsicCall.cpp1312 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 DTosaCanonicalizations.cpp205 Type elementTy = inputTy.getElementType(); in matchAndRewrite() local
/llvm-project/clang/lib/CodeGen/
H A DCGExprCXX.cpp1742 llvm::Type *elementTy = ConvertTypeForMem(allocType); EmitCXXNewExpr() local
/llvm-project/mlir/lib/Conversion/VectorToLLVM/
H A DConvertVectorToLLVM.cpp79 Type elementTy = typeConverter.convertType(memrefType.getElementType()); in getMemRefAlignment() local
/llvm-project/mlir/lib/Dialect/Math/Transforms/
H A DPolynomialApproximation.cpp1136 auto elementTy = getElementTypeOrSelf(op.getType()); matchAndRewrite() local
/llvm-project/mlir/lib/Rewrite/
H A DByteCode.cpp542 Type elementTy = rangeType.getElementType(); in allocateMemoryIndices() local
/llvm-project/mlir/lib/Dialect/Tensor/IR/
H A DTensorOps.cpp1234 Type elementTy = getElementTypeOrSelf(indexCast.getIn()); matchAndRewrite() local