Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Target/AMDGPU/
H A DR600ExpandSpecialInstrs.cpp176 bool IsReduction = TII->isReductionOp(MI.getOpcode()); in runOnMachineFunction() local
179 if (!IsReduction && !IsVector && !IsCube) { in runOnMachineFunction()
222 if (IsReduction) { in runOnMachineFunction()
/freebsd-12.1/contrib/llvm/lib/Target/ARM/
H A DARMParallelDSP.cpp477 const bool IsReduction = in MatchReductions() local
481 if (!IsReduction) in MatchReductions()