Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/radeon/
DR600ExpandSpecialInstrs.cpp63 bool IsReduction = TII->isReductionOp(MI.getOpcode()); in runOnMachineFunction() local
66 if (!IsReduction && !IsVector && !IsCube) { in runOnMachineFunction()
104 if (IsReduction) { in runOnMachineFunction()
/external/llvm/lib/Target/R600/
DR600ExpandSpecialInstrs.cpp239 bool IsReduction = TII->isReductionOp(MI.getOpcode()); in runOnMachineFunction() local
242 if (!IsReduction && !IsVector && !IsCube) { in runOnMachineFunction()
285 if (IsReduction) { in runOnMachineFunction()
/external/llvm/lib/Transforms/Vectorize/
DLoopVectorize.cpp626 IsReduction(IsRedux), PatternLastInst(I), MinMaxKind(MRK_Invalid) {} in ReductionInstDesc()
629 IsReduction(true), PatternLastInst(I), MinMaxKind(K) {} in ReductionInstDesc()
632 bool IsReduction; member
4129 if (!ReduxDesc.IsReduction) in AddReductionVar()
4192 !isMinMaxSelectCmpPattern(UI, IgnoredVal).IsReduction)) in AddReductionVar()