Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Frontend/OpenMP/
H A DOMPIRBuilder.h2753 Value *MasterAddr,
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGStmtOpenMP.cpp1051 Address MasterAddr = Address::invalid(); in EmitOMPCopyinClause() local
1058 MasterAddr = EmitLValue(&DRE).getAddress(); in EmitOMPCopyinClause()
1061 MasterAddr = in EmitOMPCopyinClause()
1076 MasterAddr.emitRawPointer(*this), CGM.IntPtrTy); in EmitOMPCopyinClause()
1088 EmitOMPCopy(Type, PrivateAddr, MasterAddr, DestVD, SrcVD, AssignOp); in EmitOMPCopyinClause()
/freebsd/contrib/llvm-project/llvm/lib/Frontend/OpenMP/
H A DOMPIRBuilder.cpp6141 InsertPointTy IP, Value *MasterAddr, Value *PrivateAddr, in createCopyinClauseBlocks() argument
6178 Value *MasterPtr = Builder.CreatePtrToInt(MasterAddr, IntPtrTy); in createCopyinClauseBlocks()