/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/Vectorize/ |
H A D | LoopVectorizationLegality.cpp | 1034 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 D | LoopVectorize.cpp | 1462 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 D | Reduction.h | 8 enum Reduction { enum
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/ARM/ |
H A D | ARMParallelDSP.cpp | 85 class Reduction { class 95 Reduction (Instruction *Add) : Root(Add) { } in Reduction() function in __anonfd7149c90111::Reduction
|
H A D | ARMISelLowering.cpp | 13137 auto Reduction = in PerformSELECTCombine() local
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/ |
H A D | ARMParallelDSP.cpp | 84 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 D | lr1.py | 130 class Reduction(collections.namedtuple("Reduction", class
|
/aosp_15_r20/external/tensorflow/tensorflow/python/keras/utils/ |
H A D | metrics_utils.py | 49 class Reduction(Enum): class
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/clang/Basic/ |
D | OpenACCKinds.h | 229 Reduction, enumerator
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/clang/Basic/ |
D | OpenACCKinds.h | 229 Reduction, enumerator
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/clang/Basic/ |
D | OpenACCKinds.h | 254 Reduction, enumerator
|
/aosp_15_r20/external/pytorch/torch/distributed/tensor/_ops/ |
H A D | _math_ops.py | 41 class Reduction(Enum): class
|
/aosp_15_r20/external/tensorflow/tensorflow/python/ops/losses/ |
H A D | losses_impl.py | 35 class Reduction: class
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/CodeGen/ |
H A D | ExpandVectorPredication.cpp | 333 Value *Reduction; in expandPredicationInReduction() local
|
/aosp_15_r20/external/ComputeLibrary/ |
H A D | filelist.json | 679 "Reduction": { object 2004 "Reduction":{ object
|
/aosp_15_r20/external/pytorch/torch/_inductor/ |
H A D | ir.py | 608 class Reduction(Loops): class 7544 def should_realize_on_cpu(loops: Union[Pointwise, Reduction]): argument
|
/aosp_15_r20/external/clang/lib/CodeGen/ |
H A D | CGStmtOpenMP.cpp | 403 std::pair<llvm::Function *, llvm::Function *> Reduction = in emitInitWithReductionInitializer() local
|
H A D | CGOpenMPRuntime.cpp | 4211 std::pair<llvm::Function *, llvm::Function *> Reduction = in emitReductionCombiner() local
|
/aosp_15_r20/external/pytorch/torch/_decomp/ |
H A D | decompositions.py | 47 class Reduction(Enum): class
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/RISCV/ |
H A D | RISCVISelLowering.cpp | 5999 SDValue Reduction = DAG.getNode(RVVOpcode, DL, M1VT, PassThru, Vec, in lowerReductionSeq() local
|