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.cpp657 unsigned DestBegin = TI->DestIndex->getZExtValue(); in promoteAllocaUserToVector() local
661 if (Idx >= DestBegin && Idx < DestBegin + NumCopied) { in promoteAllocaUserToVector()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGStmtOpenMP.cpp772 llvm::Value *DestBegin = DestAddr.emitRawPointer(*this); in EmitOMPAggregateAssign() local
775 DestBegin, NumElements); in EmitOMPAggregateAssign()
781 Builder.CreateICmpEQ(DestBegin, DestEnd, "omp.arraycpy.isempty"); in EmitOMPAggregateAssign()
798 DestBegin->getType(), 2, "omp.arraycpy.destElementPast"); in EmitOMPAggregateAssign()
799 DestElementPHI->addIncoming(DestBegin, EntryBB); in EmitOMPAggregateAssign()
H A DCGOpenMPRuntime.cpp670 llvm::Value *DestBegin = DestAddr.emitRawPointer(CGF); in EmitOMPAggregateInit() local
673 CGF.Builder.CreateGEP(DestAddr.getElementType(), DestBegin, NumElements); in EmitOMPAggregateInit()
678 CGF.Builder.CreateICmpEQ(DestBegin, DestEnd, "omp.arrayinit.isempty"); in EmitOMPAggregateInit()
698 DestBegin->getType(), 2, "omp.arraycpy.destElementPast"); in EmitOMPAggregateInit()
699 DestElementPHI->addIncoming(DestBegin, EntryBB); in EmitOMPAggregateInit()