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

/external/chromium_org/third_party/mesa/src/src/gallium/drivers/radeon/
H A DR600ExpandSpecialInstrs.cpp63 bool IsReduction = TII->isReductionOp(MI.getOpcode());
H A DR600InstrInfo.h50 bool isReductionOp(unsigned opcode) const;
H A DR600InstrInfo.cpp122 bool R600InstrInfo::isReductionOp(unsigned Opcode) const function in class:R600InstrInfo
/external/mesa3d/src/gallium/drivers/radeon/
H A DR600ExpandSpecialInstrs.cpp63 bool IsReduction = TII->isReductionOp(MI.getOpcode());
H A DR600InstrInfo.h50 bool isReductionOp(unsigned opcode) const;
H A DR600InstrInfo.cpp122 bool R600InstrInfo::isReductionOp(unsigned Opcode) const function in class:R600InstrInfo
/external/llvm/lib/Target/R600/
H A DR600EmitClauseMarkers.cpp60 TII->isReductionOp(MI->getOpcode()))
H A DR600InstrInfo.h73 bool isReductionOp(unsigned opcode) const;
H A DR600ExpandSpecialInstrs.cpp238 bool IsReduction = TII->isReductionOp(MI.getOpcode());
H A DR600MachineScheduler.cpp248 TII->isReductionOp(MI->getOpcode()) ||
H A DR600InstrInfo.cpp122 bool R600InstrInfo::isReductionOp(unsigned Opcode) const { function in class:R600InstrInfo

Completed in 33 milliseconds