Lines Matching refs:notifyMatchFailure
68 return b.notifyMatchFailure(op, "precondition not met"); in splitReduction()
91 return b.notifyMatchFailure(op, "split ratio needs to be greater than 1"); in splitReduction()
102 return b.notifyMatchFailure( in splitReduction()
108 return b.notifyMatchFailure(op, "Cannot match the reduction pattern"); in splitReduction()
113 return b.notifyMatchFailure(op, "Unknown identity value for the reduction"); in splitReduction()
282 return b.notifyMatchFailure(op, "split factor needs to be greater than 1"); in splitReductionByScaling()
287 return b.notifyMatchFailure(op, "needs at least 1 reduction dimension"); in splitReductionByScaling()
295 return b.notifyMatchFailure( in splitReductionByScaling()
300 return b.notifyMatchFailure(op, "cannot match a reduction pattern"); in splitReductionByScaling()
307 return b.notifyMatchFailure(op, "unknown reduction neutral"); in splitReductionByScaling()
311 return b.notifyMatchFailure(op, "expect one reduction per output"); in splitReductionByScaling()