Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/radeon/
DR600ExpandSpecialInstrs.cpp63 bool IsReduction = TII->isReductionOp(MI.getOpcode()); in runOnMachineFunction()
DR600InstrInfo.h50 bool isReductionOp(unsigned opcode) const;
DR600InstrInfo.cpp122 bool R600InstrInfo::isReductionOp(unsigned Opcode) const in isReductionOp() function in R600InstrInfo
/external/llvm/lib/Target/AMDGPU/
DR600InstrInfo.h73 bool isReductionOp(unsigned opcode) const;
DR600EmitClauseMarkers.cpp61 TII->isReductionOp(MI->getOpcode())) in OccupiedDwords()
DR600ExpandSpecialInstrs.cpp239 bool IsReduction = TII->isReductionOp(MI.getOpcode()); in runOnMachineFunction()
DR600MachineScheduler.cpp250 TII->isReductionOp(MI->getOpcode()) || in getAluKind()
DR600InstrInfo.cpp116 bool R600InstrInfo::isReductionOp(unsigned Opcode) const { in isReductionOp() function in R600InstrInfo