Searched defs:IsReduction (Results 1 – 6 of 6) sorted by relevance
175 bool IsReduction = TII->isReductionOp(MI.getOpcode()); in runOnMachineFunction() local
163 bool IsReduction = TII->isReductionOp(MI.getOpcode()); in runOnMachineFunction() local
239 bool IsReduction = TII->isReductionOp(MI.getOpcode()); in runOnMachineFunction() local
472 bool IsReduction(const NodeDef& node) { in IsReduction() function
687 bool TFGraphDialect::IsReduction(TFOp op) const { in IsReduction() function in mlir::tfg::TFGraphDialect
8185 auto IsReduction = [&BinOpToRVVReduce](SDValue V, unsigned Opc) { in combineBinOpToReduce() local