Home
last modified time | relevance | path

Searched refs:getAllocatedAddress (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGStmtOpenMP.cpp948 LValue Dest = MakeAddrLValue(Emission.getAllocatedAddress(), Type); in EmitOMPFirstprivateClause()
952 Emission.getAllocatedAddress(), OriginalLVal.getAddress(), Type, in EmitOMPFirstprivateClause()
967 PrivateScope.addPrivate(OrigVD, Emission.getAllocatedAddress()); in EmitOMPFirstprivateClause()
1299 RedCG.emitInitialization(*this, Count, Emission.getAllocatedAddress(), in EmitOMPReductionClauseInit()
1307 *this, Count, Emission.getAllocatedAddress()); in EmitOMPReductionClauseInit()
2235 MakeAddrLValue(Emission.getAllocatedAddress(), VD->getType()), in EmitOMPLinearClauseInit()
2339 (void)LoopScope.addPrivate(VD, VarEmission.getAllocatedAddress()); in EmitOMPPrivateLoopCounters()
2347 (void)LoopScope.addPrivate(PrivateVD, VarEmission.getAllocatedAddress()); in EmitOMPPrivateLoopCounters()
H A DCGDecl.cpp1739 emission.getAllocatedAddress()); in EmitAutoVarAlloca()
1965 LValue Dst = MakeAddrLValue(emission.getAllocatedAddress(), type); in EmitAutoVarInit()
H A DCodeGenFunction.h3454 Address getAllocatedAddress() const { return Addr; }
/freebsd/contrib/llvm-project/clang/lib/CIR/CodeGen/
H A DCIRGenFunction.h460 Address getAllocatedAddress() const { return Addr; } in getAllocatedAddress() function