Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/
DR600ExpandSpecialInstrs.cpp176 bool IsReduction = TII->isReductionOp(MI.getOpcode()); in runOnMachineFunction() local
179 if (!IsReduction && !IsVector && !IsCube) { in runOnMachineFunction()
222 if (IsReduction) { in runOnMachineFunction()
/external/llvm/lib/Target/AMDGPU/
DR600ExpandSpecialInstrs.cpp239 bool IsReduction = TII->isReductionOp(MI.getOpcode()); in runOnMachineFunction() local
242 if (!IsReduction && !IsVector && !IsCube) { in runOnMachineFunction()
285 if (IsReduction) { in runOnMachineFunction()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/ARM/
DARMParallelDSP.cpp426 const bool IsReduction = in MatchReductions() local
430 if (!IsReduction) in MatchReductions()
/external/tensorflow/tensorflow/core/grappler/
Dop_types.h134 bool IsReduction(const NodeDef& node);
Dop_types.cc399 bool IsReduction(const NodeDef& node) { in IsReduction() function
/external/tensorflow/tensorflow/core/grappler/optimizers/
Dconstant_folding.cc847 } else if (IsReduction(node)) { in MaterializeConstants()
2468 if (!IsReduction(node) || node.input_size() < 2) { in IsReductionCandidateForSimplification()