Searched refs:isReductionOp (Results 1 – 5 of 5) sorted by relevance
81 bool isReductionOp(unsigned opcode) const;
175 bool IsReduction = TII->isReductionOp(MI.getOpcode()); in runOnMachineFunction()
71 TII->isReductionOp(MI.getOpcode())) in OccupiedDwords()
248 TII->isReductionOp(MI->getOpcode()) || in getAluKind()
118 bool R600InstrInfo::isReductionOp(unsigned Opcode) const { in isReductionOp() function in R600InstrInfo