Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Target/AMDGPU/
H A DAMDGPUPromoteAlloca.cpp594 unsigned DestBegin = TI->DestIndex->getZExtValue(); in tryPromoteAllocaToVector() local
598 if (Idx >= DestBegin && Idx < DestBegin + NumCopied) { in tryPromoteAllocaToVector()
/openbsd-src/gnu/llvm/clang/lib/CodeGen/
H A DCGStmtOpenMP.cpp710 llvm::Value *DestBegin = DestAddr.getPointer(); in EmitOMPAggregateAssign() local
713 DestBegin, NumElements); in EmitOMPAggregateAssign()
719 Builder.CreateICmpEQ(DestBegin, DestEnd, "omp.arraycpy.isempty"); in EmitOMPAggregateAssign()
736 DestBegin->getType(), 2, "omp.arraycpy.destElementPast"); in EmitOMPAggregateAssign()
737 DestElementPHI->addIncoming(DestBegin, EntryBB); in EmitOMPAggregateAssign()
H A DCGOpenMPRuntime.cpp698 llvm::Value *DestBegin = DestAddr.getPointer(); in EmitOMPAggregateInit() local
701 CGF.Builder.CreateGEP(DestAddr.getElementType(), DestBegin, NumElements); in EmitOMPAggregateInit()
706 CGF.Builder.CreateICmpEQ(DestBegin, DestEnd, "omp.arrayinit.isempty"); in EmitOMPAggregateInit()
726 DestBegin->getType(), 2, "omp.arraycpy.destElementPast"); in EmitOMPAggregateInit()
727 DestElementPHI->addIncoming(DestBegin, EntryBB); in EmitOMPAggregateInit()