Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUPromoteAlloca.cpp506 unsigned DestBegin = TI->DestIndex->getZExtValue(); in promoteAllocaUserToVector() local
510 if (Idx >= DestBegin && Idx < DestBegin + NumCopied) { in promoteAllocaUserToVector()
/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/
H A DCGStmtOpenMP.cpp706 llvm::Value *DestBegin = DestAddr.getPointer(); in EmitOMPAggregateAssign() local
709 DestBegin, NumElements); in EmitOMPAggregateAssign()
715 Builder.CreateICmpEQ(DestBegin, DestEnd, "omp.arraycpy.isempty"); in EmitOMPAggregateAssign()
732 DestBegin->getType(), 2, "omp.arraycpy.destElementPast"); in EmitOMPAggregateAssign()
733 DestElementPHI->addIncoming(DestBegin, EntryBB); in EmitOMPAggregateAssign()
H A DCGOpenMPRuntime.cpp672 llvm::Value *DestBegin = DestAddr.getPointer(); in EmitOMPAggregateInit() local
675 CGF.Builder.CreateGEP(DestAddr.getElementType(), DestBegin, NumElements); in EmitOMPAggregateInit()
680 CGF.Builder.CreateICmpEQ(DestBegin, DestEnd, "omp.arrayinit.isempty"); in EmitOMPAggregateInit()
700 DestBegin->getType(), 2, "omp.arraycpy.destElementPast"); in EmitOMPAggregateInit()
701 DestElementPHI->addIncoming(DestBegin, EntryBB); in EmitOMPAggregateInit()