Searched refs:MasterAddr (Results 1 – 3 of 3) sorted by relevance
| /llvm-project-15.0.7/llvm/include/llvm/Frontend/OpenMP/ |
| H A D | OMPIRBuilder.h | 1110 InsertPointTy createCopyinClauseBlocks(InsertPointTy IP, Value *MasterAddr,
|
| /llvm-project-15.0.7/clang/lib/CodeGen/ |
| H A D | CGStmtOpenMP.cpp | 988 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 D | OMPIRBuilder.cpp | 3477 InsertPointTy IP, Value *MasterAddr, Value *PrivateAddr, in createCopyinClauseBlocks() argument 3514 Value *MasterPtr = Builder.CreatePtrToInt(MasterAddr, IntPtrTy); in createCopyinClauseBlocks()
|