Home
last modified time | relevance | path

Searched defs:resType (Results 1 – 25 of 28) sorted by relevance

12

/llvm-project/mlir/lib/Dialect/AMX/Transforms/
H A DLegalizeForLLVMExport.cpp112 op, resType, tsz.first, tsz.second, ptr, stride.value()); in matchAndRewrite() local
86 Type resType = typeConverter->convertType(vType); matchAndRewrite() local
158 Type resType = typeConverter->convertType(cType); matchAndRewrite() local
180 Type resType = typeConverter->convertType(cType); matchAndRewrite() local
[all...]
/llvm-project/mlir/lib/Dialect/Vector/Transforms/
H A DLowerVectorBroadcast.cpp86 VectorType resType = VectorType::Builder(dstType).dropDim(0); in matchAndRewrite() local
127 VectorType resType = in matchAndRewrite() local
H A DLowerVectorScan.cpp124 VectorType resType = VectorType::get(destShape, elType); in matchAndRewrite() local
H A DVectorLinearize.cpp30 for (auto resType : resultTypes) { in isLessThanTargetBitWidth() local
72 auto resType = in matchAndRewrite() local
[all...]
H A DLowerVectorTranspose.cpp326 VectorType resType = op.getResultVectorType(); in matchAndRewrite() local
434 VectorType resType = op.getResultVectorType(); in matchAndRewrite() local
H A DLowerVectorContract.cpp97 VectorType resType = VectorType::Builder(type).dropDim(index); in reshapeLoad() local
1037 VectorType resType = cast<VectorType>(op.getResultType()); in lowerParallel() local
1121 Type resType in lowerReduction() local
1208 VectorType resType = op.getResultVectorType(); matchAndRewrite() local
[all...]
H A DVectorTransforms.cpp1846 auto resType = llvm::cast<VectorType>(mulOp.getResult().getType()); matchAndRewrite() local
/llvm-project/mlir/lib/Conversion/UBToSPIRV/
H A DUBToSPIRV.cpp37 Type resType = getTypeConverter()->convertType(origType); in matchAndRewrite() local
/llvm-project/mlir/lib/Conversion/UBToLLVM/
H A DUBToLLVM.cpp52 Type resType = getTypeConverter()->convertType(op.getType()); in matchAndRewrite() local
/llvm-project/mlir/include/mlir/Dialect/
H A DCommonFolders.h269 Attribute constFoldCastOp(ArrayRef<Attribute> operands, Type resType, in constFoldCastOp()
/llvm-project/mlir/lib/Dialect/MemRef/Transforms/
H A DNormalizeMemRefs.cpp467 Type resType = functionType.getResult(resIndex); normalizeFuncOpMemRefs() local
/llvm-project/mlir/lib/Dialect/Arith/IR/
H A DArithOps.cpp1339 Type resType = getElementTypeOrSelf(getType()); fold() local
1366 Type resType = getElementTypeOrSelf(getType()); fold() local
1461 Type resType = getElementTypeOrSelf(getType()); fold() local
1605 Type resType = getElementTypeOrSelf(getType()); fold() local
1627 Type resType = getElementTypeOrSelf(getType()); fold() local
1726 auto resType = getType(); fold() local
[all...]
/llvm-project/mlir/lib/Conversion/GPUToNVVM/
H A DWmmaOpsToNvvm.cpp120 Type resType = convertMMAToLLVMType(retType); in matchAndRewrite() local
/llvm-project/mlir/lib/Dialect/NVGPU/IR/
H A DNVGPUDialect.cpp297 Type resType = resVector.getElementType(); verify() local
/llvm-project/flang/include/flang/Optimizer/Builder/
H A DIntrinsicCall.h690 auto resType = getTypeHelper(context, builder, TyR::ty, TyR::kind); genFuncType() local
/llvm-project/mlir/lib/Conversion/TosaToLinalg/
H A DTosaToLinalgNamed.cpp81 Type resType = args[1].getType(); in linalgIntBroadcastExtSIAdd() local
134 Type resType = args[1].getType(); linalgBroadcastAndMaybeExtSI() local
/llvm-project/mlir/lib/Dialect/Async/Transforms/
H A DAsyncToAsyncRuntime.cpp195 for (auto resType : resValueTypes) in setupCoroMachinery() local
/llvm-project/flang/lib/Optimizer/Builder/
H A DPPCIntrinsicCall.cpp1053 auto resType{mlir::LLVM::LLVMStructType::getLiteral(context, members)}; in genMmaDisassembleFuncType() local
1059 auto resType{mlir::LLVM::LLVMStructType::getLiteral(context, members)}; in genMmaDisassembleFuncType() local
/llvm-project/mlir/lib/Dialect/SparseTensor/Transforms/
H A DSparseTensorCodegen.cpp757 const auto resType = getSparseTensorType(op); matchAndRewrite() local
819 const auto resType = getSparseTensorType(op); matchAndRewrite() local
[all...]
H A DSparsification.cpp1300 Type resType = tensor.getType(); genResult() local
/llvm-project/mlir/lib/Dialect/LLVMIR/IR/
H A DLLVMDialect.cpp2210 parseShuffleType(AsmParser & parser,Type v1Type,Type & resType,DenseI32ArrayAttr mask) parseShuffleType() argument
2221 printShuffleType(AsmPrinter & printer,Operation * op,Type v1Type,Type resType,DenseI32ArrayAttr mask) printShuffleType() argument
3276 Type resType = funcOp.getResultTypes()[resIdx]; verifyRegionResultAttribute() local
/llvm-project/mlir/lib/Dialect/GPU/IR/
H A DGPUDialect.cpp510 verifyReduceOpAndType(gpu::AllReduceOperation opName,Type resType) verifyReduceOpAndType() argument
1940 auto resType = getRes().getType(); verify() local
/llvm-project/mlir/lib/Dialect/NVGPU/TransformOps/
H A DNVGPUTransformOps.cpp794 Type resType = getElementTypeOrSelf(resMemRef.getType()); in buildMmaSync() local
/llvm-project/mlir/lib/Dialect/Vector/IR/
H A DVectorOps.cpp866 verifyOutputShape(ContractionOp op,VectorType lhsType,VectorType rhsType,Type accType,Type resType,const std::vector<std::pair<int64_t,int64_t>> & contractingDimMap,const std::vector<std::pair<int64_t,int64_t>> & batchDimMap) verifyOutputShape() argument
958 Type resType = getResultType(); verify() local
2599 VectorType resType = VectorType::Builder(v1VectorType).setShape({1}); matchAndRewrite() local
3257 VectorType resType; parse() local
[all...]
/llvm-project/mlir/lib/Dialect/Linalg/Transforms/
H A DVectorization.cpp2991 auto resType = VectorType::get(resShape, resEltType); conv() local
3223 VectorType resType = depthwiseConv() local
[all...]

12