Searched refs:ReductionArrayTy (Results 1 – 3 of 3) sorted by relevance
/freebsd/contrib/llvm-project/llvm/include/llvm/Frontend/OpenMP/ |
H A D | OMPIRBuilder.h | 1379 Type *ReductionArrayTy); 1384 InsertPointTy AllocaIP, CopyAction Action, Type *ReductionArrayTy,
|
/freebsd/contrib/llvm-project/llvm/lib/Frontend/OpenMP/ |
H A D | OMPIRBuilder.cpp | 2288 Value *Offset, Type *ReductionArrayTy) { in shuffleAndStore() argument 2371 InsertPointTy AllocaIP, CopyAction Action, Type *ReductionArrayTy, in emitReductionListCopy() argument 2393 ReductionArrayTy, SrcBase, in emitReductionListCopy() 2400 ReductionArrayTy, DestBase, in emitReductionListCopy() 2430 RemoteLaneOffset, ReductionArrayTy); in emitReductionListCopy()
|
/freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
H A D | CGOpenMPRuntime.cpp | 5003 QualType ReductionArrayTy = C.getConstantArrayType( in emitReduction() local 5007 CGF.CreateMemTemp(ReductionArrayTy, ".omp.reduction.red_list"); in emitReduction() 5032 CGF.CurFn->getName(), Loc, CGF.ConvertTypeForMem(ReductionArrayTy), in emitReduction() 5043 llvm::Value *ReductionArrayTySize = CGF.getTypeSize(ReductionArrayTy); in emitReduction()
|