Home
last modified time | relevance | path

Searched defs:Reduction (Results 1 – 20 of 20) sorted by relevance

/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/Vectorize/
H A DLoopVectorizationLegality.cpp1034 return (all_of(getReductionVars(), [&](auto &Reduction) -> bool { in canVectorizeFPMath()
1041 return any_of(getReductionVars(), [&](auto &Reduction) -> bool { in isInvariantStoreOfReduction()
1048 return any_of(getReductionVars(), [&](auto &Reduction) -> bool { in isInvariantAddressOfReduction()
1389 for (const auto &Reduction : getReductionVars()) in prepareToFoldTailByMasking() local
H A DLoopVectorize.cpp1462 return (all_of(Legal->getReductionVars(), [&](auto &Reduction) -> bool { in canVectorizeReductions()
5853 any_of(Legal->getReductionVars(), [&](auto &Reduction) -> bool { in selectInterleaveCount()
5870 any_of(Legal->getReductionVars(), [&](auto &Reduction) -> bool { in selectInterleaveCount()
7394 for (const auto &Reduction : Legal->getReductionVars()) { in collectValuesToIgnore() local
7409 for (const auto &Reduction : Legal->getReductionVars()) { in collectInLoopReductions() local
8836 for (const auto &Reduction : CM.getInLoopReductionChains()) { in buildVPlanWithVPRecipes() local
9218 for (const auto &Reduction : CM.getInLoopReductionChains()) { in adjustRecipesForReductions() local
/aosp_15_r20/external/pytorch/aten/src/ATen/core/
H A DReduction.h8 enum Reduction { enum
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/ARM/
H A DARMParallelDSP.cpp85 class Reduction { class
95 Reduction (Instruction *Add) : Root(Add) { } in Reduction() function in __anonfd7149c90111::Reduction
H A DARMISelLowering.cpp13137 auto Reduction = in PerformSELECTCombine() local
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/
H A DARMParallelDSP.cpp84 class Reduction { class
94 Reduction (Instruction *Add) : Root(Add) { } in Reduction() function in __anon1ff84b030111::Reduction
/aosp_15_r20/external/emboss/compiler/front_end/
H A Dlr1.py130 class Reduction(collections.namedtuple("Reduction", class
/aosp_15_r20/external/tensorflow/tensorflow/python/keras/utils/
H A Dmetrics_utils.py49 class Reduction(Enum): class
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/clang/Basic/
DOpenACCKinds.h229 Reduction, enumerator
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/clang/Basic/
DOpenACCKinds.h229 Reduction, enumerator
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/clang/Basic/
DOpenACCKinds.h254 Reduction, enumerator
/aosp_15_r20/external/pytorch/torch/distributed/tensor/_ops/
H A D_math_ops.py41 class Reduction(Enum): class
/aosp_15_r20/external/tensorflow/tensorflow/python/ops/losses/
H A Dlosses_impl.py35 class Reduction: class
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/CodeGen/
H A DExpandVectorPredication.cpp333 Value *Reduction; in expandPredicationInReduction() local
/aosp_15_r20/external/ComputeLibrary/
H A Dfilelist.json679 "Reduction": { object
2004 "Reduction":{ object
/aosp_15_r20/external/pytorch/torch/_inductor/
H A Dir.py608 class Reduction(Loops): class
7544 def should_realize_on_cpu(loops: Union[Pointwise, Reduction]): argument
/aosp_15_r20/external/clang/lib/CodeGen/
H A DCGStmtOpenMP.cpp403 std::pair<llvm::Function *, llvm::Function *> Reduction = in emitInitWithReductionInitializer() local
H A DCGOpenMPRuntime.cpp4211 std::pair<llvm::Function *, llvm::Function *> Reduction = in emitReductionCombiner() local
/aosp_15_r20/external/pytorch/torch/_decomp/
H A Ddecompositions.py47 class Reduction(Enum): class
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.cpp5999 SDValue Reduction = DAG.getNode(RVVOpcode, DL, M1VT, PassThru, Vec, in lowerReductionSeq() local