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