Home
last modified time | relevance | path

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

/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
H A DR600ExpandSpecialInstrs.cpp175 bool IsReduction = TII->isReductionOp(MI.getOpcode()); in runOnMachineFunction() local
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/AMDGPU/
H A DR600ExpandSpecialInstrs.cpp163 bool IsReduction = TII->isReductionOp(MI.getOpcode()); in runOnMachineFunction() local
/aosp_15_r20/external/llvm/lib/Target/AMDGPU/
H A DR600ExpandSpecialInstrs.cpp239 bool IsReduction = TII->isReductionOp(MI.getOpcode()); in runOnMachineFunction() local
/aosp_15_r20/external/tensorflow/tensorflow/core/grappler/
H A Dop_types.cc472 bool IsReduction(const NodeDef& node) { in IsReduction() function
/aosp_15_r20/external/tensorflow/tensorflow/core/ir/
H A Dtf_op_names.cc687 bool TFGraphDialect::IsReduction(TFOp op) const { in IsReduction() function in mlir::tfg::TFGraphDialect
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.cpp8185 auto IsReduction = [&BinOpToRVVReduce](SDValue V, unsigned Opc) { in combineBinOpToReduce() local