Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/llvm/lib/Target/R600/
H A DR600ExpandSpecialInstrs.cpp239 bool IsReduction = TII->isReductionOp(MI.getOpcode()); in runOnMachineFunction() local
242 if (!IsReduction && !IsVector && !IsCube) { in runOnMachineFunction()
285 if (IsReduction) { in runOnMachineFunction()
/minix3/external/bsd/llvm/dist/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp647 IsReduction(IsRedux), PatternLastInst(I), MinMaxKind(MRK_Invalid) {} in ReductionInstDesc()
650 IsReduction(true), PatternLastInst(I), MinMaxKind(K) {} in ReductionInstDesc()
653 bool IsReduction; member
5097 if (!ReduxDesc.IsReduction) in AddReductionVar()
5160 !isMinMaxSelectCmpPattern(UI, IgnoredVal).IsReduction)) in AddReductionVar()