Home
last modified time | relevance | path

Searched refs:reassociateFPReductions (Results 1 – 5 of 5) sorted by relevance

/llvm-project-15.0.7/mlir/include/mlir/Conversion/VectorToLLVM/
H A DConvertVectorToLLVM.h27 reassociateFPReductions = b;
51 bool reassociateFPReductions{false};
68 bool reassociateFPReductions = false, bool force32BitVectorIndices = false);
/llvm-project-15.0.7/mlir/lib/Conversion/VectorToLLVM/
H A DConvertVectorToLLVMPass.cpp36 this->reassociateFPReductions = options.reassociateFPReductions; in LowerVectorToLLVMPass()
84 converter, patterns, reassociateFPReductions, force32BitVectorIndices); in runOnOperation()
H A DConvertVectorToLLVM.cpp425 reassociateFPReductions(reassociateFPRed) {} in VectorReductionOpConversion()
511 rewriter.getBoolAttr(reassociateFPReductions)); in matchAndRewrite()
521 rewriter.getBoolAttr(reassociateFPReductions)); in matchAndRewrite()
545 const bool reassociateFPReductions; member in __anon9084af800111::VectorReductionOpConversion
1285 bool reassociateFPReductions, bool force32BitVectorIndices) { in populateVectorToLLVMConversionPatterns() argument
1289 patterns.add<VectorReductionOpConversion>(converter, reassociateFPReductions); in populateVectorToLLVMConversionPatterns()
/llvm-project-15.0.7/mlir/include/mlir/Dialect/SparseTensor/Pipelines/
H A DPasses.h72 PassOptions::Option<bool> reassociateFPReductions{
102 opts.enableReassociateFPReductions(reassociateFPReductions); in lowerVectorToLLVMOptions()
/llvm-project-15.0.7/mlir/include/mlir/Conversion/
H A DPasses.td919 Option<"reassociateFPReductions", "reassociate-fp-reductions",