Home
last modified time | relevance | path

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

/external/llvm-project/mlir/include/mlir/Dialect/OpenACC/
DOpenACCOps.td106 OptionalAttr<OpenACC_ReductionOpAttr>:$reductionOp,
353 OptionalAttr<OpenACC_ReductionOpAttr>:$reductionOp,
/external/llvm-project/mlir/lib/Conversion/VectorToLLVM/
DConvertVectorToLLVM.cpp545 auto reductionOp = cast<vector::ReductionOp>(op); in matchAndRewrite() local
546 auto kind = reductionOp.kind(); in matchAndRewrite()
547 Type eltType = reductionOp.dest().getType(); in matchAndRewrite()