Home
last modified time | relevance | path

Searched defs:outType (Results 1 – 4 of 4) sorted by relevance

/llvm-project/mlir/lib/Conversion/ArithToAMDGPU/
H A DArithToAMDGPU.cpp180 Type outType = op.getOut().getType(); match() local
212 VectorType outType = cast<VectorType>(op.getOut().getType()); rewrite() local
[all...]
/llvm-project/mlir/lib/Conversion/AMDGPUToROCDL/
H A DAMDGPUToROCDL.cpp647 Type intrinsicOutType = outType; in matchAndRewrite() local
603 Type outType = typeConverter->convertType(op.getDestD().getType()); matchAndRewrite() local
[all...]
/llvm-project/flang/lib/Optimizer/Dialect/
H A DFIROps.cpp272 mlir::Type outType = getType(); in verify() local
348 mlir::Type outType = getType(); verify() local
1409 canBeConverted(mlir::Type inType,mlir::Type outType) canBeConverted() argument
[all...]
/llvm-project/flang/lib/Optimizer/Transforms/
H A DSimplifyIntrinsics.cpp1207 mlir::Type outType = hlfir::getFortranElementType(outputAlloc.getType()); simplifyMinMaxlocReduction() local