Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUPromoteAlloca.cpp610 unsigned DestBegin = TI->DestIndex->getZExtValue(); in promoteAllocaUserToVector() local
614 if (Idx >= DestBegin && Idx < DestBegin + NumCopied) { in promoteAllocaUserToVector()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGStmtOpenMP.cpp734 llvm::Value *DestBegin = DestAddr.emitRawPointer(*this); in EmitOMPAggregateAssign() local
737 DestBegin, NumElements); in EmitOMPAggregateAssign()
743 Builder.CreateICmpEQ(DestBegin, DestEnd, "omp.arraycpy.isempty"); in EmitOMPAggregateAssign()
760 DestBegin->getType(), 2, "omp.arraycpy.destElementPast"); in EmitOMPAggregateAssign()
761 DestElementPHI->addIncoming(DestBegin, EntryBB); in EmitOMPAggregateAssign()
H A DCGOpenMPRuntime.cpp674 llvm::Value *DestBegin = DestAddr.emitRawPointer(CGF); in EmitOMPAggregateInit() local
677 CGF.Builder.CreateGEP(DestAddr.getElementType(), DestBegin, NumElements); in EmitOMPAggregateInit()
682 CGF.Builder.CreateICmpEQ(DestBegin, DestEnd, "omp.arrayinit.isempty"); in EmitOMPAggregateInit()
702 DestBegin->getType(), 2, "omp.arraycpy.destElementPast"); in EmitOMPAggregateInit()
703 DestElementPHI->addIncoming(DestBegin, EntryBB); in EmitOMPAggregateInit()