Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/
H A DCGOpenMPRuntimeGPU.cpp803 llvm::Type *LLVMReductionsBufferTy = in emitKernelDeinit() local
809 : DL.getTypeAllocSize(LLVMReductionsBufferTy).getFixedValue(); in emitKernelDeinit()
2195 llvm::Type *LLVMReductionsBufferTy = in emitListToGlobalCopyFunction() local
2199 LLVMReductionsBufferTy->getPointerTo()); in emitListToGlobalCopyFunction()
2219 Bld.CreateInBoundsGEP(LLVMReductionsBufferTy, BufferArrPtr, Idxs); in emitListToGlobalCopyFunction()
2299 llvm::Type *LLVMReductionsBufferTy = in emitListToGlobalReduceFunction() local
2303 LLVMReductionsBufferTy->getPointerTo()); in emitListToGlobalReduceFunction()
2401 llvm::Type *LLVMReductionsBufferTy = in emitGlobalToListCopyFunction() local
2405 LLVMReductionsBufferTy->getPointerTo()); in emitGlobalToListCopyFunction()
2506 llvm::Type *LLVMReductionsBufferTy = in emitGlobalToListReduceFunction() local
[all …]