Searched refs:BufferArgAlloca (Results 1 – 1 of 1) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/Frontend/OpenMP/ |
| H A D | OMPIRBuilder.cpp | 3047 Value *BufferArgAlloca = Builder.CreateAlloca(Builder.getPtrTy(), nullptr, in emitListToGlobalCopyFunction() local 3054 BufferArgAlloca, Builder.getPtrTy(), in emitListToGlobalCopyFunction() 3055 BufferArgAlloca->getName() + ".ascast"); in emitListToGlobalCopyFunction() 3157 Value *BufferArgAlloca = Builder.CreateAlloca(Builder.getPtrTy(), nullptr, in emitListToGlobalReduceFunction() local 3172 BufferArgAlloca, Builder.getPtrTy(), in emitListToGlobalReduceFunction() 3173 BufferArgAlloca->getName() + ".ascast"); in emitListToGlobalReduceFunction() 3240 Value *BufferArgAlloca = Builder.CreateAlloca(Builder.getPtrTy(), nullptr, in emitGlobalToListCopyFunction() local 3247 BufferArgAlloca, Builder.getPtrTy(), in emitGlobalToListCopyFunction() 3248 BufferArgAlloca->getName() + ".ascast"); in emitGlobalToListCopyFunction() 3348 Value *BufferArgAlloca = Builder.CreateAlloca(Builder.getPtrTy(), nullptr, in emitGlobalToListReduceFunction() local [all …]
|