Home
last modified time | relevance | path

Searched defs:IsReduction (Results 1 – 4 of 4) 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
/external/llvm/lib/Target/AMDGPU/
DR600ExpandSpecialInstrs.cpp239 bool IsReduction = TII->isReductionOp(MI.getOpcode()); in runOnMachineFunction() local
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/ARM/
DARMParallelDSP.cpp426 const bool IsReduction = in MatchReductions() local
/external/tensorflow/tensorflow/core/grappler/
Dop_types.cc399 bool IsReduction(const NodeDef& node) { in IsReduction() function