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 | 1473 Type *ReductionArrayTy); 1478 InsertPointTy AllocaIP, CopyAction Action, Type *ReductionArrayTy,
|
| /freebsd/contrib/llvm-project/llvm/lib/Frontend/OpenMP/ |
| H A D | OMPIRBuilder.cpp | 2422 Value *Offset, Type *ReductionArrayTy) { in shuffleAndStore() argument 2505 InsertPointTy AllocaIP, CopyAction Action, Type *ReductionArrayTy, in emitReductionListCopy() argument 2527 ReductionArrayTy, SrcBase, in emitReductionListCopy() 2534 ReductionArrayTy, DestBase, in emitReductionListCopy() 2564 RemoteLaneOffset, ReductionArrayTy); in emitReductionListCopy()
|
| /freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CGOpenMPRuntime.cpp | 5241 QualType ReductionArrayTy = C.getConstantArrayType( in emitReduction() local 5245 CGF.CreateMemTemp(ReductionArrayTy, ".omp.reduction.red_list"); in emitReduction() 5270 CGF.CurFn->getName(), Loc, CGF.ConvertTypeForMem(ReductionArrayTy), in emitReduction() 5281 llvm::Value *ReductionArrayTySize = CGF.getTypeSize(ReductionArrayTy); in emitReduction()
|