Lines Matching refs:BufferArgAlloca
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
3220 BufferArgAlloca, Builder.getPtrTy(), in emitGlobalToListReduceFunction()
3221 BufferArgAlloca->getName() + ".ascast"); in emitGlobalToListReduceFunction()