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