Searched refs:getAllocatedAddress (Results 1 – 4 of 4) sorted by relevance
| /freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CGStmtOpenMP.cpp | 948 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 D | CGDecl.cpp | 1739 emission.getAllocatedAddress()); in EmitAutoVarAlloca() 1965 LValue Dst = MakeAddrLValue(emission.getAllocatedAddress(), type); in EmitAutoVarInit()
|
| H A D | CodeGenFunction.h | 3454 Address getAllocatedAddress() const { return Addr; }
|
| /freebsd/contrib/llvm-project/clang/lib/CIR/CodeGen/ |
| H A D | CIRGenFunction.h | 460 Address getAllocatedAddress() const { return Addr; } in getAllocatedAddress() function
|