Home
last modified time | relevance | path

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

/external/clang/lib/CodeGen/
DCGStmtOpenMP.cpp386 EmitAggregateAssign(Emission.getAllocatedAddress(), OriginalAddr, in EmitOMPFirstprivateClause()
390 Emission.getAllocatedAddress(), OriginalAddr, Type, in EmitOMPFirstprivateClause()
404 return Emission.getAllocatedAddress(); in EmitOMPFirstprivateClause()
719 auto Addr = Emission.getAllocatedAddress(); in EmitOMPReductionClauseInit()
990 MakeAddrLValue(Emission.getAllocatedAddress(), VD->getType()), in EmitOMPLinearClauseInit()
1076 Addr = VarEmission.getAllocatedAddress(); in emitPrivateLoopCounters()
DCGDecl.cpp1386 emission.getAllocatedAddress(), in EmitAutoVarCleanups()
DCodeGenFunction.h2039 Address getAllocatedAddress() const { in getAllocatedAddress() function