Searched refs:IsReduction (Results 1 – 6 of 6) sorted by relevance
175 bool IsReduction = TII->isReductionOp(MI.getOpcode()); in runOnMachineFunction() local178 if (!IsReduction && !IsVector && !IsCube) { in runOnMachineFunction()221 if (IsReduction) { in runOnMachineFunction()
239 bool IsReduction = TII->isReductionOp(MI.getOpcode()); in runOnMachineFunction() local242 if (!IsReduction && !IsVector && !IsCube) { in runOnMachineFunction()285 if (IsReduction) { in runOnMachineFunction()
150 bool IsReduction(const NodeDef& node);
470 bool IsReduction(const NodeDef& node) { in IsReduction() function
932 } else if (IsReduction(node)) { in MaterializeConstants()2728 if (!IsReduction(node) || node.input_size() < 2) { in IsReductionWithConstantIndices()