HomeSort by relevance Sort by last modified time
    Searched refs:isReductionOp (Results 1 - 10 of 10) sorted by null

  /external/llvm/lib/Target/AMDGPU/
R600EmitClauseMarkers.cpp 60 TII->isReductionOp(MI.getOpcode()))
R600InstrInfo.h 73 bool isReductionOp(unsigned opcode) const;
R600ExpandSpecialInstrs.cpp 239 bool IsReduction = TII->isReductionOp(MI.getOpcode());
R600MachineScheduler.cpp 250 TII->isReductionOp(MI->getOpcode()) ||
R600InstrInfo.cpp 110 bool R600InstrInfo::isReductionOp(unsigned Opcode) const {
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/
R600ExpandSpecialInstrs.cpp 176 bool IsReduction = TII->isReductionOp(MI.getOpcode());
R600InstrInfo.h 82 bool isReductionOp(unsigned opcode) const;
R600EmitClauseMarkers.cpp 72 TII->isReductionOp(MI.getOpcode()))
R600MachineScheduler.cpp 249 TII->isReductionOp(MI->getOpcode()) ||
R600InstrInfo.cpp 119 bool R600InstrInfo::isReductionOp(unsigned Opcode) const {
    [all...]

Completed in 1573 milliseconds