Lines Matching refs:LLVMReductionsBufferTy
803 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()
2320 Bld.CreateInBoundsGEP(LLVMReductionsBufferTy, BufferArrPtr, Idxs); in emitListToGlobalReduceFunction()
2401 llvm::Type *LLVMReductionsBufferTy = in emitGlobalToListCopyFunction() local
2405 LLVMReductionsBufferTy->getPointerTo()); in emitGlobalToListCopyFunction()
2426 Bld.CreateInBoundsGEP(LLVMReductionsBufferTy, BufferArrPtr, Idxs); in emitGlobalToListCopyFunction()
2506 llvm::Type *LLVMReductionsBufferTy = in emitGlobalToListReduceFunction() local
2510 LLVMReductionsBufferTy->getPointerTo()); in emitGlobalToListReduceFunction()
2527 Bld.CreateInBoundsGEP(LLVMReductionsBufferTy, BufferArrPtr, Idxs); in emitGlobalToListReduceFunction()