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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DR600ExpandSpecialInstrs.cpp175 bool IsReduction = TII->isReductionOp(MI.getOpcode()); local
178 if (!IsReduction && !IsVector && !IsCube) {
221 if (IsReduction) {

Completed in 95 milliseconds