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