Searched refs:BufferArgAlloca (Results 1 – 1 of 1) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/Frontend/OpenMP/ |
H A D | OMPIRBuilder.cpp | 2904 Value *BufferArgAlloca = Builder.CreateAlloca(Builder.getPtrTy(), nullptr, in emitListToGlobalCopyFunction() local 2911 BufferArgAlloca, Builder.getPtrTy(), in emitListToGlobalCopyFunction() 2912 BufferArgAlloca->getName() + ".ascast"); in emitListToGlobalCopyFunction() 3014 Value *BufferArgAlloca = Builder.CreateAlloca(Builder.getPtrTy(), nullptr, in emitListToGlobalReduceFunction() local 3029 BufferArgAlloca, Builder.getPtrTy(), in emitListToGlobalReduceFunction() 3030 BufferArgAlloca->getName() + ".ascast"); in emitListToGlobalReduceFunction() 3097 Value *BufferArgAlloca = Builder.CreateAlloca(Builder.getPtrTy(), nullptr, in emitGlobalToListCopyFunction() local 3104 BufferArgAlloca, Builder.getPtrTy(), in emitGlobalToListCopyFunction() 3105 BufferArgAlloca->getName() + ".ascast"); in emitGlobalToListCopyFunction() 3205 Value *BufferArgAlloca = Builder.CreateAlloca(Builder.getPtrTy(), nullptr, in emitGlobalToListReduceFunction() local [all …]
|