Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/clang/lib/CodeGen/
H A DCGExpr.cpp4212 LValue BaseLV; in EmitMemberExpr() local
4226 BaseLV = MakeAddrLValue(Addr, PtrTy, BaseInfo, TBAAInfo); in EmitMemberExpr()
4228 BaseLV = EmitCheckedLValue(BaseExpr, TCK_MemberAccess); in EmitMemberExpr()
4232 LValue LV = EmitLValueForField(BaseLV, Field); in EmitMemberExpr()
4240 BaseLV.isNontemporal()) in EmitMemberExpr()
5280 LValue BaseLV = EmitLValue(BaseExpr); in EmitObjCIvarRefLValue() local
5281 BaseValue = BaseLV.getPointer(*this); in EmitObjCIvarRefLValue()
H A DCGOpenMPRuntime.cpp921 LValue BaseLV) { in loadToBegin() argument
926 BaseLV = CGF.EmitLoadOfPointerLValue(BaseLV.getAddress(CGF), PtrTy); in loadToBegin()
928 LValue RefLVal = CGF.MakeAddrLValue(BaseLV.getAddress(CGF), BaseTy); in loadToBegin()
929 BaseLV = CGF.EmitLoadOfReferenceLValue(RefLVal); in loadToBegin()
934 CGF.Builder.CreateElementBitCast(BaseLV.getAddress(CGF), in loadToBegin()
936 BaseLV.getType(), BaseLV.getBaseInfo(), in loadToBegin()
937 CGF.CGM.getTBAAInfoForSubobject(BaseLV, BaseLV.getType())); in loadToBegin()
7516 LValue BaseLV; in generateInfoForComponentList() local
7523 BaseLV = CGF.MakeAddrLValue(Addr, PtrTy, BaseInfo, TBAAInfo); in generateInfoForComponentList()
7525 BaseLV = CGF.EmitOMPSharedLValue(BaseExpr); in generateInfoForComponentList()
[all …]
H A DCGExprCXX.cpp139 LValue BaseLV = EmitLValue(BaseExpr); in EmitCXXPseudoDestructorExpr() local
140 BaseValue = BaseLV.getAddress(*this); in EmitCXXPseudoDestructorExpr()