Searched defs:ReductionArrayTy (Results 1 – 2 of 2) sorted by relevance
/llvm-project/llvm/lib/Frontend/OpenMP/ |
H A D | OMPIRBuilder.cpp | 2222 shuffleAndStore(InsertPointTy AllocaIP,Value * SrcAddr,Value * DstAddr,Type * ElemType,Value * Offset,Type * ReductionArrayTy) shuffleAndStore() argument 2305 emitReductionListCopy(InsertPointTy AllocaIP,CopyAction Action,Type * ReductionArrayTy,ArrayRef<ReductionInfo> ReductionInfos,Value * SrcBase,Value * DestBase,CopyOptionsTy CopyOptions) emitReductionListCopy() argument
|
/llvm-project/clang/lib/CodeGen/ |
H A D | CGOpenMPRuntime.cpp | 4998 QualType ReductionArrayTy = C.getConstantArrayType( emitReduction() local
|