Searched refs:reassociateFPReductions (Results 1 – 5 of 5) sorted by relevance
27 reassociateFPReductions = b;51 bool reassociateFPReductions{false};68 bool reassociateFPReductions = false, bool force32BitVectorIndices = false);
36 this->reassociateFPReductions = options.reassociateFPReductions; in LowerVectorToLLVMPass()84 converter, patterns, reassociateFPReductions, force32BitVectorIndices); in runOnOperation()
425 reassociateFPReductions(reassociateFPRed) {} in VectorReductionOpConversion()511 rewriter.getBoolAttr(reassociateFPReductions)); in matchAndRewrite()521 rewriter.getBoolAttr(reassociateFPReductions)); in matchAndRewrite()545 const bool reassociateFPReductions; member in __anon9084af800111::VectorReductionOpConversion1285 bool reassociateFPReductions, bool force32BitVectorIndices) { in populateVectorToLLVMConversionPatterns() argument1289 patterns.add<VectorReductionOpConversion>(converter, reassociateFPReductions); in populateVectorToLLVMConversionPatterns()
72 PassOptions::Option<bool> reassociateFPReductions{102 opts.enableReassociateFPReductions(reassociateFPReductions); in lowerVectorToLLVMOptions()
919 Option<"reassociateFPReductions", "reassociate-fp-reductions",