Searched refs:isReductionOp (Results 1 – 5 of 5) sorted by relevance
80 bool isReductionOp(unsigned opcode) const;
163 bool IsReduction = TII->isReductionOp(MI.getOpcode()); in runOnMachineFunction()
56 TII->isReductionOp(MI.getOpcode())) in OccupiedDwords()
241 TII->isReductionOp(MI->getOpcode()) || in getAluKind()
97 bool R600InstrInfo::isReductionOp(unsigned Opcode) const { in isReductionOp() function in R600InstrInfo