Home
last modified time | relevance | path

Searched refs:ReductionList (Results 1 – 7 of 7) sorted by relevance

/external/eigen/unsupported/test/
Dcxx11_tensor_index_list.cpp333 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-10.0/llvm/include/llvm/Transforms/Vectorize/
DLoopVectorizationLegality.h211 using ReductionList = DenseMap<PHINode *, RecurrenceDescriptor>; variable
238 ReductionList *getReductionVars() { return &Reductions; } in getReductionVars()
424 ReductionList Reductions;
/external/llvm-project/llvm/include/llvm/Transforms/Vectorize/
DLoopVectorizationLegality.h228 using ReductionList = MapVector<PHINode *, RecurrenceDescriptor>; variable
256 ReductionList &getReductionVars() { return Reductions; } in getReductionVars()
467 ReductionList Reductions;
/external/llvm-project/clang/lib/CodeGen/
DCGOpenMPRuntimeGPU.cpp3421 Address ReductionList = in emitListToGlobalReduceFunction() local
3430 Address Elem = CGF.Builder.CreateConstArrayGEP(ReductionList, Idx); in emitListToGlobalReduceFunction()
3443 Elem = CGF.Builder.CreateConstArrayGEP(ReductionList, Idx); in emitListToGlobalReduceFunction()
3456 CGF.EmitCastToVoidPtr(ReductionList.getPointer()); in emitListToGlobalReduceFunction()
3625 Address ReductionList = in emitGlobalToListReduceFunction() local
3634 Address Elem = CGF.Builder.CreateConstArrayGEP(ReductionList, Idx); in emitGlobalToListReduceFunction()
3647 Elem = CGF.Builder.CreateConstArrayGEP(ReductionList, Idx); in emitGlobalToListReduceFunction()
3660 CGF.EmitCastToVoidPtr(ReductionList.getPointer()); in emitGlobalToListReduceFunction()
3956 Address ReductionList = in emitReduction() local
3961 Address Elem = CGF.Builder.CreateConstArrayGEP(ReductionList, Idx); in emitReduction()
[all …]
DCGOpenMPRuntime.cpp5556 Address ReductionList = in emitReduction() local
5561 Address Elem = CGF.Builder.CreateConstArrayGEP(ReductionList, Idx); in emitReduction()
5569 Elem = CGF.Builder.CreateConstArrayGEP(ReductionList, Idx); in emitReduction()
5595 ReductionList.getPointer(), CGF.VoidPtrTy); in emitReduction()
/external/clang/lib/CodeGen/
DCGOpenMPRuntime.cpp4400 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/
DLoopVectorize.cpp1361 typedef DenseMap<PHINode *, RecurrenceDescriptor> ReductionList; typedef in __anonaac874760111::LoopVectorizationLegality
1380 ReductionList *getReductionVars() { return &Reductions; } in getReductionVars()
1562 ReductionList Reductions;