Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
DR600InstrInfo.h81 bool isReductionOp(unsigned opcode) const;
DR600ExpandSpecialInstrs.cpp175 bool IsReduction = TII->isReductionOp(MI.getOpcode()); in runOnMachineFunction()
DR600EmitClauseMarkers.cpp71 TII->isReductionOp(MI.getOpcode())) in OccupiedDwords()
DR600MachineScheduler.cpp248 TII->isReductionOp(MI->getOpcode()) || in getAluKind()
DR600InstrInfo.cpp118 bool R600InstrInfo::isReductionOp(unsigned Opcode) const { in isReductionOp() function in R600InstrInfo