Searched refs:ReductionDataSize (Results 1 – 2 of 2) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CGOpenMPRuntimeGPU.cpp | 806 uint64_t ReductionDataSize = in emitKernelDeinit() local 811 OMPBuilder.createTargetDeinit(Bld, ReductionDataSize, in emitKernelDeinit() 2883 llvm::Value *ReductionDataSize = in emitReduction() local 2885 ReductionDataSize = in emitReduction() 2886 CGF.Builder.CreateSExtOrTrunc(ReductionDataSize, CGF.Int64Ty); in emitReduction() 2893 llvm::Value *Args[] = {RTLoc, ReductionDataSize, RL, ShuffleAndReduceFn, in emitReduction() 2922 ReductionDataSize, in emitReduction()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Frontend/OpenMP/ |
| H A D | OMPIRBuilder.cpp | 4480 Constant *ReductionDataSize = ConstantInt::getSigned(Int32, 0); in createTargetInit() local 4518 ReductionDataSize, in createTargetInit()
|