Home
last modified time | relevance | path

Searched refs:reductionType (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/mlir/lib/Target/LLVMIR/Dialect/OpenMP/
H A DOpenMPToLLVMIRTranslation.cpp740 auto reductionType = in convertOmpWsLoop() local
743 moduleTranslation.convertType(reductionType.getElementType())); in convertOmpWsLoop()
873 auto reductionType = in convertOmpWsLoop() local
878 {moduleTranslation.convertType(reductionType.getElementType()), in convertOmpWsLoop()
/llvm-project-15.0.7/mlir/lib/Dialect/Vector/Transforms/
H A DVectorTransforms.cpp2827 VectorType reductionType = VectorType::get(reductionShape, elType); in matchAndRewrite() local
2840 loc, reductionType, scanOp.getSource(), scanOffsets, scanSizes, in matchAndRewrite()