Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DR600ExpandSpecialInstrs.cpp163 bool IsReduction = TII->isReductionOp(MI.getOpcode()); in runOnMachineFunction()
H A DR600InstrInfo.h80 bool isReductionOp(unsigned opcode) const;
H A DR600EmitClauseMarkers.cpp56 TII->isReductionOp(MI.getOpcode())) in OccupiedDwords()
H A DR600MachineScheduler.cpp239 TII->isReductionOp(MI->getOpcode()) || in getAluKind()
H A DR600InstrInfo.cpp97 bool R600InstrInfo::isReductionOp(unsigned Opcode) const { in isReductionOp() function in R600InstrInfo