Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/Frontend/OpenMP/
H A DOMPIRBuilder.h1110 InsertPointTy createCopyinClauseBlocks(InsertPointTy IP, Value *MasterAddr,
/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCGStmtOpenMP.cpp988 Address MasterAddr = Address::invalid(); in EmitOMPCopyinClause() local
995 MasterAddr = EmitLValue(&DRE).getAddress(*this); in EmitOMPCopyinClause()
998 MasterAddr = in EmitOMPCopyinClause()
1013 Builder.CreatePtrToInt(MasterAddr.getPointer(), CGM.IntPtrTy); in EmitOMPCopyinClause()
1025 EmitOMPCopy(Type, PrivateAddr, MasterAddr, DestVD, SrcVD, AssignOp); in EmitOMPCopyinClause()
/llvm-project-15.0.7/llvm/lib/Frontend/OpenMP/
H A DOMPIRBuilder.cpp3477 InsertPointTy IP, Value *MasterAddr, Value *PrivateAddr, in createCopyinClauseBlocks() argument
3514 Value *MasterPtr = Builder.CreatePtrToInt(MasterAddr, IntPtrTy); in createCopyinClauseBlocks()