Searched refs:BaseLV (Results 1 – 3 of 3) sorted by relevance
| /netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/ |
| H A D | CGExpr.cpp | 4145 LValue BaseLV; in EmitMemberExpr() local 4159 BaseLV = MakeAddrLValue(Addr, PtrTy, BaseInfo, TBAAInfo); in EmitMemberExpr() 4161 BaseLV = EmitCheckedLValue(BaseExpr, TCK_MemberAccess); in EmitMemberExpr() 4165 LValue LV = EmitLValueForField(BaseLV, Field); in EmitMemberExpr() 4173 BaseLV.isNontemporal()) in EmitMemberExpr() 5099 LValue BaseLV = EmitLValue(BaseExpr); in EmitObjCIvarRefLValue() local 5100 BaseValue = BaseLV.getPointer(*this); in EmitObjCIvarRefLValue()
|
| H A D | CGOpenMPRuntime.cpp | 937 LValue BaseLV) { in loadToBegin() argument 942 BaseLV = CGF.EmitLoadOfPointerLValue(BaseLV.getAddress(CGF), PtrTy); in loadToBegin() 944 LValue RefLVal = CGF.MakeAddrLValue(BaseLV.getAddress(CGF), BaseTy); in loadToBegin() 945 BaseLV = CGF.EmitLoadOfReferenceLValue(RefLVal); in loadToBegin() 950 CGF.Builder.CreateElementBitCast(BaseLV.getAddress(CGF), in loadToBegin() 952 BaseLV.getType(), BaseLV.getBaseInfo(), in loadToBegin() 953 CGF.CGM.getTBAAInfoForSubobject(BaseLV, BaseLV.getType())); in loadToBegin() 7805 LValue BaseLV; in generateInfoForComponentList() local 7812 BaseLV = CGF.MakeAddrLValue(Addr, PtrTy, BaseInfo, TBAAInfo); in generateInfoForComponentList() 7814 BaseLV = CGF.EmitOMPSharedLValue(BaseExpr); in generateInfoForComponentList() [all …]
|
| H A D | CGExprCXX.cpp | 137 LValue BaseLV = EmitLValue(BaseExpr); in EmitCXXPseudoDestructorExpr() local 138 BaseValue = BaseLV.getAddress(*this); in EmitCXXPseudoDestructorExpr()
|