/llvm-project/mlir/lib/Dialect/AMX/Transforms/ |
H A D | LegalizeForLLVMExport.cpp | 112 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 D | LowerVectorBroadcast.cpp | 86 VectorType resType = VectorType::Builder(dstType).dropDim(0); in matchAndRewrite() local 127 VectorType resType = in matchAndRewrite() local
|
H A D | LowerVectorScan.cpp | 124 VectorType resType = VectorType::get(destShape, elType); in matchAndRewrite() local
|
H A D | VectorLinearize.cpp | 30 for (auto resType : resultTypes) { in isLessThanTargetBitWidth() local 72 auto resType = in matchAndRewrite() local [all...] |
H A D | LowerVectorTranspose.cpp | 326 VectorType resType = op.getResultVectorType(); in matchAndRewrite() local 434 VectorType resType = op.getResultVectorType(); in matchAndRewrite() local
|
H A D | LowerVectorContract.cpp | 97 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 D | VectorTransforms.cpp | 1846 auto resType = llvm::cast<VectorType>(mulOp.getResult().getType()); matchAndRewrite() local
|
/llvm-project/mlir/lib/Conversion/UBToSPIRV/ |
H A D | UBToSPIRV.cpp | 37 Type resType = getTypeConverter()->convertType(origType); in matchAndRewrite() local
|
/llvm-project/mlir/lib/Conversion/UBToLLVM/ |
H A D | UBToLLVM.cpp | 52 Type resType = getTypeConverter()->convertType(op.getType()); in matchAndRewrite() local
|
/llvm-project/mlir/include/mlir/Dialect/ |
H A D | CommonFolders.h | 269 Attribute constFoldCastOp(ArrayRef<Attribute> operands, Type resType, in constFoldCastOp()
|
/llvm-project/mlir/lib/Dialect/MemRef/Transforms/ |
H A D | NormalizeMemRefs.cpp | 467 Type resType = functionType.getResult(resIndex); normalizeFuncOpMemRefs() local
|
/llvm-project/mlir/lib/Dialect/Arith/IR/ |
H A D | ArithOps.cpp | 1339 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 D | WmmaOpsToNvvm.cpp | 120 Type resType = convertMMAToLLVMType(retType); in matchAndRewrite() local
|
/llvm-project/mlir/lib/Dialect/NVGPU/IR/ |
H A D | NVGPUDialect.cpp | 297 Type resType = resVector.getElementType(); verify() local
|
/llvm-project/flang/include/flang/Optimizer/Builder/ |
H A D | IntrinsicCall.h | 690 auto resType = getTypeHelper(context, builder, TyR::ty, TyR::kind); genFuncType() local
|
/llvm-project/mlir/lib/Conversion/TosaToLinalg/ |
H A D | TosaToLinalgNamed.cpp | 81 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 D | AsyncToAsyncRuntime.cpp | 195 for (auto resType : resValueTypes) in setupCoroMachinery() local
|
/llvm-project/flang/lib/Optimizer/Builder/ |
H A D | PPCIntrinsicCall.cpp | 1053 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 D | SparseTensorCodegen.cpp | 757 const auto resType = getSparseTensorType(op); matchAndRewrite() local 819 const auto resType = getSparseTensorType(op); matchAndRewrite() local [all...] |
H A D | Sparsification.cpp | 1300 Type resType = tensor.getType(); genResult() local
|
/llvm-project/mlir/lib/Dialect/LLVMIR/IR/ |
H A D | LLVMDialect.cpp | 2210 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 D | GPUDialect.cpp | 510 verifyReduceOpAndType(gpu::AllReduceOperation opName,Type resType) verifyReduceOpAndType() argument 1940 auto resType = getRes().getType(); verify() local
|
/llvm-project/mlir/lib/Dialect/NVGPU/TransformOps/ |
H A D | NVGPUTransformOps.cpp | 794 Type resType = getElementTypeOrSelf(resMemRef.getType()); in buildMmaSync() local
|
/llvm-project/mlir/lib/Dialect/Vector/IR/ |
H A D | VectorOps.cpp | 866 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 D | Vectorization.cpp | 2991 auto resType = VectorType::get(resShape, resEltType); conv() local 3223 VectorType resType = depthwiseConv() local [all...] |