Searched refs:isReductionOp (Results 1 - 5 of 5) sorted by relevance

/freebsd-11.0-release/contrib/llvm/lib/Target/AMDGPU/
H A DR600EmitClauseMarkers.cpp61 TII->isReductionOp(MI->getOpcode()))
H A DR600InstrInfo.h73 bool isReductionOp(unsigned opcode) const;
H A DR600ExpandSpecialInstrs.cpp239 bool IsReduction = TII->isReductionOp(MI.getOpcode());
H A DR600MachineScheduler.cpp250 TII->isReductionOp(MI->getOpcode()) ||
H A DR600InstrInfo.cpp116 bool R600InstrInfo::isReductionOp(unsigned Opcode) const { function in class:R600InstrInfo

Completed in 50 milliseconds