Searched refs:getAllocatedAddress (Results 1 – 6 of 6) sorted by relevance
/external/clang/lib/CodeGen/ |
D | CGStmtOpenMP.cpp | 621 EmitAggregateAssign(Emission.getAllocatedAddress(), OriginalAddr, in EmitOMPFirstprivateClause() 625 Emission.getAllocatedAddress(), OriginalAddr, Type, in EmitOMPFirstprivateClause() 639 return Emission.getAllocatedAddress(); in EmitOMPFirstprivateClause() 988 auto Addr = Emission.getAllocatedAddress(); in EmitOMPReductionClauseInit() 1029 auto Addr = Emission.getAllocatedAddress(); in EmitOMPReductionClauseInit() 1079 auto Addr = Emission.getAllocatedAddress(); in EmitOMPReductionClauseInit() 1084 return Emission.getAllocatedAddress(); in EmitOMPReductionClauseInit() 1111 auto Addr = Emission.getAllocatedAddress(); in EmitOMPReductionClauseInit() 1335 EmitExprAsInit(&DRE, VD, MakeAddrLValue(Emission.getAllocatedAddress(), in EmitOMPLinearClauseInit()
|
D | CGDecl.cpp | 1398 emission.getAllocatedAddress(), in EmitAutoVarCleanups()
|
D | CodeGenFunction.h | 2168 Address getAllocatedAddress() const { in getAllocatedAddress() function
|
/external/llvm-project/clang/lib/CodeGen/ |
D | CGStmtOpenMP.cpp | 853 MakeAddrLValue(Emission.getAllocatedAddress(), Type); in EmitOMPFirstprivateClause() 857 Emission.getAllocatedAddress(), in EmitOMPFirstprivateClause() 873 return Emission.getAllocatedAddress(); in EmitOMPFirstprivateClause() 1214 RedCG.emitInitialization(*this, Count, Emission.getAllocatedAddress(), in EmitOMPReductionClauseInit() 1222 *this, Count, Emission.getAllocatedAddress()); in EmitOMPReductionClauseInit() 1938 EmitExprAsInit(&DRE, VD, MakeAddrLValue(Emission.getAllocatedAddress(), in EmitOMPLinearClauseInit() 2044 return VarEmission.getAllocatedAddress(); in EmitOMPPrivateLoopCounters() 2056 return VarEmission.getAllocatedAddress(); in EmitOMPPrivateLoopCounters()
|
D | CGDecl.cpp | 1822 LValue Dst = MakeAddrLValue(emission.getAllocatedAddress(), type); in EmitAutoVarInit()
|
D | CodeGenFunction.h | 3001 Address getAllocatedAddress() const {
|