Searched refs:MasterAddr (Results 1 – 3 of 3) sorted by relevance
/freebsd/contrib/llvm-project/llvm/include/llvm/Frontend/OpenMP/ |
H A D | OMPIRBuilder.h | 2551 InsertPointTy createCopyinClauseBlocks(InsertPointTy IP, Value *MasterAddr,
|
/freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
H A D | CGStmtOpenMP.cpp | 1013 Address MasterAddr = Address::invalid(); in EmitOMPCopyinClause() local 1020 MasterAddr = EmitLValue(&DRE).getAddress(); in EmitOMPCopyinClause() 1023 MasterAddr = in EmitOMPCopyinClause() 1038 MasterAddr.emitRawPointer(*this), CGM.IntPtrTy); in EmitOMPCopyinClause() 1050 EmitOMPCopy(Type, PrivateAddr, MasterAddr, DestVD, SrcVD, AssignOp); in EmitOMPCopyinClause()
|
/freebsd/contrib/llvm-project/llvm/lib/Frontend/OpenMP/ |
H A D | OMPIRBuilder.cpp | 5815 InsertPointTy IP, Value *MasterAddr, Value *PrivateAddr, in createCopyinClauseBlocks() argument 5852 Value *MasterPtr = Builder.CreatePtrToInt(MasterAddr, IntPtrTy); in createCopyinClauseBlocks()
|