Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGExprComplex.cpp419 Address RetAlloca = CGF.EmitCompoundStmt(*E->getSubStmt(), true); in VisitStmtExpr() local
420 assert(RetAlloca.isValid() && "Expected complex return value"); in VisitStmtExpr()
421 return EmitLoadOfLValue(CGF.MakeAddrLValue(RetAlloca, E->getType()), in VisitStmtExpr()
H A DCGStmt.cpp456 Address RetAlloca = Address::invalid(); in EmitCompoundStmtWithoutScope() local
488 RetAlloca = CreateMemTemp(ExprTy); in EmitCompoundStmtWithoutScope()
489 EmitAnyExprToMem(E, RetAlloca, Qualifiers(), in EmitCompoundStmtWithoutScope()
497 return RetAlloca; in EmitCompoundStmtWithoutScope()
H A DCodeGenFunction.cpp512 auto *RetAlloca = dyn_cast<llvm::AllocaInst>(ReturnValue.getPointer()); in FinishFunction() local
513 if (RetAlloca && RetAlloca->use_empty()) { in FinishFunction()
514 RetAlloca->eraseFromParent(); in FinishFunction()
H A DCGExprScalar.cpp2370 Address RetAlloca = CGF.EmitCompoundStmt(*E->getSubStmt(), in VisitStmtExpr() local
2372 if (!RetAlloca.isValid()) in VisitStmtExpr()
2374 return CGF.EmitLoadOfScalar(CGF.MakeAddrLValue(RetAlloca, E->getType()), in VisitStmtExpr()