Home
last modified time | relevance | path

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

/external/chromium_org/third_party/mesa/src/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/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.cpp238 bool IsReduction = TII->isReductionOp(MI.getOpcode()); in runOnMachineFunction() local
241 if (!IsReduction && !IsVector && !IsCube) { in runOnMachineFunction()
284 if (IsReduction) { in runOnMachineFunction()
/external/llvm/lib/Transforms/Vectorize/
DLoopVectorize.cpp605 IsReduction(IsRedux), PatternLastInst(I), MinMaxKind(MRK_Invalid) {} in ReductionInstDesc()
608 IsReduction(true), PatternLastInst(I), MinMaxKind(K) {} in ReductionInstDesc()
611 bool IsReduction; member
4872 if (!ReduxDesc.IsReduction) in AddReductionVar()
4935 !isMinMaxSelectCmpPattern(UI, IgnoredVal).IsReduction)) in AddReductionVar()