Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Frontend/OpenMP/
H A DOMPIRBuilder.h1951 InsertPointTy createCopyinClauseBlocks(InsertPointTy IP, Value *MasterAddr,
/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/
H A DCGStmtOpenMP.cpp986 Address MasterAddr = Address::invalid(); in EmitOMPCopyinClause() local
993 MasterAddr = EmitLValue(&DRE).getAddress(*this); in EmitOMPCopyinClause()
996 MasterAddr = in EmitOMPCopyinClause()
1011 Builder.CreatePtrToInt(MasterAddr.getPointer(), CGM.IntPtrTy); in EmitOMPCopyinClause()
1023 EmitOMPCopy(Type, PrivateAddr, MasterAddr, DestVD, SrcVD, AssignOp); in EmitOMPCopyinClause()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Frontend/OpenMP/
H A DOMPIRBuilder.cpp4260 InsertPointTy IP, Value *MasterAddr, Value *PrivateAddr, in createCopyinClauseBlocks() argument
4297 Value *MasterPtr = Builder.CreatePtrToInt(MasterAddr, IntPtrTy); in createCopyinClauseBlocks()