Searched refs:ReductionList (Results 1 – 5 of 5) sorted by relevance
/external/eigen/unsupported/test/ |
D | cxx11_tensor_index_list.cpp | 333 typedef IndexList<type2index<0>, type2index<1>, type2index<2>, type2index<3>> ReductionList; in test_mixed_index_list() typedef 334 ReductionList reduction_list; in test_mixed_index_list() 335 …EIGEN_STATIC_ASSERT((internal::index_statically_eq<ReductionList>(0, 0) == true), YOU_MADE_A_PROGR… in test_mixed_index_list() 336 …EIGEN_STATIC_ASSERT((internal::index_statically_eq<ReductionList>(1, 1) == true), YOU_MADE_A_PROGR… in test_mixed_index_list() 337 …EIGEN_STATIC_ASSERT((internal::index_statically_eq<ReductionList>(2, 2) == true), YOU_MADE_A_PROGR… in test_mixed_index_list() 338 …EIGEN_STATIC_ASSERT((internal::index_statically_eq<ReductionList>(3, 3) == true), YOU_MADE_A_PROGR… in test_mixed_index_list() 340 …EIGEN_STATIC_ASSERT((internal::all_indices_known_statically<ReductionList>() == true), YOU_MADE_A_… in test_mixed_index_list() 341 …EIGEN_STATIC_ASSERT((internal::indices_statically_known_to_increase<ReductionList>() == true), YOU… in test_mixed_index_list()
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Transforms/Vectorize/ |
D | LoopVectorizationLegality.h | 225 using ReductionList = DenseMap<PHINode *, RecurrenceDescriptor>; variable 248 ReductionList *getReductionVars() { return &Reductions; } in getReductionVars() 431 ReductionList Reductions;
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/ARM/ |
D | ARMParallelDSP.cpp | 51 using ReductionList = SmallVector<Reduction, 8>; typedef 409 ReductionList &Reductions) { in MatchReductions() 598 ReductionList Reductions; in MatchSMLAD()
|
/external/clang/lib/CodeGen/ |
D | CGOpenMPRuntime.cpp | 4400 Address ReductionList = in emitReduction() local 4406 CGF.Builder.CreateConstArrayGEP(ReductionList, Idx, CGF.getPointerSize()); in emitReduction() 4414 Elem = CGF.Builder.CreateConstArrayGEP(ReductionList, Idx, in emitReduction() 4440 CGF.Builder.CreatePointerBitCastOrAddrSpaceCast(ReductionList.getPointer(), in emitReduction()
|
/external/llvm/lib/Transforms/Vectorize/ |
D | LoopVectorize.cpp | 1361 typedef DenseMap<PHINode *, RecurrenceDescriptor> ReductionList; typedef in __anon0b4224d80111::LoopVectorizationLegality 1380 ReductionList *getReductionVars() { return &Reductions; } in getReductionVars() 1562 ReductionList Reductions;
|